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: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: ble/BLE.h
- Branch:
- 6a3b7c7dc9acadc400d8e4ab635a009eac25f2aa
- Revision:
- 1205:b717ee89504d
- Parent:
- 1202:d5426bb4b03f
--- a/ble/BLE.h Wed Sep 14 14:17:56 2016 +0100 +++ b/ble/BLE.h Wed Sep 14 14:17:57 2016 +0100 @@ -1528,6 +1528,7 @@ * work. * By registering a callback, user code can know when event processing has to be * scheduled. + * Callback format is void (*)(BLE& ble); */ void onEventsToProcess(const OnEventsToProcessCallback_t& callback);