Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dgmap.h112 BT_GMAP_UGT_FEAT_64KBPS_SINK = BIT(3), enumerator
/Zephyr-latest/subsys/bluetooth/audio/
Dgmap_server.c255 ((ugt_feat & BT_GMAP_UGT_FEAT_64KBPS_SINK) != 0 || in valid_gmap_features()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugt_test.c364 BT_GMAP_UGT_FEAT_SINK | BT_GMAP_UGT_FEAT_64KBPS_SINK | in test_main()
Dgmap_ugg_test.c412 (ugt_feat & BT_GMAP_UGT_FEAT_64KBPS_SINK) == 0 || in gmap_discover_cb()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dgmap.c106 features->ugt_feat |= (BT_GMAP_UGT_FEAT_SINK | BT_GMAP_UGT_FEAT_64KBPS_SINK); in set_gmap_features()