Searched refs:pref_tx_phy (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 26 .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/ |
D | conn.h | 103 uint8_t pref_tx_phy; /**< Bitmask of preferred transmit PHYs */ member 115 .pref_tx_phy = (_pref_tx_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 | 3597 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()
|
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 1149 cp->tx_phys = pref_tx_phy; in bt_le_set_phy()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 3656 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()
|