To test one functionality, I am sending 1Kbyte of data to smartphone using nRF51 Uart example code.
I have tried testing with different baudrates, 9600, 115200, 38400, etc.
I observed that the time nRF51 DK takes to send 1Kbyte data is 24 seconds irrespective of UART baudrates.
Please let me understand where I am missing something? Why is there this latency in transmitting 1KB data?