PHY update event for BLE_GAPC_EVT_PHY_UPDATED. More...
#include <ble_gapc.h>
Public Attributes | |
| uint8_t | tx_phy |
| uint8_t | rx_phy |
PHY update event for BLE_GAPC_EVT_PHY_UPDATED.
Definition at line 829 of file ble_gapc.h.
| uint8_t ble_gap_evt_phy_update_t::rx_phy |
LE PHY for data reception. (0x00:1M, 0x01:2M, 0x03:coded) ble_gap_phy_type_t.
Definition at line 832 of file ble_gapc.h.
| uint8_t ble_gap_evt_phy_update_t::tx_phy |
LE PHY for data transmission. (0x00:1M, 0x01:2M, 0x03:coded) ble_gap_phy_type_t.
Definition at line 831 of file ble_gapc.h.