diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-02-06 11:10:53 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-09-05 11:28:10 +0200 |
commit | fbeee20d5b7789bd0bcd4e4ab1dce784390e5ebd (patch) | |
tree | 72b7b63e6e4191566d72db6769f7e9b3403be0d9 /introspection | |
parent | 02961c388b54fe3a00419004d2e9f1ce6025751c (diff) |
introspection,api: add SUPL server configuration in the Location interface
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> |