Hi all,
I am trying to get characteristics value by caching the characteristic instance id.
Currently I am using PC-BLE-DRIVER in our central(typeScript) to read characteristic from peripheral(nrf52833).
Our flow:
1. getServices
1.1 get service's characteristics
1.1.1 get char value
and its very slow (reading proccess in central)..
My questions are:
1. Is there a way to get characteristics value by characteristic instance id(without getServices/getAttributes)?
2. Maybe by using other platforms like nRF connect SDK, Zephyr we will be able to receive characteristic values by characteristic instance id (without getServices/getAttributes)?
3. Is it possible to edit the driver source code to make it work?(to get characteristic value by characteristic instance id) any suggestions?/examples?
Thanks,
Ben