Hello,
I am using nrf52832 development board. I am using segger tool. In example -> ble_uart , i am sending some 100kb of data to UART using BLE. I want to controle the flow like, i need to add one button, if i press the button the flow of data to UART need to pause. when i release the button the flow need to continue(withoyt losing any data) . how to implement that?? please help me.
thank you in advance.