Home
last modified time | relevance | path

Searched refs:snk_codec_cfgs (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dcap_initiator.c562 struct bt_audio_codec_cfg *snk_codec_cfgs[BAP_UNICAST_AC_MAX_SNK] = {0}; in cap_ac_unicast_start() local
620 snk_codec_cfgs[i] = &snk_uni_streams[i]->codec_cfg; in cap_ac_unicast_start()
635 stream_param->codec_cfg = snk_codec_cfgs[snk_stream_cnt]; in cap_ac_unicast_start()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dgmap_ugg_test.c678 struct bt_audio_codec_cfg *snk_codec_cfgs[GMAP_UNICAST_AC_MAX_SNK] = {0}; in gmap_ac_cap_unicast_start() local
736 snk_codec_cfgs[i] = &snk_uni_streams[i]->codec_cfg; in gmap_ac_cap_unicast_start()
751 stream_param->codec_cfg = snk_codec_cfgs[snk_stream_cnt]; in gmap_ac_cap_unicast_start()
Dcap_initiator_unicast_test.c1145 struct bt_audio_codec_cfg *snk_codec_cfgs[CAP_AC_MAX_SNK] = {0}; in cap_initiator_ac_cap_unicast_start() local
1203 snk_codec_cfgs[i] = &snk_uni_streams[i]->codec_cfg; in cap_initiator_ac_cap_unicast_start()
1218 stream_param->codec_cfg = snk_codec_cfgs[snk_stream_cnt]; in cap_initiator_ac_cap_unicast_start()