Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_cache.c300 tBTA_GATTC_CACHE *p_new_srvc = NULL; in bta_gattc_add_srvc_to_cache() local
314 p_new_srvc = (tBTA_GATTC_CACHE *)p_srvc_cb->p_free; in bta_gattc_add_srvc_to_cache()
316 p_new_srvc->s_handle = s_handle; in bta_gattc_add_srvc_to_cache()
317 p_new_srvc->e_handle = e_handle; in bta_gattc_add_srvc_to_cache()
318 p_new_srvc->service_uuid.is_primary = is_primary; in bta_gattc_add_srvc_to_cache()
319 memcpy(&p_new_srvc->service_uuid.id.uuid, p_uuid, sizeof(tBT_UUID)); in bta_gattc_add_srvc_to_cache()
320 p_new_srvc->service_uuid.id.inst_id = srvc_inst; in bta_gattc_add_srvc_to_cache()
321 p_new_srvc->p_next = NULL; in bta_gattc_add_srvc_to_cache()
324 p_srvc_cb->p_cur_srvc->p_next = p_new_srvc; in bta_gattc_add_srvc_to_cache()
325 p_srvc_cb->p_cur_srvc = p_new_srvc; in bta_gattc_add_srvc_to_cache()
[all …]