Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h467 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
Dconn.c3578 uint8_t phy_opts, all_phys; in bt_conn_le_phy_update() local
3587 phy_opts = BT_HCI_LE_PHY_CODED_ANY; in bt_conn_le_phy_update()
3589 phy_opts = BT_HCI_LE_PHY_CODED_S2; in bt_conn_le_phy_update()
3591 phy_opts = BT_HCI_LE_PHY_CODED_S8; in bt_conn_le_phy_update()
3593 phy_opts = BT_HCI_LE_PHY_CODED_ANY; in bt_conn_le_phy_update()
3606 param->pref_rx_phy, phy_opts); in bt_conn_le_phy_update()
Dhci_core.c1136 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts) in bt_le_set_phy() argument
1151 cp->phy_opts = phy_opts; in bt_le_set_phy()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2747 uint16_t phy_opts; in le_set_phy() local
2753 phy_opts = sys_le16_to_cpu(cmd->phy_opts); in le_set_phy()
2783 if (phy_opts & 0x03) { in le_set_phy()
2784 phy_opts -= 1U; in le_set_phy()
2785 phy_opts &= 1; in le_set_phy()
2787 phy_opts = 0U; in le_set_phy()
2790 status = ll_phy_req_send(handle, cmd->tx_phys, phy_opts, in le_set_phy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1487 uint16_t phy_opts; member