Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dconn.h103 uint8_t pref_rx_phy; /**< Bitmask of preferred receive PHYs */ member
115 .pref_rx_phy = (_pref_rx_phy), \
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dhci_core.h481 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
Dconn.c3104 if (param->pref_rx_phy == BT_GAP_LE_PHY_NONE) { in bt_conn_le_phy_update()
3109 param->pref_rx_phy, phy_opts); in bt_conn_le_phy_update()
Dhci_core.c1115 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts) in bt_le_set_phy() argument
1129 cp->rx_phys = pref_rx_phy; in bt_le_set_phy()
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dbt.c3445 param.pref_rx_phy = param.pref_tx_phy; in cmd_conn_phy_update()
3456 param.pref_rx_phy = strtoul(arg, NULL, 16); in cmd_conn_phy_update()