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

Fork of BLE_API by Bluetooth Low Energy

Revision:
1042:21a86ac7f5b1
Parent:
1038:ebf9746bff7d
Child:
1056:ce2fb3d09929
diff -r bfc5b9b6ecf5 -r 21a86ac7f5b1 ble/DiscoveredService.h
--- a/ble/DiscoveredService.h	Thu Dec 10 09:15:05 2015 +0000
+++ b/ble/DiscoveredService.h	Mon Jan 11 08:51:25 2016 +0000
@@ -36,8 +36,8 @@
          endHandle   = endHandleIn;
      }
 
-    void setupLongUUID(UUID::LongUUIDBytes_t longUUID, UUID::ByteOrder_t order = UUID::MSB) {
-         uuid.setupLong(longUUID, order);
+    void setupLongUUID(UUID::LongUUIDBytes_t longUUID) {
+         uuid.setupLong(longUUID);
     }
 
 public: