Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_cache.cc127 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()
Dbta_gattc_int.h481 enum class RobustCachingSupport { UNSUPPORTED, SUPPORTED, UNKNOWN, W4_REMOTE_VERSION }; enum
482 RobustCachingSupport GetRobustCachingSupport(const tBTA_GATTC_CLCB* p_clcb,
546 struct formatter<RobustCachingSupport> : enum_formatter<RobustCachingSupport> {};
Dbta_gattc_act.cc542 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()