ble_app_wbh.zipble_app_wbh_c.zip
Hi Nordic,
I am trying an application where both central and peripheral devices are based on nRF52.
I have to create custom services and characteristics for the same.
These are going to be battery operated and power sensitive devices.
Hence as part of power saving we want to avoid service discovery process at central side.
Our handle values are more or less going to locked once development is over hence we do not see ant reason to have service discovery either.
I have attached sample app of my central and peripheral device here both written for nRF52840 with SDK v15.0.0.
While I am able to connect my central device with peripheral device but I am getting error 17 when I try to read by handle directly.
The final intent is to be able to read/write chars by handle value.
Can you pin point the mistakes I am making or perhaps share a similar working example which can help with my purpose.
Cheers,
Shishir