I'm using nRF52840 and want to send a data of 200 bytes over BLE, but while adding the characteristic, if I give maximum length above 101 it does not accept it. Can someone guide me how to add characteristics with larger data length.
I'm using nRF52840 and want to send a data of 200 bytes over BLE, but while adding the characteristic, if I give maximum length above 101 it does not accept it. Can someone guide me how to add characteristics with larger data length.
Hi,
What is NRF_SDH_BLE_GATT_MAX_MTU_SIZE set to?
it does not accept it
Exactly what error code is returned?
Can someone guide me how to add characteristics with larger data length.
Use data length extension. See this thread.
regards
Jared
Hi,
What is NRF_SDH_BLE_GATT_MAX_MTU_SIZE set to?
it does not accept it
Exactly what error code is returned?
Can someone guide me how to add characteristics with larger data length.
Use data length extension. See this thread.
regards
Jared