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.h609 struct LeAudioCoreCodecCapabilities { struct
610 bool HasSupportedSamplingFrequencies() const { in HasSupportedSamplingFrequencies()
613 bool HasSupportedFrameDurations() const { in HasSupportedFrameDurations()
616 bool HasSupportedOctetsPerCodecFrame() const { in HasSupportedOctetsPerCodecFrame()
620 bool HasSupportedAudioChannelCounts() const { in HasSupportedAudioChannelCounts()
623 bool HasSupportedMaxCodecFramesPerSdu() const { in HasSupportedMaxCodecFramesPerSdu()
627 bool IsSamplingFrequencyConfigSupported(uint8_t value) const { in IsSamplingFrequencyConfigSupported()
631 bool IsFrameDurationConfigSupported(uint8_t value) const { in IsFrameDurationConfigSupported()
635 bool IsAudioChannelCountsSupported(uint8_t value) const { in IsAudioChannelCountsSupported()
641 bool IsOctetsPerCodecFrameConfigSupported(uint16_t value) const { in IsOctetsPerCodecFrameConfigSupported()
[all …]