Home
last modified time | relevance | path

Searched defs:LeAudioCoreCodecCapabilities (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h626 struct LeAudioCoreCodecCapabilities { struct
627 bool HasSupportedSamplingFrequencies() const { in HasSupportedSamplingFrequencies()
630 bool HasSupportedFrameDurations() const { return supported_frame_durations.has_value(); } in HasSupportedFrameDurations()
631 bool HasSupportedOctetsPerCodecFrame() const { in HasSupportedOctetsPerCodecFrame()
635 bool HasSupportedAudioChannelCounts() const { return supported_audio_channel_counts.has_value(); } in HasSupportedAudioChannelCounts()
636 bool HasSupportedMaxCodecFramesPerSdu() const { in HasSupportedMaxCodecFramesPerSdu()
640 bool IsSamplingFrequencyConfigSupported(uint8_t value) const { in IsSamplingFrequencyConfigSupported()
644 bool IsFrameDurationConfigSupported(uint8_t value) const { in IsFrameDurationConfigSupported()
648 bool IsAudioChannelCountsSupported(uint8_t value) const { in IsAudioChannelCountsSupported()
655 bool IsOctetsPerCodecFrameConfigSupported(uint16_t value) const { in IsOctetsPerCodecFrameConfigSupported()
[all …]