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 363 of file ble_gapc.h.
uint8_t ble_gap_evt_phy_update_t::rx_phy |
LE PHY for data reception. GAP PHY OPTIONS (bitmask).
Definition at line 366 of file ble_gapc.h.
uint8_t ble_gap_evt_phy_update_t::tx_phy |
LE PHY for data transmission. GAP PHY OPTIONS (bitmask).
Definition at line 365 of file ble_gapc.h.