Bruno Horta / DOOR_BLE_API

Dependents:   DOOR_BLE_PROGRAM

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Nov 28 14:11:20 2014 +0000
Parent:
156:cc021c5ba5b8
Child:
158:08f609d8a6d4
Commit message:
Synchronized with git rev fc8788b5
Author: Rohit Grover
MAX_SIZEOF_SERVICE_DATA_PAYLOAD to 27

Changed in this revision

services/URIBeacon2Service.h Show annotated file Show diff for this revision Revisions of this file
--- 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;