Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dgmap.h106 BT_GMAP_UGT_FEAT_SINK = BIT(2), enumerator
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dgmap_server.c211 (ugt_feat & BT_GMAP_UGT_FEAT_SINK) == 0) { in valid_gmap_features()
246 if ((ugt_feat & BT_GMAP_UGT_FEAT_SINK) != 0 && CONFIG_BT_ASCS_ASE_SNK_COUNT == 0) { in valid_gmap_features()
253 if ((ugt_feat & BT_GMAP_UGT_FEAT_SINK) == 0 && in valid_gmap_features()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c359 BT_GMAP_UGT_FEAT_SINK | BT_GMAP_UGT_FEAT_64KBPS_SINK | in test_main()
Dgmap_ugg_test.c445 (ugt_feat & BT_GMAP_UGT_FEAT_SINK) == 0 || in gmap_discover_cb()
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dgmap.c106 features->ugt_feat |= (BT_GMAP_UGT_FEAT_SINK | BT_GMAP_UGT_FEAT_64KBPS_SINK); in set_gmap_features()