Home
last modified time | relevance | path

Searched refs:srvc_cache (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.cc146 std::vector<tBTA_GATTC_SERVICE>().swap(p_srvc_cb->srvc_cache); in bta_gattc_init_cache()
339 p_srvc_cb->srvc_cache.swap(p_srvc_cb->pending_discovery); in bta_gattc_explore_srvc()
343 bta_gattc_display_cache_server(p_srvc_cb->srvc_cache); in bta_gattc_explore_srvc()
610 for (const tBTA_GATTC_SERVICE& service : p_clcb->p_srcb->srvc_cache) { in bta_gattc_search_service()
631 if (!p_srcb || p_srcb->srvc_cache.empty()) return NULL; in bta_gattc_get_services_srcb()
633 return &p_srcb->srvc_cache; in bta_gattc_get_services_srcb()
817 if (p_srvc_cb->srvc_cache.empty()) { in bta_gattc_get_gatt_db_impl()
824 bta_gattc_get_db_size(p_srvc_cb->srvc_cache, start_handle, end_handle); in bta_gattc_get_gatt_db_impl()
829 for (const tBTA_GATTC_SERVICE& service : p_srvc_cb->srvc_cache) { in bta_gattc_get_gatt_db_impl()
902 p_clcb->p_srcb->srvc_cache.empty()) { in bta_gattc_get_gatt_db()
[all …]
Dbta_gattc_utils.cc207 std::vector<tBTA_GATTC_SERVICE>().swap(p_srcb->srvc_cache); in bta_gattc_clcb_dealloc()
299 std::vector<tBTA_GATTC_SERVICE>().swap(p_tcb->srvc_cache); in bta_gattc_srcb_alloc()
Dbta_gattc_act.cc476 if (p_clcb->p_srcb->srvc_cache.empty() || in bta_gattc_conn()
697 std::vector<tBTA_GATTC_SERVICE>().swap(p_clcb->p_srcb->srvc_cache); in bta_gattc_disc_cmpl()
985 if (p_clcb->p_srcb && !p_clcb->p_srcb->srvc_cache.empty()) { in bta_gattc_search()
1110 std::vector<tBTA_GATTC_SERVICE>().swap(p_srvc_cb->srvc_cache); in bta_gattc_process_api_refresh()
Dbta_gattc_int.h209 std::vector<tBTA_GATTC_SERVICE> srvc_cache; member