Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Dhci_types.h133 #define BT_FEAT_LE(feat) BT_FEAT_TEST(feat, 0, 4, 6) macro
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dhci_core.c3296 if (!BT_FEAT_LE(bt_dev.features)) { in le_init()