Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dgmap.h100 BT_GMAP_UGT_FEAT_80KBPS_SOURCE = BIT(1), enumerator
/Zephyr-latest/subsys/bluetooth/audio/
Dgmap_server.c219 ((ugt_feat & BT_GMAP_UGT_FEAT_80KBPS_SOURCE) != 0 || in valid_gmap_features()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c363 .ugt_feat = (BT_GMAP_UGT_FEAT_SOURCE | BT_GMAP_UGT_FEAT_80KBPS_SOURCE | in test_main()
Dgmap_ugg_test.c410 (ugt_feat & BT_GMAP_UGT_FEAT_80KBPS_SOURCE) == 0 || in gmap_discover_cb()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dgmap.c100 features->ugt_feat |= (BT_GMAP_UGT_FEAT_SOURCE | BT_GMAP_UGT_FEAT_80KBPS_SOURCE); in set_gmap_features()