Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c200 p_srvc_cb->p_cur_srvc = p_srvc_cb->p_srvc_cache = NULL; in bta_gattc_init_cache()
332 if (p_srvc_cb->p_srvc_cache == NULL) in bta_gattc_add_srvc_to_cache()
333 p_srvc_cb->p_srvc_cache = p_new_srvc; in bta_gattc_add_srvc_to_cache()
607 bta_gattc_display_cache_server(p_srvc_cb->p_srvc_cache); in bta_gattc_explore_srvc()
1069 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_id2handle()
1167 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_handle2id()
1251 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_search_service()
1298 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_find_record()
1450 p_clcb->p_srcb->p_srvc_cache) in bta_gattc_query_cache()
1508 p_srvc_cb->p_cur_srvc = p_srvc_cb->p_srvc_cache = NULL; in bta_gattc_rebuild_cache()
[all …]
Dbta_gattc_act.c718 if (p_clcb->p_srcb->p_srvc_cache == NULL || in bta_gattc_conn()
1046 if(p_clcb->p_srcb && p_clcb->p_srcb->p_srvc_cache) in bta_gattc_disc_cmpl()
1052 p_clcb->p_srcb->p_srvc_cache = NULL; in bta_gattc_disc_cmpl()
1583 if (p_clcb->p_srcb && p_clcb->p_srcb->p_srvc_cache) in bta_gattc_search()
1926 if (p_srvc_cb->p_srvc_cache != NULL) in bta_gattc_process_api_refresh()
1931 p_srvc_cb->p_srvc_cache = NULL; in bta_gattc_process_api_refresh()
Dbta_gattc_int.h322 tBTA_GATTC_CACHE *p_srvc_cache; member