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
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
chanType | Channel type. Refer to BLE_TRCBPS_ChanType_T for details. |
leL2capId | L2CAP session instance. Set to BLE_TRCBPS_L2CAP_UNASSIGNED_ID if unassigned. Applicable only for data channels. |
peerMtu | Peer device's maximum MTU size. Applicable only for data channels. * |
peerMps | Peer device's maximum PDU size. Applicable only for data channels. |
status | Connection status. Refer to TRCPBS status for possible values. |