MAX_SIZEOF_SERVICE_DATA_PAYLOAD to 27

master
Rohit Grover 2014-11-26 15:59:46 +00:00
parent 4eb693065c
commit fc8788b540
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ private:
}
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;