BLE_API
Diff: ble/DiscoveredService.h
- Revision:
- 1056:ce2fb3d09929
- Parent:
- 1042:21a86ac7f5b1
- Child:
- 1131:692ddf04fc42
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: