Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1779 if (IS_ENABLED(CONFIG_BT_AUTO_PHY_UPDATE) && BT_FEAT_LE_PHY_2M(bt_dev.le.features) && in perform_auto_initiated_procedures()
Dhci_core.c3382 (BT_FEAT_LE_PHY_2M(bt_dev.le.features) || in le_set_event_mask()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h219 #define BT_FEAT_LE_PHY_2M(feat) BT_LE_FEAT_TEST(feat, \ macro