Searched refs:supported_min_octets_per_codec_frame (Results 1 – 4 of 4) sorted by relevance
617 return supported_min_octets_per_codec_frame.has_value() && in HasSupportedOctetsPerCodecFrame()642 return (value >= supported_min_octets_per_codec_frame.value_or(0)) && in IsOctetsPerCodecFrameConfigSupported()652 std::optional<uint16_t> supported_min_octets_per_codec_frame; member970 decltype(core.supported_min_octets_per_codec_frame)::value_type) + in LtvMapToCoreCodecCapabilities()973 core.supported_min_octets_per_codec_frame = in LtvMapToCoreCodecCapabilities()978 decltype(core.supported_min_octets_per_codec_frame)::value_type)); in LtvMapToCoreCodecCapabilities()
573 caps.supported_min_octets_per_codec_frame.value()); in IsCodecConfigSupported()
356 caps.supported_min_octets_per_codec_frame.value()); in TEST()
119 if (stack_caps.supported_min_octets_per_codec_frame && in GetAidlCodecCapabilitiesFromStack()123 .min = *stack_caps.supported_min_octets_per_codec_frame, in GetAidlCodecCapabilitiesFromStack()