Searched defs:p_cache (Results 1 - 2 of 2) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_cache.c70 static void bta_gattc_display_cache_server(tBTA_GATTC_CACHE *p_cache) argument
73 tBTA_GATTC_CACHE *p_cur_srvc = p_cache;
1069 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; local
1076 while (p_service_id && p_cache && !done)
1080 p_cache->s_handle, p_cache->service_uuid.id.uuid.uu.uuid16,
1081 p_cache->service_uuid.id.inst_id);
1083 p_attr = p_cache->p_attr;
1085 if (bta_gattc_srvcid_compare(p_service_id, &p_cache->service_uuid))
1149 p_cache
1167 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; local
1251 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; local
1298 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; local
[all...]
/system/bt/stack/btm/
H A Dbtm_ble_gap.c2270 UINT8 *p_cache; local
2283 p_cache = &p_le_inq_cb->adv_data_cache[p_le_inq_cb->adv_len];
2288 memcpy(p_cache, p-1, length+1);
2290 p_cache += length+1;

Completed in 45 milliseconds