Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: source/services/URIBeaconConfigService.cpp
- Revision:
- 1022:306c409f6c09
- Parent:
- 712:b04b5db36865
- Child:
- 1023:a072b59caddb
--- a/source/services/URIBeaconConfigService.cpp Thu Dec 10 09:15:02 2015 +0000 +++ b/source/services/URIBeaconConfigService.cpp Thu Dec 10 09:15:02 2015 +0000 @@ -17,8 +17,8 @@ #include "ble/services/URIBeaconConfigService.h" #define UUID_URI_BEACON(FIRST, SECOND) { \ - 0xee, 0x0c, FIRST, SECOND, 0x87, 0x86, 0x40, 0xba, \ - 0xab, 0x96, 0x99, 0xb9, 0x1a, 0xc9, 0x81, 0xd8, \ + 0xd8, 0x81, 0xc9, 0x1a, 0xb9, 0x99, 0x96, 0xab, \ + 0xba, 0x40, 0x86, 0x87, SECOND, FIRST, 0x0c, 0xee \ } const uint8_t UUID_URI_BEACON_SERVICE[UUID::LENGTH_OF_LONG_UUID] = UUID_URI_BEACON(0x20, 0x80);