Home
last modified time | relevance | path

Searched refs:bt_audio_get_chan_count (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c114 lc3_tx->chan_cnt = bt_audio_get_chan_count(lc3_tx->chan_allocation); in extract_lc3_config()
/Zephyr-latest/subsys/bluetooth/audio/
Daudio.c143 uint8_t bt_audio_get_chan_count(enum bt_audio_location chan_allocation) in bt_audio_get_chan_count() function
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dusb.c228 if (bt_audio_get_chan_count(chan_allocation) != 1) { in usb_add_frame_to_usb()
Dlc3.c338 stream->lc3_chan_cnt = bt_audio_get_chan_count(stream->lc3_chan_allocation); in lc3_enable()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_broadcast_sink_test.c148 chan_cnt = bt_audio_get_chan_count(chan_allocation); in valid_base_subgroup()
513 chan_cnt = bt_audio_get_chan_count(chan_allocation); in validate_stream_codec_cfg()
Dbap_broadcast_source_test.c125 chan_cnt = bt_audio_get_chan_count(chan_allocation); in validate_stream_codec_cfg()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c230 if (bt_audio_get_chan_count(chan_allocation) != 1) { in bap_usb_add_frame_to_usb()
Dbap.c2978 bt_audio_get_chan_count(sh_stream->lc3_chan_allocation); in stream_started_cb()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h793 uint8_t bt_audio_get_chan_count(enum bt_audio_location chan_allocation);