BLE_GAP_EvtPhyUpdate_T

C

typedef struct BLE_GAP_EvtPhyUpdate_T
{
    uint16_t                connHandle;
    uint8_t                 status;
    uint8_t                 txPhy;
    uint8_t                 rxPhy;
}BLE_GAP_EvtPhyUpdate_T;

Description

Structure for the BLE_GAP_EVT_PHY_UPDATE event.This event is triggered when PHY is updated during a BLE connection.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
statusResult of the PHY update procedure. See GAP_STATUS for possible values.
txPhyConfigured PHY for transmissions. See PHY types for possible values.
rxPhyConfigured PHY for receptions. See PHY types for possible values.