Home
last modified time | relevance | path

Searched refs:bt_audio_codec_cfg_get_chan_allocation (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c108 ret = bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &lc3_tx->chan_allocation, false); in extract_lc3_config()
/Zephyr-latest/tests/bluetooth/audio/codec/src/
Dmain.c248 err = bt_audio_codec_cfg_get_chan_allocation(&preset.codec_cfg, &chan_allocation, false); in ZTEST()
260 err = bt_audio_codec_cfg_get_chan_allocation(&codec_cfg, &chan_allocation, true); in ZTEST()
272 err = bt_audio_codec_cfg_get_chan_allocation(&codec_cfg, &chan_allocation, false); in ZTEST()
282 err = bt_audio_codec_cfg_get_chan_allocation(&codec_cfg, &chan_allocation, true); in ZTEST()
292 err = bt_audio_codec_cfg_get_chan_allocation(&codec_cfg, &chan_allocation, false); in ZTEST()
303 err = bt_audio_codec_cfg_get_chan_allocation(&preset.codec_cfg, &chan_allocation, false); in ZTEST()
313 err = bt_audio_codec_cfg_get_chan_allocation(&preset.codec_cfg, &chan_allocation, false); in ZTEST()
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dbap_unicast_sr.c98 ret = bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &chan_allocation, false); in print_codec_cfg()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dlc3.c336 ret = bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &stream->lc3_chan_allocation, true); in lc3_enable()
Dmain.c203 err = bt_audio_codec_cfg_get_chan_allocation(&codec_cfg, &data->bis[idx].chan_allocation, in bis_get_channel_allocation_cb()
258 err = bt_audio_codec_cfg_get_chan_allocation(&codec_cfg, &subgroup_chan_allocation, true); in subgroup_get_valid_bis_indexes_cb()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dcap_acceptor_unicast.c83 if (bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &chan_allocation, true) == in log_codec_cfg()
/Zephyr-latest/samples/bluetooth/hap_ha/src/
Dbap_unicast_sr.c109 ret = bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &chan_allocation, false); in print_codec_cfg()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_sink_test.c146 ret = bt_audio_codec_cfg_get_chan_allocation(&codec_cfg, &chan_allocation, true); in valid_base_subgroup()
505 ret = bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &chan_allocation, true); in validate_stream_codec_cfg()
Dbap_broadcast_source_test.c117 ret = bt_audio_codec_cfg_get_chan_allocation(stream_codec_cfg, &chan_allocation, true); in validate_stream_codec_cfg()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h932 int bt_audio_codec_cfg_get_chan_allocation(const struct bt_audio_codec_cfg *codec_cfg,
/Zephyr-latest/samples/bluetooth/bap_unicast_server/src/
Dmain.c171 ret = bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &chan_allocation, false); in print_codec_cfg()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c81 ret = bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &chan_allocation, false); in print_codec_cfg()
287 bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &chan_allocation, false); in validate_codec_parameters()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Daudio.h689 ret = bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &chan_allocation, false); in print_codec_cfg()
Dcap_initiator.c719 err = bt_audio_codec_cfg_get_chan_allocation(&sh_stream->codec_cfg, &chan_alloc, false); in set_codec_config()
Dbap.c2974 ret = bt_audio_codec_cfg_get_chan_allocation( in stream_started_cb()
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/src/
Dmain.c262 bt_audio_codec_cfg_get_chan_allocation(codec_cfg, &chan_allocation, false); in ZTEST_F()
/Zephyr-latest/subsys/bluetooth/audio/
Dcodec.c427 int bt_audio_codec_cfg_get_chan_allocation(const struct bt_audio_codec_cfg *codec_cfg, in bt_audio_codec_cfg_get_chan_allocation() function
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst763 * Added ``fallback_to_default`` parameter to :c:func:`bt_audio_codec_cfg_get_chan_allocation`.