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