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_NordicUART_IDB0XA1
Fork of BLE_API by
Diff: ble/BLE.h
- Revision:
- 752:424c2ae44553
- Parent:
- 751:868b6dd7a6bf
- Child:
- 806:50c121156a71
--- a/ble/BLE.h Tue Jul 21 13:25:39 2015 +0100 +++ b/ble/BLE.h Tue Jul 21 13:25:39 2015 +0100 @@ -1126,7 +1126,7 @@ * to ble.onRadioNotification(...) should be replaced with * ble.gap().onRadioNotification(...). */ - void onRadioNotification(Gap::RadioNotificationEventCallback_t callback) { + void onRadioNotification(void (*callback)(bool)) { gap().onRadioNotification(callback); }