diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 22:05:06 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 14:02:30 +0100 |
commit | fc6bc84d226a3cd41c5bfd1c503ea53f7fefa596 (patch) | |
tree | f75172db2daa2bdf3eeee09331b6b6de9e95f25f /introspection | |
parent | 73a29c3e330ab44780661324b2d24e964a34f55b (diff) |
api,bearer: new 'profile-source' setting
Sometimes it's useful to know how a given stored profile was created,
so devices can store and report this kind of information.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index cb06849b..512e4003 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -530,6 +530,15 @@ Since 1.20. </para></listitem> </varlistentry> + <varlistentry><term><literal>"profile-source"</literal></term> + <listitem><para> + A <link linkend="MMBearerProfileSource">MMBearerProfileSource</link> + value (signature <literal>"u"</literal>, specifying how the profile + was created. This setting only applies on profile management operations, + it should not be used as part of the settings of an explicit connection + attempt. Since 1.20. + </para></listitem> + </varlistentry> </variablelist> The following settings apply to 3GPP2 (CDMA/EVDO) devices: |