Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: ble/DiscoveredService.h
- Revision:
- 1134:d540a48f650d
- Parent:
- 1131:692ddf04fc42
- Child:
- 1159:1aa7f8be1f76
diff -r 98dfa6ac8242 -r d540a48f650d ble/DiscoveredService.h
--- a/ble/DiscoveredService.h Wed Apr 06 19:13:50 2016 +0100
+++ b/ble/DiscoveredService.h Wed Apr 06 19:13:52 2016 +0100
@@ -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:
