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.h464 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys,
Dconn.c3493 uint8_t phy_opts, all_phys; in bt_conn_le_phy_update() local
3506 all_phys = 0U; in bt_conn_le_phy_update()
3508 all_phys |= BT_HCI_LE_PHY_TX_ANY; in bt_conn_le_phy_update()
3512 all_phys |= BT_HCI_LE_PHY_RX_ANY; 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()
Dhci_core.c1129 int bt_le_set_phy(struct bt_conn *conn, uint8_t all_phys, in bt_le_set_phy() argument
1142 cp->all_phys = all_phys; in bt_le_set_phy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1448 uint8_t all_phys; member
1460 uint8_t all_phys; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2697 if (cmd->all_phys & BT_HCI_LE_PHY_TX_ANY) { in le_set_default_phy()
2700 if (cmd->all_phys & BT_HCI_LE_PHY_RX_ANY) { in le_set_default_phy()
2728 if (cmd->all_phys & BT_HCI_LE_PHY_TX_ANY) { in le_set_phy()
2731 if (cmd->all_phys & BT_HCI_LE_PHY_RX_ANY) { in le_set_phy()