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.
Fork of BLE_API by
Diff: ble/BLE.h
- Revision:
- 751:868b6dd7a6bf
- Parent:
- 733:718a3566b4ce
- Child:
- 752:424c2ae44553
diff -r 05ef62c6dbd1 -r 868b6dd7a6bf ble/BLE.h --- a/ble/BLE.h Tue Jul 21 13:25:39 2015 +0100 +++ b/ble/BLE.h Tue Jul 21 13:25:39 2015 +0100 @@ -1058,7 +1058,7 @@ * possible event types. * * @note: This API is now *deprecated* and will be dropped in the future. - * You should use the parallel API from GattServer directly. A former call + * You should use the parallel API from Gap directly. A former call * to ble.onTimeout(callback) should be replaced with * ble.gap().onTimeout(callback). */ @@ -1070,7 +1070,7 @@ * Setup a callback for connection events. Refer to Gap::ConnectionEventCallback_t. * * @note: This API is now *deprecated* and will be dropped in the future. - * You should use the parallel API from GattServer directly. A former call + * You should use the parallel API from Gap directly. A former call * to ble.onConnection(callback) should be replaced with * ble.gap().onConnection(callback). */ @@ -1082,7 +1082,7 @@ * Used to setup a callback for GAP disconnection. * * @note: This API is now *deprecated* and will be dropped in the future. - * You should use the parallel API from GattServer directly. A former call + * You should use the parallel API from Gap directly. A former call * to ble.onDisconnection(callback) should be replaced with * ble.gap().onDisconnection(callback). */ @@ -1096,7 +1096,7 @@ * onDisconnection callback. * * @note: This API is now *deprecated* and will be dropped in the future. - * You should use the parallel API from GattServer directly. A former call + * You should use the parallel API from Gap directly. A former call * to ble.addToDisconnectionCallchain(...) should be replaced with * ble.gap().addToDisconnectionCallchain(...). */ @@ -1122,7 +1122,7 @@ * ACTIVE/INACTIVE event. * * @note: This API is now *deprecated* and will be dropped in the future. - * You should use the parallel API from GattServer directly. A former call + * You should use the parallel API from Gap directly. A former call * to ble.onRadioNotification(...) should be replaced with * ble.gap().onRadioNotification(...). */