diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Location.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml index 3763f628..93cf6406 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml @@ -40,6 +40,14 @@ <link linkend="gdbus-method-org-freedesktop-ModemManager1-Modem-Location.GetLocation">GetLocation()</link> ) to get location information. + + The optional + <link linkend="MM-MODEM-LOCATION-SOURCE-AGPS:CAPS">MM_MODEM_LOCATION_SOURCE_AGPS</link> + allows to request A-GPS operation, and it must be given along with either + <link linkend="MM-MODEM-LOCATION-SOURCE-GPS-RAW:CAPS">MM_MODEM_LOCATION_SOURCE_GPS_RAW</link> + or + <link linkend="MM-MODEM-LOCATION-SOURCE-GPS-NMEA:CAPS">MM_MODEM_LOCATION_SOURCE_GPS_NMEA</link>. + --> <method name="Setup"> <arg name="sources" type="u" direction="in" /> @@ -62,6 +70,16 @@ </method> <!-- + SetSuplServer: + @supl: SUPL server configuration, given either as IP:PORT or with a full URL. + + Configure the SUPL server for A-GPS. + --> + <method name="SetSuplServer"> + <arg name="supl" type="s" direction="in" /> + </method> + + <!-- Capabilities: Bitmask of <link linkend="MMModemLocationSource">MMModemLocationSource</link> @@ -265,5 +283,12 @@ --> <property name="Location" type="a{uv}" access="read" /> + <!-- + SuplServer: + + SUPL server configuration for A-GPS, given either as IP:PORT or with a full URL. + --> + <property name="SuplServer" type="s" access="read" /> + </interface> </node> |