Home
last modified time | relevance | path

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

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