Hi Nordic community
I want only send data using ble app_uart example with out receiving anything. So i tried to send the data that i received from my device to my android through the ble module(NRF 52840 DK). when i use one of the SDK examples that is app_uart . It doesn't work because it must receive data through Rx in order to start the communication. Then i deleted the qwr_init(); function because this function is waiting for receiving data from the client. but it didn't work.
So can you help me to figure out how to make the ble app_uart code uses only for Transmitting data. Which part of the code i need to modified?
Thank You.