on_bt_data_arrival Event
| 
									 Function:  | 
								
									 Generated as soon as the BLE interface receives data into the RX buffer.  | 
							
| 
									 Declaration:  | 
								
									 on_bt_data_arrival  | 
							
| 
									 See Also:  | 
								
Details
There may be only one on_bt_data_arrival event in the event queue. Another on_bt_data_arrival event will be generated only after the previous one is handled.
If, during the on_bt_data_arrival event handler execution, not all data is extracted from the RX buffer, another on_bt_data_arrival event is generated immediately after the on_bt_data_arrival event handler is exited.