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 to ble_app using usb dongle nrf52840

how to send the data to ble_app_uart , i used this line 

  ret = ble_nus_data_send(&m_nus,"hwllo",25,m_conn_handle);
but i am not receiving any data in ble_app

Related