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

UART Service data length

Hi , 

I have a large data structure that I'd like to transfer ( few KB ) , what is the maximum length I can pass on "ble_nus_string_send" ? ( length appear as uint_16 ) 

Do I have to break down the data into 20 Bytes and put it back together on the other end ? ( or will ble_nus_string_send take care of this ? ) 

Thanks, 

Ran 

Related