Home
last modified time | relevance | path

Searched refs:stack_capability (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_software_aidl.cc535 CodecConfigSetting& stack_capability) { in hal_ucast_capability_to_stack_format() argument
569 stack_capability.id = ::bluetooth::le_audio::set_configurations::LeAudioCodecIdLc3; in hal_ucast_capability_to_stack_format()
570 stack_capability.channel_count_per_iso_stream = channel_count; in hal_ucast_capability_to_stack_format()
572 stack_capability.params.Add(::bluetooth::le_audio::codec_spec_conf::kLeAudioLtvTypeSamplingFreq, in hal_ucast_capability_to_stack_format()
574 stack_capability.params.Add(::bluetooth::le_audio::codec_spec_conf::kLeAudioLtvTypeFrameDuration, in hal_ucast_capability_to_stack_format()
576 stack_capability.params.Add( in hal_ucast_capability_to_stack_format()
579 stack_capability.params.Add( in hal_ucast_capability_to_stack_format()
586 CodecConfigSetting& stack_capability) { in hal_bcast_capability_to_stack_format() argument
625 stack_capability.id = ::bluetooth::le_audio::set_configurations::LeAudioCodecIdLc3; in hal_bcast_capability_to_stack_format()
626 stack_capability.channel_count_per_iso_stream = channel_count; in hal_bcast_capability_to_stack_format()
[all …]
Dle_audio_software_aidl.h60 CodecConfigSetting& stack_capability);