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.cc136 RobustCachingSupport GetRobustCachingSupport(const tBTA_GATTC_CLCB* p_clcb, in GetRobustCachingSupport()
153 return RobustCachingSupport::SUPPORTED; in GetRobustCachingSupport()
163 return RobustCachingSupport::UNSUPPORTED; in GetRobustCachingSupport()
169 return RobustCachingSupport::W4_REMOTE_VERSION; in GetRobustCachingSupport()
187 return RobustCachingSupport::UNSUPPORTED; in GetRobustCachingSupport()
199 return RobustCachingSupport::UNSUPPORTED; in GetRobustCachingSupport()
205 return RobustCachingSupport::UNKNOWN; in GetRobustCachingSupport()
Dbta_gattc_int.h502 enum class RobustCachingSupport { enum
508 RobustCachingSupport GetRobustCachingSupport(const tBTA_GATTC_CLCB* p_clcb,
573 struct formatter<RobustCachingSupport> : enum_formatter<RobustCachingSupport> {
Dbta_gattc_act.cc573 robust_caching_support != RobustCachingSupport::UNSUPPORTED) { in bta_gattc_conn()
831 tBTA_GATTC_CLCB* p_clcb, RobustCachingSupport cache_support,
869 if (cache_support == RobustCachingSupport::W4_REMOTE_VERSION) { in bta_gattc_start_discover()
921 tBTA_GATTC_CLCB* p_clcb, RobustCachingSupport cache_support, in bta_gattc_continue_with_version_and_cache_known()
923 if (cache_support == RobustCachingSupport::UNSUPPORTED || in bta_gattc_continue_with_version_and_cache_known()
925 cache_support == RobustCachingSupport::UNKNOWN)) { in bta_gattc_continue_with_version_and_cache_known()