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: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: services/URIBeacon2Service.h
- Revision:
- 199:6b57874115f6
- Parent:
- 196:febbd68b1095
- Child:
- 200:80dd3e50705c
diff -r 933961a2ac6f -r 6b57874115f6 services/URIBeacon2Service.h
--- a/services/URIBeacon2Service.h Fri Nov 28 14:11:25 2014 +0000
+++ b/services/URIBeacon2Service.h Mon Dec 01 14:31:17 2014 +0000
@@ -342,7 +342,7 @@
}
private:
- static const size_t MAX_SIZEOF_SERVICE_DATA_PAYLOAD = 27;
+ static const size_t MAX_SIZEOF_SERVICE_DATA_PAYLOAD = 18; /* Uri Data must be between 0 and 18 bytes in length. */
static const size_t MAX_SIZE_URI_DATA_CHAR_VALUE = 48;
private:
