Home | History | Annotate | Download | only in libloc_api

Lines Matching refs:supl_req

645     rpc_loc_ni_supl_notify_verify_req_s_type *supl_req;
654 supl_req = &ni_req->payload.rpc_loc_ni_event_payload_u_type_u.supl_req;
662 supl_req->flags = RPC_LOC_NI_CLIENT_NAME_PRESENT |
666 supl_req->datacoding_scheme = RPC_LOC_NI_SUPL_GSM_DEFAULT;
668 supl_req->client_name.data_coding_scheme = RPC_LOC_NI_SUPL_GSM_DEFAULT; // no coding
669 supl_req->client_name.client_name_string.client_name_string_len = strlen(client_name);
670 supl_req->client_name.client_name_string.client_name_string_val = client_name;
671 supl_req->client_name.string_len = strlen(client_name);
673 supl_req->requestor_id.data_coding_scheme = RPC_LOC_NI_SUPL_GSM_DEFAULT;
674 supl_req->requestor_id.requestor_id_string.requestor_id_string_len = strlen(requestor_id);
675 supl_req->requestor_id.requestor_id_string.requestor_id_string_val = requestor_id;
676 supl_req->requestor_id.string_len = strlen(requestor_id);
678 supl_req->notification_priv_type = RPC_LOC_NI_USER_NOTIFY_VERIFY_ALLOW_NO_RESP;
679 supl_req->user_response_timer = 10;