PHY update event for BLE_GAPC_EVT_PHY_UPDATED. More...

#include <ble_gapc.h>

Public Attributes

uint8_t tx_phy
 LE PHY for data transmission. More...
 
uint8_t rx_phy
 LE PHY for data reception. More...
 

Detailed Description

PHY update event for BLE_GAPC_EVT_PHY_UPDATED.

Definition at line 363 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.

GAP PHY OPTIONS (bitmask).

Definition at line 366 of file ble_gapc.h.

◆ tx_phy

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.


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