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.c67 static void bta_gattc_display_cache_server(tBTA_GATTC_CACHE *p_cache) in bta_gattc_display_cache_server() argument
70 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() local
1075 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 …]
/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_gap.c2005 UINT8 *p_cache; in btm_ble_cache_adv_data() local
2018 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()