InPlay API
ble_conn_pref_phy_t Struct Reference

Connection set prefered PHY. More...

#include <in_ble_gap.h>

Data Fields

uint8_t tx_phy
 Prefered PHY for transmission,. More...
 
uint8_t rx_phy
 Prefered PHY for reception,. More...
 
uint8_t phy_opt
 Prefered coding scheme for CODED PHY options,. More...
 

Detailed Description

Connection set prefered PHY.

Field Documentation

◆ phy_opt

uint8_t phy_opt

Prefered coding scheme for CODED PHY options,.

See also
enum in_ble_coded_phy_opt.

◆ rx_phy

uint8_t rx_phy

Prefered PHY for reception,.

See also
enum in_ble_phy.

◆ tx_phy

uint8_t tx_phy

Prefered PHY for transmission,.

See also
enum in_ble_phy.