Hello,
I wanted to send data over peripheral device to the central device by using ble UART example. I used ble_nus_data_send() function in main(void) function. I have checked if the data was sent or not . ble_nus_data_send() returned 0x5 instead of NRF_SUCCESS. I also tried to use it in main() function, but nothing changed.
My ultimate goal is to send data when peripheral and central device pair each other.
Best Regards