Home
last modified time | relevance | path

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

/Zephyr-4.1.0/include/zephyr/bluetooth/
Dhci_types.h255 #define BT_FEAT_LE_ISO_BROADCASTER(feat) BT_LE_FEAT_TEST(feat, \ macro
290 #define BT_FEAT_LE_BIS(feat) (BT_FEAT_LE_ISO_BROADCASTER(feat) | \
/Zephyr-4.1.0/subsys/bluetooth/host/
Dhci_core.c3413 BT_FEAT_LE_ISO_BROADCASTER(bt_dev.le.features)) { in le_set_event_mask()