Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
Diff: btle/src/btle.cpp
- Revision:
- 26:047d45ea379e
- Parent:
- 23:72e56ddfad5b
- Child:
- 27:b4c21a9e8b39
--- a/btle/src/btle.cpp Tue Aug 19 05:41:48 2014 +0000 +++ b/btle/src/btle.cpp Tue Aug 19 08:43:19 2014 +0000 @@ -203,9 +203,9 @@ case EVT_BLUE_GATT_READ_PERMIT_REQ: { - //evt_gatt_read_permit_req *pr = (void*)blue_evt->data; - //Read_Request_CB(pr->attr_handle); - DEBUG("EVT_BLUE_GATT_READ_PERMIT_REQ\n\r"); + DEBUG("EVT_BLUE_GATT_READ_PERMIT_REQ\n\r"); + evt_gatt_read_permit_req *pr = (evt_gatt_read_permit_req*)blue_evt->data; + BlueNRGGattServer::getInstance().Read_Request_CB(pr->attr_handle); } break;