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/GattServer.h
- Revision:
- 826:00415ff9e2a7
- Parent:
- 822:a0f080d1e836
- Child:
- 905:d7b3121ed982
--- a/ble/GattServer.h Tue Sep 29 09:54:17 2015 +0100 +++ b/ble/GattServer.h Tue Sep 29 09:54:17 2015 +0100 @@ -271,7 +271,7 @@ * * @Note: this functionality may not be available on all underlying stacks. * You could use GattCharacteristic::setReadAuthorizationCallback() as an - * alternative. + * alternative. Refer to isOnDataReadAvailable(). * * @Note: it is possible to chain together multiple onDataRead callbacks * (potentially from different modules of an application) to receive updates