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

/system/bt/bta/gatt/
H A Dbta_gattc_cache.c117 static void bta_gattc_display_cache_server(list_t *p_cache) argument
120 list_foreach(p_cache, display_cache_service, NULL);
991 tBTA_GATTC_SERVICE *p_cache = list_node(sn); local
993 if (!bta_gattc_uuid_compare(p_uuid, &p_cache->uuid, FALSE))
998 p_cache->uuid.uu.uuid16,
999 p_cache->handle,
1000 p_cache->s_handle);
1008 cb_data.srvc_res.service_uuid.inst_id = p_cache->handle;
1009 memcpy(&cb_data.srvc_res.service_uuid.uuid, &p_cache->uuid, sizeof(tBTA_GATT_ID));
/system/bt/stack/btm/
H A Dbtm_ble_gap.c2291 UINT8 *p_cache; local
2304 p_cache = &p_le_inq_cb->adv_data_cache[p_le_inq_cb->adv_len];
2309 memcpy(p_cache, p-1, length+1);
2311 p_cache += length+1;

Completed in 89 milliseconds