ESP32_BLE_Arduino
ESP32_BLE_Arduino copied to clipboard
Custom return codes for onWrite to allow for object transfer service
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.