Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c27 .pref_rx_phy = BT_GAP_LE_PHY_1M, in phy_update_iterate()
31 .pref_rx_phy = BT_GAP_LE_PHY_2M, in phy_update_iterate()
35 .pref_rx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate()
42 .pref_rx_phy = BT_GAP_LE_PHY_1M, in phy_update_iterate()
46 .pref_rx_phy = BT_GAP_LE_PHY_2M, in phy_update_iterate()
50 .pref_rx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate()
57 .pref_rx_phy = BT_GAP_LE_PHY_1M, in phy_update_iterate()
61 .pref_rx_phy = BT_GAP_LE_PHY_2M, in phy_update_iterate()
65 .pref_rx_phy = BT_GAP_LE_PHY_CODED, in phy_update_iterate()
72 .pref_rx_phy = BT_GAP_LE_PHY_1M, in phy_update_iterate()
[all …]
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h104 uint8_t pref_rx_phy; /**< Bitmask of preferred receive PHYs */ member
116 .pref_rx_phy = (_pref_rx_phy), \
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h467 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
Dconn.c3601 if (param->pref_rx_phy == BT_GAP_LE_PHY_NONE) { in bt_conn_le_phy_update()
3606 param->pref_rx_phy, phy_opts); 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
1150 cp->rx_phys = pref_rx_phy; in bt_le_set_phy()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3657 param.pref_rx_phy = param.pref_tx_phy; in cmd_conn_phy_update()
3668 param.pref_rx_phy = strtoul(arg, NULL, 16); in cmd_conn_phy_update()