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

Fork of BLE_API by Bluetooth Low Energy

Revision:
1056:ce2fb3d09929
Parent:
1042:21a86ac7f5b1
diff -r 576c739b56a2 -r ce2fb3d09929 ble/DiscoveredService.h
--- a/ble/DiscoveredService.h	Mon Jan 11 08:51:33 2016 +0000
+++ b/ble/DiscoveredService.h	Mon Jan 11 08:51:34 2016 +0000
@@ -36,8 +36,8 @@
          endHandle   = endHandleIn;
      }
 
-    void setupLongUUID(UUID::LongUUIDBytes_t longUUID) {
-         uuid.setupLong(longUUID);
+    void setupLongUUID(UUID::LongUUIDBytes_t longUUID, UUID::ByteOrder_t order = UUID::MSB) {
+         uuid.setupLong(longUUID, order);
     }
 
 public: