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

Fork of BLE_API by Bluetooth Low Energy

Revision:
1084:40c1e518d6de
Parent:
1082:127667021827
--- a/ble/ServiceDiscovery.h	Mon Jan 11 08:51:46 2016 +0000
+++ b/ble/ServiceDiscovery.h	Mon Jan 11 08:51:47 2016 +0000
@@ -144,11 +144,11 @@
      * @return BLE_ERROR_NONE on success.
      */
     virtual ble_error_t reset(void) {
-        connHandle = 0;
-        matchingServiceUUID = UUID::ShortUUIDBytes_t(BLE_UUID_UNKNOWN);
-        serviceCallback = NULL;
+        connHandle                 = 0;
+        matchingServiceUUID        = UUID::ShortUUIDBytes_t(BLE_UUID_UNKNOWN);
+        serviceCallback            = NULL;
         matchingCharacteristicUUID = UUID::ShortUUIDBytes_t(BLE_UUID_UNKNOWN);
-        characteristicCallback = NULL;
+        characteristicCallback     = NULL;
 
         return BLE_ERROR_NONE;
     }