Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types.h608 struct LeAudioCoreCodecCapabilities { struct
609 bool HasSupportedSamplingFrequencies() const { in HasSupportedSamplingFrequencies()
612 bool HasSupportedFrameDurations() const { return supported_frame_durations.has_value(); } in HasSupportedFrameDurations()
613 bool HasSupportedOctetsPerCodecFrame() const { in HasSupportedOctetsPerCodecFrame()
617 bool HasSupportedAudioChannelCounts() const { return supported_audio_channel_counts.has_value(); } in HasSupportedAudioChannelCounts()
618 bool HasSupportedMaxCodecFramesPerSdu() const { in HasSupportedMaxCodecFramesPerSdu()
622 bool IsSamplingFrequencyConfigSupported(uint8_t value) const { in IsSamplingFrequencyConfigSupported()
626 bool IsFrameDurationConfigSupported(uint8_t value) const { in IsFrameDurationConfigSupported()
630 bool IsAudioChannelCountsSupported(uint8_t value) const { in IsAudioChannelCountsSupported()
637 bool IsOctetsPerCodecFrameConfigSupported(uint16_t value) const { in IsOctetsPerCodecFrameConfigSupported()
[all …]