Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c196 p_srvc_cb->p_cur_srvc = p_srvc_cb->p_srvc_cache = NULL; in bta_gattc_init_cache()
298 if (p_srvc_cb->p_srvc_cache == NULL) in bta_gattc_add_srvc_to_cache()
299 p_srvc_cb->p_srvc_cache = p_new_srvc; in bta_gattc_add_srvc_to_cache()
567 bta_gattc_display_cache_server(p_srvc_cb->p_srvc_cache); in bta_gattc_explore_srvc()
1026 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_id2handle()
1121 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_handle2id()
1203 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_search_service()
1249 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_find_record()
1406 p_clcb->p_srcb->p_srvc_cache) in bta_gattc_query_cache()
1465 p_srvc_cb->p_cur_srvc = p_srvc_cb->p_srvc_cache = NULL; in bta_gattc_rebuild_cache()
[all …]
Dbta_gattc_act.c631 if (p_clcb->p_srcb->p_srvc_cache == NULL || in bta_gattc_conn()
885 if(p_clcb->p_srcb && p_clcb->p_srcb->p_srvc_cache) in bta_gattc_disc_cmpl()
891 p_clcb->p_srcb->p_srvc_cache = NULL; in bta_gattc_disc_cmpl()
1365 if (p_clcb->p_srcb && p_clcb->p_srcb->p_srvc_cache) in bta_gattc_search()
1660 if (p_srvc_cb->p_srvc_cache != NULL) in bta_gattc_process_api_refresh()
1665 p_srvc_cb->p_srvc_cache = NULL; in bta_gattc_process_api_refresh()
Dbta_gattc_int.h279 tBTA_GATTC_CACHE *p_srvc_cache; member