Home
last modified time | relevance | path

Searched refs:_pref_rx_phy (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h112 #define BT_CONN_LE_PHY_PARAM_INIT(_pref_tx_phy, _pref_rx_phy) \ argument
116 .pref_rx_phy = (_pref_rx_phy), \
124 #define BT_CONN_LE_PHY_PARAM(_pref_tx_phy, _pref_rx_phy) \ argument
126 BT_CONN_LE_PHY_PARAM_INIT(_pref_tx_phy, _pref_rx_phy) \