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 819 of file ble_gapc.h.
uint8_t ble_gap_evt_phy_update_t::rx_phy |
LE PHY for data reception. ble_gap_phy_type_t.
Definition at line 822 of file ble_gapc.h.
uint8_t ble_gap_evt_phy_update_t::tx_phy |
LE PHY for data transmission. ble_gap_phy_type_t.
Definition at line 821 of file ble_gapc.h.