![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
This structure notifies that PHY for a connection has been updated. More...
Data Fields | |
| uint16_t | conn_hdl |
| Connection handle identifying the link that has been updated. More... | |
| uint8_t | tx_phy |
| Transmitter PHY. More... | |
| uint8_t | rx_phy |
| Receiver PHY. More... | |
This structure notifies that PHY for a connection has been updated.
| uint16_t st_ble_gap_phy_upd_evt_t::conn_hdl |
Connection handle identifying the link that has been updated.
| uint8_t st_ble_gap_phy_upd_evt_t::tx_phy |
Transmitter PHY.
| value | description |
|---|---|
| 0x01 | The transmitter PHY has been updated to 1M PHY. |
| 0x02 | The transmitter PHY has been updated to 2M PHY. |
| 0x03 | The transmitter PHY has been updated to Coded PHY. |
| uint8_t st_ble_gap_phy_upd_evt_t::rx_phy |
Receiver PHY.
| value | description |
|---|---|
| 0x01 | The receiver PHY has been updated to 1M PHY. |
| 0x02 | The receiver PHY has been updated to 2M PHY. |
| 0x03 | The receiver PHY has been updated to Coded PHY. |