ble_app_uart example sending ble data is not work

i use ble_app_uart example code.

i have some problem that sometimes MCU can send data to application. but sometimes MCU can't..

ex) Success : 0x01 0x02 0x03 0x04 0x05 \r\n

                       0x01 0x02 0x03 0x04 0x05 \r\n

                       0x01 0x02 0x03 0x04 0x05 \r\n

     Fail :          0x01 0x02 0x03 0x04 0x05 0x01 0x02 0x03 0x04 0x05 0x01 0x02 0x03 0x04 0x05 0x06 \r\n

After I sent packet and have some delay, i send next packet. but sometimes sent data continuously.

Please answer to me.

Thanks

Related