Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugg_test.c142 const struct named_lc3_preset *gmap_get_named_preset(bool is_unicast, enum bt_audio_dir dir, in gmap_get_named_preset() function
1468 gmap_get_named_preset(true, BT_AUDIO_DIR_SINK, preset_arg); in test_args()
1476 gmap_get_named_preset(true, BT_AUDIO_DIR_SOURCE, preset_arg); in test_args()
1483 broadcast_named_preset = gmap_get_named_preset( in test_args()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dgmap.c239 const struct named_lc3_preset *gmap_get_named_preset(bool is_unicast, enum bt_audio_dir dir, in gmap_get_named_preset() function
Daudio.h82 const struct named_lc3_preset *gmap_get_named_preset(bool is_unicast, enum bt_audio_dir dir,
Dbap.c559 return gmap_get_named_preset(is_unicast, dir, preset_arg); in bap_get_named_preset()