add "LE Device Address" 0x1B to advertising data types

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Tue Sep 29 09:54:17 2015 +0100
Parent:
824:f82180727241
Child:
826:00415ff9e2a7
Commit message:
Synchronized with git rev 984266ee
Author: Rohit Grover
oops. typo.

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:54:17 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];