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

FieldDescription
connHandleConnection handle associated with this connection.
chanTypeChannel type. Refer to BLE_TRCBPS_ChanType_T for details.
leL2capIdL2CAP session instance.