diff mbox series

[04/11] doc: Add new Modem.Capabilities property

Message ID 20240322140942.2703042-4-denkenz@gmail.com (mailing list archive)
State Superseded
Headers show
Series [01/11] phonesim: Allow phonesim to work with Multiplexer=internal | expand

Commit Message

Denis Kenzior March 22, 2024, 2:09 p.m. UTC
The intent of this property is to give an early hint to external
clients, such as ConnMan, about this modem's capabilities such that the
clients can modify their behavior accordingly.  For example, ConnMan
might choose to drive the modem slightly differently if it knows that a
modem is LTE capable.
---
 doc/modem-api.txt | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/doc/modem-api.txt b/doc/modem-api.txt
index ff9facdce422..69108ab0057d 100644
--- a/doc/modem-api.txt
+++ b/doc/modem-api.txt
@@ -182,3 +182,9 @@  Properties	boolean Powered [readwrite]
 			supported by this modem.
 
 			Possible values are "test", "hfp", "sap" and "hardware".
+
+		array{string} Capabilities [readonly, optional]
+
+			Contains the capabilities of this modem.
+
+			Possible values are "lte".