diff options
author | Andrew Lassalle <andrewlassalle@chromium.org> | 2021-10-15 10:47:39 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-17 17:56:44 +0200 |
commit | c355210f5da1be575ea117f5033dc3a9a06df473 (patch) | |
tree | ecc36f3d9acc3ae050f01d761237785a019033ce /introspection | |
parent | b2a7591bcfc765089004129501d418f474a3ae8b (diff) |
bearer-properties: Add profile-name to the bearer properties
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index b890195c..f8c65b46 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -454,6 +454,14 @@ indicate an invalid or uninitialized profile id. Since 1.18. </listitem> </varlistentry> + <varlistentry><term><literal>"profile-name"</literal></term> + <listitem><para> + The name of the profile, given as a string + value (signature <literal>"s"</literal>). + This value has no effect on the connection, but can be used by the host + to identify the profiles. Since 1.20. + </para></listitem> + </varlistentry> </variablelist> The following settings apply to 3GPP2 (CDMA/EVDO) devices: |