diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 21:09:08 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-24 14:02:30 +0100 |
commit | 1010c3be4e06eea0ef125fb64d3e2d23d77ac923 (patch) | |
tree | e8027fb91bf6f2a670f33a73357655ec370253e8 /introspection | |
parent | 339b51652a85d3423d1ae5d826b992b01f5202ec (diff) |
api,bearer: new 'profile-enabled' setting
This setting is stored as part of the profile in the device, and
allows the user to specify that a given profile must not be used in
any way by the modem (if set to 'FALSE').
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 54411fcd..9d8590aa 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -511,6 +511,17 @@ connection attempt. Since 1.20. </para></listitem> </varlistentry> + <varlistentry><term><literal>"profile-enabled"</literal></term> + <listitem><para> + Boolean flag specifying whether the profile is enabled or disabled, + given as a boolean value (signature <literal>"b"</literal>). + Profiles that are disabled will not be automatically connected by the + modem in any way, and attempting to connect them explicitly will fail. + 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: |