Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dgmap.h125 BT_GMAP_UGT_FEAT_MULTISINK = BIT(5), enumerator
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dgmap_server.c255 (ugt_feat & BT_GMAP_UGT_FEAT_MULTISINK) != 0 || in valid_gmap_features()
264 if ((ugt_feat & BT_GMAP_UGT_FEAT_MULTISINK) != 0 && in valid_gmap_features()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c360 BT_GMAP_UGT_FEAT_MULTIPLEX | BT_GMAP_UGT_FEAT_MULTISINK | in test_main()
Dgmap_ugg_test.c448 (ugt_feat & BT_GMAP_UGT_FEAT_MULTISINK) == 0 || in gmap_discover_cb()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dgmap.c108 features->ugt_feat |= BT_GMAP_UGT_FEAT_MULTISINK; in set_gmap_features()