Home
last modified time | relevance | path

Searched refs:BT_HCI_LE_PHY_2M (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1703 if (conn->le.phy.tx_phy == BT_HCI_LE_PHY_2M && in uses_symmetric_2mbit_phy()
1704 conn->le.phy.rx_phy == BT_HCI_LE_PHY_2M) { in uses_symmetric_2mbit_phy()
Dadv.c1166 cp->sec_adv_phy = BT_HCI_LE_PHY_2M; in le_ext_adv_param_set()
Dhci_core.c535 case BT_HCI_LE_PHY_2M: in bt_get_phy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1425 #define BT_HCI_LE_PHY_2M 0x02 macro