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.h465 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts);
Dconn.c3493 uint8_t phy_opts, all_phys; in bt_conn_le_phy_update() local
3497 phy_opts = BT_HCI_LE_PHY_CODED_ANY; in bt_conn_le_phy_update()
3499 phy_opts = BT_HCI_LE_PHY_CODED_S2; in bt_conn_le_phy_update()
3501 phy_opts = BT_HCI_LE_PHY_CODED_S8; in bt_conn_le_phy_update()
3503 phy_opts = BT_HCI_LE_PHY_CODED_ANY; in bt_conn_le_phy_update()
3516 param->pref_rx_phy, phy_opts); in bt_conn_le_phy_update()
Dhci_core.c1130 uint8_t pref_tx_phy, uint8_t pref_rx_phy, uint8_t phy_opts) in bt_le_set_phy() argument
1145 cp->phy_opts = phy_opts; in bt_le_set_phy()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2712 uint16_t phy_opts; in le_set_phy() local
2718 phy_opts = sys_le16_to_cpu(cmd->phy_opts); in le_set_phy()
2748 if (phy_opts & 0x03) { in le_set_phy()
2749 phy_opts -= 1U; in le_set_phy()
2750 phy_opts &= 1; in le_set_phy()
2752 phy_opts = 0U; in le_set_phy()
2755 status = ll_phy_req_send(handle, cmd->tx_phys, phy_opts, in le_set_phy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1463 uint16_t phy_opts; member