Searched refs:RobustCachingSupport (Results 1 – 3 of 3) sorted by relevance
127 RobustCachingSupport GetRobustCachingSupport(const tBTA_GATTC_CLCB* p_clcb, in GetRobustCachingSupport()143 return RobustCachingSupport::SUPPORTED; in GetRobustCachingSupport()153 return RobustCachingSupport::UNSUPPORTED; in GetRobustCachingSupport()159 return RobustCachingSupport::W4_REMOTE_VERSION; in GetRobustCachingSupport()178 return RobustCachingSupport::UNSUPPORTED; in GetRobustCachingSupport()189 return RobustCachingSupport::UNSUPPORTED; in GetRobustCachingSupport()195 return RobustCachingSupport::UNKNOWN; in GetRobustCachingSupport()
481 enum class RobustCachingSupport { UNSUPPORTED, SUPPORTED, UNKNOWN, W4_REMOTE_VERSION }; enum482 RobustCachingSupport GetRobustCachingSupport(const tBTA_GATTC_CLCB* p_clcb,546 struct formatter<RobustCachingSupport> : enum_formatter<RobustCachingSupport> {};
542 if (db.IsEmpty() || robust_caching_support != RobustCachingSupport::UNSUPPORTED) { in bta_gattc_conn()794 RobustCachingSupport cache_support,829 if (cache_support == RobustCachingSupport::W4_REMOTE_VERSION) { in bta_gattc_start_discover()875 RobustCachingSupport cache_support, in bta_gattc_continue_with_version_and_cache_known()877 if (cache_support == RobustCachingSupport::UNSUPPORTED || in bta_gattc_continue_with_version_and_cache_known()879 cache_support == RobustCachingSupport::UNKNOWN)) { in bta_gattc_continue_with_version_and_cache_known()