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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c66 static void bta_gattc_display_cache_server(tBTA_GATTC_CACHE *p_cache) argument
69 tBTA_GATTC_CACHE *p_cur_srvc = p_cache;
1052 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; local
1059 while (p_service_id && p_cache && !done)
1063 p_cache->s_handle, p_cache->service_uuid.id.uuid.uu.uuid16,
1064 p_cache->service_uuid.id.inst_id);
1066 p_attr = p_cache->p_attr;
1068 if (bta_gattc_srvcid_compare(p_service_id, &p_cache->service_uuid))
1131 p_cache
1149 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; local
1232 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; local
1278 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; local
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c1392 UINT8 *p_cache; local
1404 p_cache = &p_le_inq_cb->adv_data_cache[p_le_inq_cb->adv_len];
1409 memcpy(p_cache, p-1, length+1);
1411 p_cache += length+1;

Completed in 96 milliseconds