BLE_TRCBPS_EvtReceiveData_T
C
typedef struct BLE_TRCBPS_EvtReceiveData_T { uint16_t connHandle; BLE_TRCBPS_ChanType_T chanType; uint8_t leL2capId; } BLE_TRCBPS_EvtReceiveData_T;
Description
Structure for the BLE_TRCBPS_EVT_RECEIVE_DATA event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
chanType | Channel type. Refer to BLE_TRCBPS_ChanType_T for details. |
leL2capId | L2CAP session instance. |