S145 SoftDevice for nRF54LM20 API documentation 10.0.0
Loading...
Searching...
No Matches
ble_gap_phys_t Struct Reference

PHY preferences for TX and RX. More...

#include </home/runner/work/sdk-nrf-bm/sdk-nrf-bm/sdk-nrf-bm/nrf-bm/components/softdevice/nrf54lm/s145/s145_API/include/ble_gap.h>

Data Fields

uint8_t tx_phys
 
uint8_t rx_phys
 

Detailed Description

PHY preferences for TX and RX.

Note
tx_phys and rx_phys are bit fields. Multiple bits can be set in them to indicate multiple preferred PHYs for each direction.
p_gap_phys->tx_phys = BLE_GAP_PHY_1MBPS | BLE_GAP_PHY_2MBPS;
p_gap_phys->rx_phys = BLE_GAP_PHY_1MBPS | BLE_GAP_PHY_2MBPS;
#define BLE_GAP_PHY_1MBPS
Definition ble_gap.h:571
#define BLE_GAP_PHY_2MBPS
Definition ble_gap.h:572

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