![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
This structure notifies that the PHY settings has been acquired by R_BLE_GAP_ReadPhy(). More...
Data Fields | |
uint16_t | conn_hdl |
Connection handle identifying the link that has been acquired the PHY settings. More... | |
uint8_t | tx_phy |
Transmitter PHY. More... | |
uint8_t | rx_phy |
Receiver PHY. More... | |
This structure notifies that the PHY settings has been acquired by R_BLE_GAP_ReadPhy().
uint16_t st_ble_gap_phy_rd_evt_t::conn_hdl |
Connection handle identifying the link that has been acquired the PHY settings.
uint8_t st_ble_gap_phy_rd_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_rd_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. |