BLE_GAP_EvtTxBufAvailable_T
C
typedef struct BLE_GAP_EvtTxBufAvailable_T { uint16_t connHandle; } BLE_GAP_EvtTxBufAvailable_T;
Description
Structure for the BLE_GAP_EVT_TX_BUF_AVAILABLE event.This event is triggered when data transmission buffer is available.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |