After a central sends a write request to a peripheral, will there be a callback to indicate that write request was successful?
Solved! Go to Solution.
See leatt_regWriteRspCb() and how hello_client sample app uses this. The callback registered with this function will be invoked when the write is executed successfully by the server.