Message ID | 20240809152207.989730-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5236809407c9f041e102de6fba7a40b8b2c318e5 |
Headers | show |
Series | [BlueZ,v1] doc/doc/org.bluez.GattCharacteristic: Add missing link option to ReadValue | 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: T1 Title exceeds max length (85>80): "[BlueZ,v1] doc/doc/org.bluez.GattCharacteristic: Add missing link option to ReadValue" |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=878254 ---Test result--- Test Summary: CheckPatch PASS 0.36 seconds GitLint FAIL 0.46 seconds BuildEll PASS 24.74 seconds BluezMake PASS 1756.87 seconds MakeCheck PASS 13.36 seconds MakeDistcheck PASS 180.34 seconds CheckValgrind PASS 256.54 seconds CheckSmatch PASS 363.04 seconds bluezmakeextell PASS 120.08 seconds IncrementalBuild PASS 1525.35 seconds ScanBuild PASS 1021.84 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [BlueZ,v1] doc/doc/org.bluez.GattCharacteristic: Add missing link option to ReadValue 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: T1 Title exceeds max length (85>80): "[BlueZ,v1] doc/doc/org.bluez.GattCharacteristic: Add missing link option to ReadValue" --- Regards, Linux Bluetooth
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(+)