Project context:
--------------------
Server BLE for home trainer diy
Target (Bluetooth server) : Bluefruit nRF52 The feather
Library : BluefruitBLE
Client : nRF Connect (Android)
Problem:
----------
I cannot entry the function callback on a write of a characteristic.
I use nRF Connect for this job, and i push the send button but it doesn't work.
with the framework of bluefruit, it works fine with the cccd_callback!!!
My questions:
-----------------
Is there any samples of using callbacks "OnWrite" (implementation for the server) ?
How can we debug a handshake for a control point beetween server and client (gatt protocol)?
Thank you.
Vincent