Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_software_aidl.cc615 const UnicastCapability& hal_capability, in hal_ucast_capability_to_stack_format() argument
617 if (hal_capability.codecType != CodecType::LC3) { in hal_ucast_capability_to_stack_format()
618 log::warn("Unsupported codecType: {}", toString(hal_capability.codecType)); in hal_ucast_capability_to_stack_format()
621 if (hal_capability.leAudioCodecCapabilities.getTag() != in hal_ucast_capability_to_stack_format()
628 hal_capability.leAudioCodecCapabilities in hal_ucast_capability_to_stack_format()
630 auto supported_channel = hal_capability.supportedChannel; in hal_ucast_capability_to_stack_format()
634 auto channel_count = hal_capability.channelCountPerDevice; in hal_ucast_capability_to_stack_format()
646 toString(supported_channel), channel_count, hal_capability.deviceCount); in hal_ucast_capability_to_stack_format()