BLE data transfer parameters. More...
#include <pal_bb_ble.h>
| Data Fields | |
| PalBbBleTxIsr_t | txCback | 
| PalBbBleRxIsr_t | rxCback | 
| uint32_t | dueUsec | 
| uint32_t | rxTimeoutUsec | 
BLE data transfer parameters.
Definition at line 113 of file pal_bb_ble.h.
| uint32_t dueUsec | 
Due time of the first packet in microseconds.
Definition at line 118 of file pal_bb_ble.h.
| PalBbBleRxIsr_t rxCback | 
Receive completion callback.
Definition at line 116 of file pal_bb_ble.h.
| uint32_t rxTimeoutUsec | 
Receive timeout in microseconds.
Definition at line 119 of file pal_bb_ble.h.
| PalBbBleTxIsr_t txCback | 
Transmit completion callback.
Definition at line 115 of file pal_bb_ble.h.