Message ID | 20240809152207.989730-1-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,v1] doc/doc/org.bluez.GattCharacteristic: Add missing link option to ReadValue | expand |
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Fri, 9 Aug 2024 11:22:07 -0400 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > Just like GattDescriptor.ReadValue characteristics also support link > option which indicates in what bearer the operation is taken place. > --- > doc/org.bluez.GattCharacteristic.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) Here is the summary with links: - [BlueZ,v1] doc/doc/org.bluez.GattCharacteristic: Add missing link option to ReadValue https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5236809407c9 You are awesome, thank you!
diff --git a/doc/org.bluez.GattCharacteristic.rst b/doc/org.bluez.GattCharacteristic.rst index b7e4a7b69c9e..a43476d2adbd 100644 --- a/doc/org.bluez.GattCharacteristic.rst +++ b/doc/org.bluez.GattCharacteristic.rst @@ -62,6 +62,15 @@ array{byte} ReadValue(dict options) Device object. + :string link (server only): + + Link type. + + Possible values: + + :"BR/EDR": + :"LE": + Possible Errors: :org.bluez.Error.Failed:
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Just like GattDescriptor.ReadValue characteristics also support link option which indicates in what bearer the operation is taken place. --- doc/org.bluez.GattCharacteristic.rst | 9 +++++++++ 1 file changed, 9 insertions(+)