Home
last modified time | relevance | path

Searched refs:BT_AUDIO_LOCATION_MONO_AUDIO (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap_usb.c215 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()
Dcap_initiator.c683 new_chan_alloc = BT_AUDIO_LOCATION_MONO_AUDIO; in set_codec_config()
722 chan_alloc = BT_AUDIO_LOCATION_MONO_AUDIO; in set_codec_config()
Daudio.h635 if (chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO) { in print_codec_cfg_chan_allocation()
Dbap.c225 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()
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dlc3.c158 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()
Dusb.c214 const bool is_mono = chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO; in usb_add_frame_to_usb()
Dmain.c236 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()
/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_lc3.c111 lc3_tx->chan_allocation = BT_AUDIO_LOCATION_MONO_AUDIO; in extract_lc3_config()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_broadcast.c96 BT_BAP_LC3_BROADCAST_PRESET_16_2_1(BT_AUDIO_LOCATION_MONO_AUDIO, in broadcast_create()
Dcap_initiator_unicast.c46 BT_AUDIO_LOCATION_MONO_AUDIO, BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED);
/Zephyr-latest/subsys/bluetooth/audio/
Daudio.c145 if (chan_allocation == BT_AUDIO_LOCATION_MONO_AUDIO) { in bt_audio_get_chan_count()
Dcodec.c449 *chan_allocation = BT_AUDIO_LOCATION_MONO_AUDIO; in bt_audio_codec_cfg_get_chan_allocation()
/Zephyr-latest/samples/bluetooth/cap_acceptor/src/
Dmain.c231 err = bt_pacs_set_location(dir, BT_AUDIO_LOCATION_MONO_AUDIO); in register_pac()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h592 BT_AUDIO_LOCATION_MONO_AUDIO = 0, enumerator
2314 case BT_AUDIO_LOCATION_MONO_AUDIO: in bt_audio_location_bit_to_str()
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/
Dtest_unicast_stop.c47 BT_AUDIO_LOCATION_MONO_AUDIO, BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED); in cap_initiator_test_unicast_stop_fixture_init()
Dtest_unicast_start.c45 BT_AUDIO_LOCATION_MONO_AUDIO, BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED); in cap_initiator_test_unicast_start_fixture_init()
/Zephyr-latest/tests/bluetooth/audio/codec/src/
Dmain.c262 zassert_equal(chan_allocation, BT_AUDIO_LOCATION_MONO_AUDIO, "unexpected return value %d", in ZTEST()