Home
last modified time | relevance | path

Searched refs:BT_GMAP_UGT_FEAT_MULTIPLEX (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dgmap.h118 BT_GMAP_UGT_FEAT_MULTIPLEX = BIT(4), enumerator
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dgmap_server.c256 (ugt_feat & BT_GMAP_UGT_FEAT_MULTIPLEX) != 0)) { in valid_gmap_features()
278 (ugt_feat & BT_GMAP_UGT_FEAT_MULTIPLEX) != 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.c447 (ugt_feat & BT_GMAP_UGT_FEAT_MULTIPLEX) == 0 || in gmap_discover_cb()