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

ble uart app

For ble_app_uart, if I write below routine to send data to mobile phone application. Can the mobile phone application receive all the packets without packet lose.

for(i=0;i<1000;i++) { ble_nus_string_send(&m_nus, data_array, data_length); }

Parents Reply Children
No Data
Related