Searched refs:p_elem_service_data (Results 1 – 1 of 1) sorted by relevance
353 tBTA_BLE_PROP_ELEM *p_elem_service_data = NULL; in btif_gattc_copy_datacb() local357 p_elem_service_data = GKI_getbuf(sizeof(tBTA_BLE_PROP_ELEM)); in btif_gattc_copy_datacb()358 if (p_elem_service_data != NULL) in btif_gattc_copy_datacb()360 p_elem_service_data->p_val = GKI_getbuf(p_adv_data->service_data_len); in btif_gattc_copy_datacb()361 if (p_elem_service_data->p_val != NULL) in btif_gattc_copy_datacb()363 p_elem_service_data->adv_type = BTM_BLE_AD_TYPE_SERVICE_DATA; in btif_gattc_copy_datacb()364 p_elem_service_data->len = p_adv_data->service_data_len; in btif_gattc_copy_datacb()365 memcpy(p_elem_service_data->p_val, p_adv_data->p_service_data, in btif_gattc_copy_datacb()368 GKI_freebuf(p_elem_service_data); in btif_gattc_copy_datacb()369 p_elem_service_data = NULL; in btif_gattc_copy_datacb()[all …]