ESP32_BLE_Arduino icon indicating copy to clipboard operation
ESP32_BLE_Arduino copied to clipboard

Custom return codes for onWrite to allow for object transfer service

Open uwwint opened this issue 7 years ago • 0 comments

I added the ability to return error response codes for onWrite. This is necessary to implement object transfer service. Furthermore esp_ble_gatts_cb_param_t* param is forwarded to onWrite. This is necessary to correlate the write request to OACP to the CID of the L2CAP CoC.

uwwint avatar May 28 '18 13:05 uwwint