Searched refs:pref_rx_phy (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
| D | gatt_write_common.c | 27 .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/ |
| D | conn.h | 104 uint8_t pref_rx_phy; /**< Bitmask of preferred receive PHYs */ member 116 .pref_rx_phy = (_pref_rx_phy), \
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | hci_core.h | 467 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
|
| D | conn.c | 3601 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()
|
| D | hci_core.c | 1136 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/ |
| D | bt.c | 3657 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()
|