# requestPassiveNetworkLocationUpdates

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_request_passive_network_location_updates.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_request_passive_network_location_updates.html)

Registers to receive location updates from a WWAN network positioning session in
        a passive manner, i.e., no session is started for this call, but if another session exists
        this client receives those updates.

                requestPassiveNetworkLocationUpdates()Copy to clipboard

## Parameters

| **Parameter** | **API type** | **Data type** | **Description** |
| --- | --- | --- | --- |
| locationReportCb | Java | ILocationReportCallback | This registered callback will report the<br>                                location data ([ILocationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_location_report_callback.html)). |
| locationReportCb | Native | wwan\_standard\_LocationReportCallback | This registered callback will report the<br>                                location data ([ILocationReportCallback](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_location_report_callback.html)). |
| ret | Native | wwan\_standard\_LocationStatus& | On success this is the actual return value from the API.<br><br><br>                                <br>See [LocationStatus](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_location_status.html). |
|  |  |  |  |

## Returns

| Return | API type | Data type | Description |
| --- | --- | --- | --- |
| response | Java | LocationStatus | [LocationStatus](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_location_status.html) |
| response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. |
|  |  |  |  |

**Parent Topic:** [WWAN standard location subsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/wwan_standard_subsystem_apis.html)

Last Published: Nov 14, 2024

[Previous Topic
removeNetworkLocationUpdates](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/wwan_standard_remove_location_updates.md) [Next Topic
removePassiveNetworkLocationUpdates](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/wwan_standard_remove_passive_network_location_updates.md)