Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c66 static void bta_gattc_display_cache_server(tBTA_GATTC_CACHE *p_cache) in bta_gattc_display_cache_server() argument
69 tBTA_GATTC_CACHE *p_cur_srvc = p_cache; in bta_gattc_display_cache_server()
1052 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_id2handle() local
1059 while (p_service_id && p_cache && !done) in bta_gattc_id2handle()
1063 p_cache->s_handle, p_cache->service_uuid.id.uuid.uu.uuid16, in bta_gattc_id2handle()
1064 p_cache->service_uuid.id.inst_id); in bta_gattc_id2handle()
1066 p_attr = p_cache->p_attr; in bta_gattc_id2handle()
1068 if (bta_gattc_srvcid_compare(p_service_id, &p_cache->service_uuid)) in bta_gattc_id2handle()
1131 p_cache = p_cache->p_next; in bta_gattc_id2handle()
1149 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_handle2id() local
[all …]
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c1413 UINT8 *p_cache; in btm_ble_cache_adv_data() local
1425 p_cache = &p_le_inq_cb->adv_data_cache[p_le_inq_cb->adv_len]; in btm_ble_cache_adv_data()
1430 memcpy(p_cache, p-1, length+1); in btm_ble_cache_adv_data()
1432 p_cache += length+1; in btm_ble_cache_adv_data()