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

how to send the data using structure in the ble

Hello ,

 Now I am sending the data  per 7.5ms in the interval of time over ble .I am loosing the packets , to avoid this I am planning to send the data in the structure .How to send the structure data in this function ble_nus_data_send .  Usually I used to convert the data into string then I will push the data in ble_nus_data_send function . Please Suggest me 

Related