HomeSort by relevance Sort by last modified time
    Searched refs:p_srvc_cache (Results 1 - 4 of 4) sorted by null

  /system/bt/bta/gatt/
bta_gattc_cache.c 162 if (p_srvc_cb->p_srvc_cache != NULL) {
163 list_free(p_srvc_cb->p_srvc_cache);
164 p_srvc_cb->p_srvc_cache = NULL;
220 if (p_srvc_cb->p_srvc_cache == NULL) {
221 p_srvc_cb->p_srvc_cache = list_new(service_free);
224 list_append(p_srvc_cb->p_srvc_cache, p_new_srvc);
240 tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, attr_handle);
287 tBTA_GATTC_SERVICE *service = bta_gattc_find_matching_service(p_srvc_cb->p_srvc_cache, handle);
302 p_srvc_cb->p_srvc_cache, incl_srvc_s_handle);
511 bta_gattc_display_cache_server(p_srvc_cb->p_srvc_cache);
    [all...]
bta_gattc_act.c 711 if (p_clcb->p_srcb->p_srvc_cache == NULL ||
    [all...]
bta_gattc_utils.c 412 if (p_tcb->p_srvc_cache != NULL)
413 list_free(p_tcb->p_srvc_cache);
bta_gattc_int.h 280 list_t *p_srvc_cache; /* list of tBTA_GATTC_SERVICE */ member in struct:__anon73289

Completed in 45 milliseconds