Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_types_test.cc352 ASSERT_FALSE(caps.IsOctetsPerCodecFrameConfigSupported(codec_spec_conf::kLeAudioCodecFrameLen30)); in TEST()
353 ASSERT_TRUE(caps.IsOctetsPerCodecFrameConfigSupported(codec_spec_conf::kLeAudioCodecFrameLen40)); in TEST()
355 ASSERT_TRUE(caps.IsOctetsPerCodecFrameConfigSupported(codec_spec_conf::kLeAudioCodecFrameLen60)); in TEST()
356 ASSERT_TRUE(caps.IsOctetsPerCodecFrameConfigSupported(codec_spec_conf::kLeAudioCodecFrameLen80)); in TEST()
358 caps.IsOctetsPerCodecFrameConfigSupported(codec_spec_conf::kLeAudioCodecFrameLen120)); in TEST()
Dle_audio_utils.cc568 if (!caps.IsOctetsPerCodecFrameConfigSupported(config.octets_per_codec_frame.value())) { in IsCodecConfigSupported()
Dle_audio_types.h637 bool IsOctetsPerCodecFrameConfigSupported(uint16_t value) const { in IsOctetsPerCodecFrameConfigSupported() function