Message ID | 20240907205146.8977-1-vibhavp@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [BlueZ,1/2] device: Add ConnectionType property. | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | fail | WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 1: T3 Title has trailing punctuation (.): "[BlueZ,2/2] org.bluez.Device: Add documentation for ConnectionType." |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
diff --git a/doc/org.bluez.Device.rst b/doc/org.bluez.Device.rst index f94fc2129..ca3c4664a 100644 --- a/doc/org.bluez.Device.rst +++ b/doc/org.bluez.Device.rst @@ -161,6 +161,16 @@ string AddressType [readonly] Random address +string ConnectionType [readonly] +```````````````````````````````` + The Bluetooth device connection type. + + Possible values: + + :"bredr": + :"le": + :"dual": + string Name [readonly, optional] ````````````````````````````````
From: Vibhav Pant <vibhavp@gmail.com> --- doc/org.bluez.Device.rst | 10 ++++++++++ 1 file changed, 10 insertions(+)