Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.
Fork of BLE_API by
Diff: services/URIBeacon2Service.h
- Revision:
- 157:8bd620881bc9
- Parent:
- 156:cc021c5ba5b8
- Child:
- 158:08f609d8a6d4
--- a/services/URIBeacon2Service.h Fri Nov 28 14:11:20 2014 +0000 +++ b/services/URIBeacon2Service.h Fri Nov 28 14:11:20 2014 +0000 @@ -130,7 +130,7 @@ } private: - static const size_t MAX_SIZEOF_SERVICE_DATA_PAYLOAD = 32; /* TODO */ + static const size_t MAX_SIZEOF_SERVICE_DATA_PAYLOAD = 27; private: BLEDevice &ble;