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
Field | Description |
---|---|
status | Status of the subrate change event. See GAP_STATUS for possible values. |
connHandle | Connection handle for the connection related to this subrate change. |
subrateFactor | New subrate factor applied to the specified underlying connection interval. |
periLatency | New Peripheral latency for the connection in number of subrated connection events. |
continuationNum | Number of underlying connection events to remain active after a packet containing a PDU with a non-zero Length field is sent or received. |
supervisionTimeout | New supervision timeout for this connection. |