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

Fork of BLE_API by Bluetooth Low Energy

Revision:
1084:40c1e518d6de
Parent:
1082:127667021827
Child:
1085:ab823cb9783f
--- a/ble/Gap.h	Mon Jan 11 08:51:46 2016 +0000
+++ b/ble/Gap.h	Mon Jan 11 08:51:47 2016 +0000
@@ -1010,7 +1010,7 @@
     virtual ble_error_t reset(void) {
         /* Clear Gap state */
         state.advertising = 0;
-        state.connected = 0;
+        state.connected   = 0;
 
         /* Clear scanning state */
         scanningActive = false;
@@ -1024,7 +1024,7 @@
         connectionCallChain.clear();
         disconnectionCallChain.clear();
         radioNotificationCallback = NULL;
-        onAdvertisementReport = NULL;
+        onAdvertisementReport     = NULL;
 
         return BLE_ERROR_NONE;
     }