Home
last modified time | relevance | path

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

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