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
Data structure for BLE_TRCBPS_EVT_RECEIVE_DATA event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| chanType | Channel Type. See BLE_TRCBPS_ChanType_T. |
| leL2capId | Instance of L2CAP session. |
