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 BLE_GAP_EVT_PHY_UPDATE event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| status | Result of the PHY update procedure. See Status definitions for possible values. |
| txPhy | Configured PHY for transmissions. See PHY types for possible values. |
| rxPhy | Configured PHY for receptions. PHY types for possible values. |
