Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_PHY_PREFER_2M (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1781 err = bt_le_set_phy(conn, 0U, BT_HCI_LE_PHY_PREFER_2M, BT_HCI_LE_PHY_PREFER_2M, in perform_auto_initiated_procedures()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1443 #define BT_HCI_LE_PHY_PREFER_2M BIT(1) macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c2722 mask_phys |= BT_HCI_LE_PHY_PREFER_2M; in le_set_phy()