Hi,
I am using nus service to send and receive data between Android App.
After connection established, App send some data to my module and ble_evt_handler get that data well.
And to send reply message to App, I call the ble_nus_data_send directly at the ble_evt_handler, but error is returned, 8.
I moved the code into the bsp_event_handler on the case of BSP_EVENT_KEY_0, but same error code is occur when pressed key 0.
Help me
BR
Paul