Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h280 #define BT_FEAT_LE_CIS(feat) (BT_FEAT_LE_CIS_CENTRAL(feat) | \ macro
284 #define BT_FEAT_LE_ISO(feat) (BT_FEAT_LE_CIS(feat) | \
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3421 BT_FEAT_LE_CIS(bt_dev.le.features)) { in le_set_event_mask()