diff --git a/docs/reference/api/ModemManager-overview.xml b/docs/reference/api/ModemManager-overview.xml index e7305370..55dbca49 100644 --- a/docs/reference/api/ModemManager-overview.xml +++ b/docs/reference/api/ModemManager-overview.xml @@ -192,7 +192,7 @@ - AT Allowed + AT allowed This boolean property allows plugins to specify that they expect and support AT serial ports. @@ -204,7 +204,20 @@ - QCDM Allowed + Single AT expected + + This boolean property allows plugins to specify that they only expect and support + one AT serial port. Whenever the first AT port is grabbed, any remaining AT probing + in ports of the same device will get cancelled. + + + This configuration is specified by the MM_PLUGIN_BASE_ALLOWED_SINGLE_AT + property in the MMPluginBase object provided + by the plugin. + + + + QCDM allowed This boolean property allows plugins to specify that they expect and support QCDM serial ports.