Home
last modified time | relevance | path

Searched refs:all_phys (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h466 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys,
Dconn.c3578 uint8_t phy_opts, all_phys; in bt_conn_le_phy_update() local
3596 all_phys = 0U; in bt_conn_le_phy_update()
3598 all_phys |= BT_HCI_LE_PHY_TX_ANY; in bt_conn_le_phy_update()
3602 all_phys |= BT_HCI_LE_PHY_RX_ANY; 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.c1135 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys, in bt_le_set_phy() argument
1148 cp->all_phys = all_phys; in bt_le_set_phy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1472 uint8_t all_phys; member
1484 uint8_t all_phys; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2732 if (cmd->all_phys & BT_HCI_LE_PHY_TX_ANY) { in le_set_default_phy()
2735 if (cmd->all_phys & BT_HCI_LE_PHY_RX_ANY) { in le_set_default_phy()
2763 if (cmd->all_phys & BT_HCI_LE_PHY_TX_ANY) { in le_set_phy()
2766 if (cmd->all_phys & BT_HCI_LE_PHY_RX_ANY) { in le_set_phy()