test
Dependents: BLE_PowerBank_HeyFaradey
Fork of BLE_API by
Diff: ble/BLE.h
- Revision:
- 751:868b6dd7a6bf
- Parent:
- 733:718a3566b4ce
- Child:
- 752:424c2ae44553
--- 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(...). */