Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c874 if (BT_FEAT_SC(bt_dev.features)) { in bt_br_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h148 #define BT_FEAT_SC(feat) BT_FEAT_TEST(feat, 2, 1, 0) macro
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c1581 return BT_FEAT_SC(bt_dev.features); in br_sc_supported()