BLE_GAP_EvtSubrateChange_T

C

typedef struct BLE_GAP_EvtSubrateChange_T
{
    uint8_t                 status;
    uint16_t                connHandle;
    uint16_t                subrateFactor;
    uint16_t                periLatency;
    uint16_t                continuationNum;
    uint16_t                supervisionTimeout;
}BLE_GAP_EvtSubrateChange_T;

Description

Structure for the BLE_GAP_EVT_SUBRATE_CHANGE event.This event is triggered when a Connection Subrate Update procedure has completed and some parameters of the specified connection have changed.

Field Documentation

FieldDescription
statusStatus of the subrate change event. See GAP_STATUS for possible values.
connHandleConnection handle for the connection related to this subrate change.
subrateFactorNew subrate factor applied to the specified underlying connection interval.
periLatencyNew Peripheral latency for the connection in number of subrated connection events.
continuationNumNumber of underlying connection events to remain active after a packet containing a PDU with a non-zero Length field is sent or received.
supervisionTimeoutNew supervision timeout for this connection.