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

Fork of BLE_API by Bluetooth Low Energy

Revision:
566:6681c6e0d7c0
Parent:
565:a3fb221c0813
--- a/public/DiscoveredCharacteristic.h	Fri Jun 19 15:52:11 2015 +0100
+++ b/public/DiscoveredCharacteristic.h	Fri Jun 19 15:52:11 2015 +0100
@@ -173,15 +173,15 @@
     }
 
 protected:
-    GattClient             *gattc;
+    GattClient              *gattc;
 
 protected:
-    UUID                    uuid;
-    Properties_t            props;
-    GattAttribute::Handle_t declHandle;
-    GattAttribute::Handle_t valueHandle;
+    UUID                     uuid;
+    Properties_t             props;
+    GattAttribute::Handle_t  declHandle;
+    GattAttribute::Handle_t  valueHandle;
 
-    Gap::Handle_t           connHandle;
+    Gap::Handle_t            connHandle;
 
 public:
     static GattClient::ReadCallback_t  onDataReadCallback;