BLE_TRSPS_EvtCtrlStatus_T

C

typedef struct BLE_TRSPS_EvtCtrlStatus_T
{
    uint16_t         connHandle;
    uint8_t          status;
}   BLE_TRSPS_EvtCtrlStatus_T;

Description

Structure for the BLE_TRSPS_EVT_CTRL_STATUS event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
statusStatus of the control channel. Refer to TRSPS status for possible values.