PHY update event for BLE_GAPC_EVT_PHY_UPDATED. More...

#include <ble_gapc.h>

Public Attributes

uint8_t tx_phy
 
uint8_t rx_phy
 

Detailed Description

PHY update event for BLE_GAPC_EVT_PHY_UPDATED.

Definition at line 813 of file ble_gapc.h.

Member Data Documentation

◆ rx_phy

uint8_t ble_gap_evt_phy_update_t::rx_phy

LE PHY for data reception. ble_gap_phy_type_t.

Definition at line 816 of file ble_gapc.h.

◆ tx_phy

uint8_t ble_gap_evt_phy_update_t::tx_phy

LE PHY for data transmission. ble_gap_phy_type_t.

Definition at line 815 of file ble_gapc.h.


The documentation for this struct was generated from the following file: