Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c26 .pref_tx_phy = BT_GAP_LE_PHY_1M, in phy_update_iterate()
30 .pref_tx_phy = BT_GAP_LE_PHY_1M, in phy_update_iterate()
34 .pref_tx_phy = BT_GAP_LE_PHY_1M, in phy_update_iterate()
41 .pref_tx_phy = BT_GAP_LE_PHY_2M, in phy_update_iterate()
45 .pref_tx_phy = BT_GAP_LE_PHY_2M, in phy_update_iterate()
49 .pref_tx_phy = BT_GAP_LE_PHY_2M, in phy_update_iterate()
56 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate()
60 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate()
64 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate()
71 .pref_tx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h103 uint8_t pref_tx_phy; /**< Bitmask of preferred transmit PHYs */ member
115 .pref_tx_phy = (_pref_tx_phy), \
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h467 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
Dconn.c3597 if (param->pref_tx_phy == BT_GAP_LE_PHY_NONE) { in bt_conn_le_phy_update()
3605 return bt_le_set_phy(conn, all_phys, param->pref_tx_phy, in bt_conn_le_phy_update()
Dhci_core.c1136 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts) in bt_le_set_phy() argument
1149 cp->tx_phys = pref_tx_phy; in bt_le_set_phy()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3656 param.pref_tx_phy = strtoul(argv[1], NULL, 16); in cmd_conn_phy_update()
3657 param.pref_rx_phy = param.pref_tx_phy; in cmd_conn_phy_update()