The structure holds PHY update event information.
Public Attribute Documentation#
TxPhy#
uint8_t rsi_ble_event_phy_update_s::TxPhy
Transmission PHY rate(1 byte)
BIT(0) - The Host prefers to use the LE 1M transmitter PHY (possible among others)
BIT(1) - The Host prefers to use the LE 2M transmitter PHY (possible among others)
BIT(2) - The Host prefers to use the LE Coded transmitter PHY (possible among others)
BIT(3) - BIT(7) Reserved for future use
RxPhy#
uint8_t rsi_ble_event_phy_update_s::RxPhy
Reception PHY rate(1 byte)
BIT(0) - The Host prefers to use the LE 1M reception PHY (possible among others)
BIT(1) - The Host prefers to use the LE 2M reception PHY (possible among others)
BIT(2) - The Host prefers to use the LE Coded reception PHY (possible among others)
BIT(3) - BIT(7) Reserved for future use