Message ID | 20240907205146.8977-1-vibhavp@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,1/2] device: Add ConnectionType property. | expand |
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(+)