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.
Dependents: LinkNode_SimpleChatwithSerial
Fork of BLE_API by
Diff: ble/DiscoveredService.h
- Revision:
- 1038:ebf9746bff7d
- Parent:
- 1035:d8ba3cb5a39a
diff -r ec64da75c9ee -r ebf9746bff7d ble/DiscoveredService.h
--- a/ble/DiscoveredService.h Thu Dec 10 09:15:04 2015 +0000
+++ b/ble/DiscoveredService.h Thu Dec 10 09:15:04 2015 +0000
@@ -36,7 +36,7 @@
endHandle = endHandleIn;
}
- void setupLongUUID(UUID::LongUUIDBytes_t longUUID, UUID::BitOrder_t order = UUID::MSB) {
+ void setupLongUUID(UUID::LongUUIDBytes_t longUUID, UUID::ByteOrder_t order = UUID::MSB) {
uuid.setupLong(longUUID, order);
}
