BLE_TRCBPS_EvtConnStatus_T

C

typedef struct
{
    uint16_t                connHandle;
    BLE_TRCBPS_ChanType_T   chanType;
    uint8_t                 leL2capId;
    uint16_t                peerMtu;
    uint16_t                peerMps;
    uint8_t                 status;
} BLE_TRCBPS_EvtConnStatus_T;

Description

Structure for the BLE_TRCBPS_EVT_CONNECTION_STATUS event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
chanTypeChannel type. Refer to BLE_TRCBPS_ChanType_T for details.
leL2capIdL2CAP session instance. Set to BLE_TRCBPS_L2CAP_UNASSIGNED_ID if unassigned. Applicable only for data channels.
peerMtuPeer device's maximum MTU size. Applicable only for data channels. *
peerMpsPeer device's maximum PDU size. Applicable only for data channels.
statusConnection status. Refer to TRCPBS status for possible values.