ble_gap_phys_t

S140 SoftDevice v5.0.0-2.alpha API

Physical Layer configuration. More...

#include <ble_gap.h>

Data Fields

uint8_t tx_phys
uint8_t rx_phys

Detailed Description

Physical Layer configuration.

Note
tx_phys and rx_phys are bitfields, to indicate multiple preferred PHYs for each direction they can be ORed together.

Field Documentation

uint8_t ble_gap_phys_t::rx_phys

Preferred receive PHYs, see GAP PHYs .

uint8_t ble_gap_phys_t::tx_phys

Preferred transmit PHYs, see GAP PHYs .