Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h102 uint8_t pref_tx_phy; /**< Bitmask of preferred transmit PHYs */ member
114 .pref_tx_phy = (_pref_tx_phy), \
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h465 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
Dconn.c3507 if (param->pref_tx_phy == BT_GAP_LE_PHY_NONE) { in bt_conn_le_phy_update()
3515 return bt_le_set_phy(conn, all_phys, param->pref_tx_phy, in bt_conn_le_phy_update()
Dhci_core.c1130 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts) in bt_le_set_phy() argument
1143 cp->tx_phys = pref_tx_phy; in bt_le_set_phy()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3654 param.pref_tx_phy = strtoul(argv[1], NULL, 16); in cmd_conn_phy_update()
3655 param.pref_rx_phy = param.pref_tx_phy; in cmd_conn_phy_update()