High level Bluetooth Low Energy API and radio abstraction layer
Fork of BLE_API by
Revision 696:19b1f1ddc25c, committed 2015-06-19
- Comitter:
- rgrover1
- Date:
- Fri Jun 19 15:53:04 2015 +0100
- Parent:
- 695:b1ae3b0a69e8
- Child:
- 697:a14056489984
- Commit message:
- Synchronized with git rev 27a32c92
Author: Rohit Grover
minor cosmetic improvements to comments
Changed in this revision
public/BLE.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/public/BLE.h Fri Jun 19 15:53:04 2015 +0100 +++ b/public/BLE.h Fri Jun 19 15:53:04 2015 +0100 @@ -1208,8 +1208,8 @@ * * @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 - * to ble.onUpdatesEnabled(...) should be replaced with - * ble.gattServer().onUpdatesEnabled(...). + * to ble.onUpdatesEnabled(callback) should be replaced with + * ble.gattServer().onUpdatesEnabled(callback). */ void onUpdatesEnabled(GattServer::EventCallback_t callback) { gattServer().onUpdatesEnabled(callback); @@ -1221,8 +1221,8 @@ * * @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 - * to ble.onUpdatesEnabled(...) should be replaced with - * ble.gattServer().onUpdatesEnabled(...). + * to ble.onUpdatesEnabled(callback) should be replaced with + * ble.gattServer().onUpdatesEnabled(callback). */ void onUpdatesDisabled(GattServer::EventCallback_t callback) { gattServer().onUpdatesDisabled(callback);