BLE_TRSPC_EvtDownlinkStatus_T

C

typedef struct BLE_TRSPC_EvtDownlinkStatus_T
{
    uint16_t        connHandle;
    uint8_t         status;
    uint8_t         currentCreditNumber;
}   BLE_TRSPC_EvtDownlinkStatus_T;

Description

Structure for the BLE_TRSPC_EVT_DL_STATUS event.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
statusDownlink connection status. Refer to TRSPC downlink status definition for possible values.
currentCreditNumberCurrent number of available credits for downlink communication.