Home
last modified time | relevance | path

Searched refs:BT_FEAT_BREDR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3595 if (BT_FEAT_BREDR(bt_dev.features)) { in le_init()
4024 if (BT_FEAT_BREDR(bt_dev.features)) { in hci_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h144 #define BT_FEAT_BREDR(feat) !BT_FEAT_TEST(feat, 0, 4, 5) macro