add "LE Device Address" 0x1B to advertising data types
Fork of BLE_API by
Revision 824:f82180727241, committed 2015-09-29
- Comitter:
- rgrover1
- Date:
- Tue Sep 29 09:54:17 2015 +0100
- Parent:
- 823:3253c3910b82
- Child:
- 825:b65c6a222525
- Commit message:
- Synchronized with git rev ad8e92ac
Author: Rohit Grover
adding an initial prototype for a yotta-config based initialization for BLE transports
Changed in this revision
source/BLE.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/BLE.cpp Tue Sep 29 09:50:55 2015 +0100 +++ b/source/BLE.cpp Tue Sep 29 09:54:17 2015 +0100 @@ -79,7 +79,7 @@ #endif }; -BLE & +BLE::BLE & BLE::Instance(InstanceID_t id) { static BLE *singletons[NUM_INSTANCES];