Searched refs:p_cache (Results 1 – 2 of 2) sorted by relevance
67 static void bta_gattc_display_cache_server(tBTA_GATTC_CACHE *p_cache) in bta_gattc_display_cache_server() argument70 tBTA_GATTC_CACHE *p_cur_srvc = p_cache; in bta_gattc_display_cache_server()1068 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_id2handle() local1075 while (p_service_id && p_cache && !done) in bta_gattc_id2handle()1079 p_cache->s_handle, p_cache->service_uuid.id.uuid.uu.uuid16, in bta_gattc_id2handle()1080 p_cache->service_uuid.id.inst_id); in bta_gattc_id2handle()1082 p_attr = p_cache->p_attr; in bta_gattc_id2handle()1084 if (bta_gattc_srvcid_compare(p_service_id, &p_cache->service_uuid)) in bta_gattc_id2handle()1148 p_cache = p_cache->p_next; in bta_gattc_id2handle()1166 tBTA_GATTC_CACHE *p_cache = p_srcb->p_srvc_cache; in bta_gattc_handle2id() local[all …]
2005 UINT8 *p_cache; in btm_ble_cache_adv_data() local2018 p_cache = &p_le_inq_cb->adv_data_cache[p_le_inq_cb->adv_len]; in btm_ble_cache_adv_data()2023 memcpy(p_cache, p-1, length+1); in btm_ble_cache_adv_data()2025 p_cache += length+1; in btm_ble_cache_adv_data()