Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h282 #define BT_FEAT_LE_BIS(feat) (BT_FEAT_LE_ISO_BROADCASTER(feat) | \ macro
285 BT_FEAT_LE_BIS(feat))
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3430 if (IS_ENABLED(CONFIG_BT_ISO) && BT_FEAT_LE_BIS(bt_dev.le.features)) { in le_set_event_mask()