Searched refs:pref_tx_phy (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 102 uint8_t pref_tx_phy; /**< Bitmask of preferred transmit PHYs */ member 114 .pref_tx_phy = (_pref_tx_phy), \
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.h | 465 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
|
D | conn.c | 3507 if (param->pref_tx_phy == BT_GAP_LE_PHY_NONE) { in bt_conn_le_phy_update() 3515 return bt_le_set_phy(conn, all_phys, param->pref_tx_phy, in bt_conn_le_phy_update()
|
D | hci_core.c | 1130 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts) in bt_le_set_phy() argument 1143 cp->tx_phys = pref_tx_phy; in bt_le_set_phy()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 3654 param.pref_tx_phy = strtoul(argv[1], NULL, 16); in cmd_conn_phy_update() 3655 param.pref_rx_phy = param.pref_tx_phy; in cmd_conn_phy_update()
|