This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ble_gatts_evt_write_t Length is 0

Hello,

I am running an older softdevice 4.0.2

And  finding that occasionally the len field is returning 0 when receiving a  ble_gatts_evt_write_t ble event in my Peripheral device.

Is there any reason for this? There is data inside the data[] array this is problematic however because i am using the len field to determine how many bytes should be written over UART.

Regards,

David Hutchinson

Related