Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dgmap.h133 BT_GMAP_UGT_FEAT_MULTISOURCE = BIT(6), enumerator
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dgmap_server.c220 (ugt_feat & BT_GMAP_UGT_FEAT_MULTISOURCE) != 0)) { in valid_gmap_features()
236 if ((ugt_feat & BT_GMAP_UGT_FEAT_MULTISOURCE) != 0 && in valid_gmap_features()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c361 BT_GMAP_UGT_FEAT_MULTISOURCE), in test_main()
Dgmap_ugg_test.c449 (ugt_feat & BT_GMAP_UGT_FEAT_MULTISOURCE) == 0) { in gmap_discover_cb()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dgmap.c102 features->ugt_feat |= BT_GMAP_UGT_FEAT_MULTISOURCE; in set_gmap_features()