iface-modem: new helpers to check if modem has LTE capabilities

This commit is contained in:
Aleksander Morgado
2012-01-03 17:06:45 +01:00
parent 3c703dd5a3
commit ffae95a46b
3 changed files with 43 additions and 15 deletions

View File

@@ -253,6 +253,8 @@ GType mm_iface_modem_get_type (void);
/* Check whether this modem has 3GPP capabilities */
gboolean mm_iface_modem_is_3gpp (MMIfaceModem *self);
gboolean mm_iface_modem_is_3gpp_only (MMIfaceModem *self);
gboolean mm_iface_modem_is_3gpp_lte (MMIfaceModem *self);
gboolean mm_iface_modem_is_3gpp_lte_only (MMIfaceModem *self);
/* Check whether this modem has CDMA capabilities */
gboolean mm_iface_modem_is_cdma (MMIfaceModem *self);