Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dconn.h102 uint8_t pref_tx_phy; /** Bitmask of preferred transmit PHYs */ member
114 .pref_tx_phy = (_pref_tx_phy), \
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dhci_core.h433 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
Dconn.c2713 if (param->pref_tx_phy == BT_GAP_LE_PHY_NONE) { in bt_conn_le_phy_update()
2721 return bt_le_set_phy(conn, all_phys, param->pref_tx_phy, in bt_conn_le_phy_update()
Dhci_core.c985 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts) in bt_le_set_phy() argument
998 cp->tx_phys = pref_tx_phy; in bt_le_set_phy()
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dbt.c2974 param.pref_tx_phy = strtoul(argv[1], NULL, 16); in cmd_conn_phy_update()
2975 param.pref_rx_phy = param.pref_tx_phy; in cmd_conn_phy_update()