diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 7 | ||||
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 2c844abd..e86ef00d 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -280,6 +280,13 @@ <property name="IpTimeout" type="u" access="read" /> <!-- + BearerType: + + A <link linkend="MMBearerType">MMBearerType</link> + --> + <property name="BearerType" type="u" access="read" /> + + <!-- Properties: List of properties used when creating the bearer. diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 54307ae3..37cdb941 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -259,7 +259,9 @@ <!-- MaxActiveBearers: - The maximum number of active packet data bearers the modem supports. + The maximum number of active + <link linkend="MM-BEARER-TYPE-DEFAULT:CAPS"><constant>MM_BEARER_TYPE_DEFAULT</constant></link> + bearers that may be explicitly enabled by the user. POTS and CDMA2000-only devices support one active bearer, while GSM/UMTS and LTE-capable devices (including LTE/CDMA devices) typically support |