Hi, I'm trying to write a long byte array with the nrf master control panel on android. I'm unsure if the app is able to, but in any case I'm not getting the event: BLE_EVT_USER_MEM_REQUEST
. I simply get the BLE_GATTS_EVT_WRITE
with BLE_GATTS_OP_WRITE_CMD
and the length of the data is cut to 20 bytes.
I can see on the app that char_ext_props.reliable_wr
is enabled, furthermore I set:
- cccd_md = BLE_GATTS_VLOC_STACK
- attr_md = BLE_GATTS_VLOC_USER
- max_len = 200
I'm using:
- SDK 6.1
- SD S110 7.0.0
- android 5.1
- master control panel 2.1.1
Does anyone know what i'm doing wrong?