Searched refs:BT_AUDIO_LOCATION_MONO_AUDIO (Results 1 – 17 of 17) sorted by relevance
215 const bool is_mono = chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in bap_usb_add_frame_to_usb()347 const bool is_mono = sh_stream->lc3_chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in stream_cb()430 const bool is_mono = sh_stream->lc3_chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in bap_usb_can_get_full_sdu()512 const bool is_mono = chan_alloc == BT_AUDIO_LOCATION_MONO_AUDIO; in bap_usb_get_frame()
683 new_chan_alloc = BT_AUDIO_LOCATION_MONO_AUDIO; in set_codec_config()722 chan_alloc = BT_AUDIO_LOCATION_MONO_AUDIO; in set_codec_config()
635 if (chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO) { in print_codec_cfg_chan_allocation()
225 const bool is_mono = sh_stream->lc3_chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in get_lc3_chan_alloc_from_index()237 *chan_alloc = BT_AUDIO_LOCATION_MONO_AUDIO; in get_lc3_chan_alloc_from_index()1147 enum bt_audio_location location = BT_AUDIO_LOCATION_MONO_AUDIO; in cmd_config()2981 sh_stream->lc3_chan_allocation = BT_AUDIO_LOCATION_MONO_AUDIO; in stream_started_cb()
158 const bool is_mono = stream->lc3_chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in get_lc3_chan_alloc_from_index()170 *chan_alloc = BT_AUDIO_LOCATION_MONO_AUDIO; in get_lc3_chan_alloc_from_index()
214 const bool is_mono = chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in usb_add_frame_to_usb()
236 enum bt_audio_location chan_allocation = BT_AUDIO_LOCATION_MONO_AUDIO; in subgroup_get_valid_bis_indexes_cb()282 : BT_AUDIO_LOCATION_MONO_AUDIO; in subgroup_get_valid_bis_indexes_cb()
111 lc3_tx->chan_allocation = BT_AUDIO_LOCATION_MONO_AUDIO; in extract_lc3_config()
96 BT_BAP_LC3_BROADCAST_PRESET_16_2_1(BT_AUDIO_LOCATION_MONO_AUDIO, in broadcast_create()
46 BT_AUDIO_LOCATION_MONO_AUDIO, BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED);
145 if (chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO) { in bt_audio_get_chan_count()
449 *chan_allocation = BT_AUDIO_LOCATION_MONO_AUDIO; in bt_audio_codec_cfg_get_chan_allocation()
231 err = bt_pacs_set_location(dir, BT_AUDIO_LOCATION_MONO_AUDIO); in register_pac()
592 BT_AUDIO_LOCATION_MONO_AUDIO = 0, enumerator2314 case BT_AUDIO_LOCATION_MONO_AUDIO: in bt_audio_location_bit_to_str()
47 BT_AUDIO_LOCATION_MONO_AUDIO, BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED); in cap_initiator_test_unicast_stop_fixture_init()
45 BT_AUDIO_LOCATION_MONO_AUDIO, BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED); in cap_initiator_test_unicast_start_fixture_init()
262 zassert_equal(chan_allocation, BT_AUDIO_LOCATION_MONO_AUDIO, "unexpected return value %d", in ZTEST()