Home
last modified time | relevance | path

Searched refs:BT_GMAP_UGG_FEAT_MULTISINK (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dgmap.h84 BT_GMAP_UGG_FEAT_MULTISINK = BIT(2), enumerator
/Zephyr-latest/subsys/bluetooth/audio/
Dgmap_server.c191 if ((ugg_feat & BT_GMAP_UGG_FEAT_MULTISINK) != 0 && in valid_gmap_features()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c331 (ugg_feat & BT_GMAP_UGG_FEAT_MULTISINK) == 0) { in gmap_discover_cb()
Dgmap_ugg_test.c431 BT_GMAP_UGG_FEAT_MULTISINK), in init()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dgmap.c93 features->ugg_feat |= BT_GMAP_UGG_FEAT_MULTISINK; in set_gmap_features()