I'm using the UART over BLE example. It seems there is a "delay" somewhere between sending packets. Is it possible to make the transmission faster?
Currently it looks like the Tx packets are saved in a buffer and are send periodically. Here is the code:
I'm using the UART over BLE example. It seems there is a "delay" somewhere between sending packets. Is it possible to make the transmission faster? Currently it looks like the Tx packets are saved in a buffer and are send periodically. Here is the code:
Note that the transmission delay doesn't seem to be around 4*LED_DELAY but much longer ~800ms.