add "LE Device Address" 0x1B to advertising data types
Fork of BLE_API by
Revision 826:00415ff9e2a7, committed 2015-09-29
- Comitter:
- rgrover1
- Date:
- Tue Sep 29 09:54:17 2015 +0100
- Parent:
- 825:b65c6a222525
- Child:
- 827:a63b24d78132
- Commit message:
- Synchronized with git rev 63f54814
Author: Rohit Grover
Merge pull request #71 from rgrover/develop
adding an initial prototype for a yotta-config based in
Changed in this revision
ble/GattServer.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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