Message ID | 20230620204053.643608-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 98383b917a4355c5fb87d1771a31b1f3420f2a1b |
Headers | show |
Series | [BlueZ,1/3] mgmt-api: Update Device Found Event documentation | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
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 | warning | CheckSparse WARNING monitor/packet.c: note: in included file:monitor/display.h:82:26: warning: Variable length array is used.monitor/packet.c:1832:26: warning: Variable length array is used.monitor/packet.c: note: in included file:monitor/bt.h:3552:52: warning: array of flexible structuresmonitor/bt.h:3540:40: warning: array of flexible structures |
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=758865 ---Test result--- Test Summary: CheckPatch PASS 1.48 seconds GitLint PASS 1.03 seconds BuildEll PASS 26.57 seconds BluezMake PASS 790.04 seconds MakeCheck PASS 12.17 seconds MakeDistcheck PASS 155.14 seconds CheckValgrind PASS 248.12 seconds CheckSmatch WARNING 335.64 seconds bluezmakeextell PASS 101.25 seconds IncrementalBuild PASS 1960.96 seconds ScanBuild PASS 1008.06 seconds Details ############################## Test: CheckSmatch - WARNING Desc: Run smatch tool with source Output: monitor/packet.c: note: in included file:monitor/display.h:82:26: warning: Variable length array is used.monitor/packet.c:1832:26: warning: Variable length array is used.monitor/packet.c: note: in included file:monitor/bt.h:3552:52: warning: array of flexible structuresmonitor/bt.h:3540:40: warning: array of flexible structures --- Regards, Linux Bluetooth
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Tue, 20 Jun 2023 13:40:51 -0700 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > This updates Device Found Event documentation to mention the new flag > introduced to track when the event is generated due a interleaved Scan > Response that couldn't be merged. > --- > doc/mgmt-api.txt | 1 + > 1 file changed, 1 insertion(+) Here is the summary with links: - [BlueZ,1/3] mgmt-api: Update Device Found Event documentation https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=98383b917a43 - [BlueZ,2/3] monitor: Add missing flags to MGMT Device Found Event https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=741a04aba0c3 - [BlueZ,3/3] adapter: Handle Device Found Event with Scan Response flag https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=c8235156c31b You are awesome, thank you!
diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index c7191a028238..59e61d361dc2 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -4399,6 +4399,7 @@ Device Found Event 2 Not Connectable 3 Reserved (not in use) 4 Name Request Failed + 5 Scan Response For the RSSI field a value of 127 indicates that the RSSI is not available. That can happen with Bluetooth 1.1 and earlier
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This updates Device Found Event documentation to mention the new flag introduced to track when the event is generated due a interleaved Scan Response that couldn't be merged. --- doc/mgmt-api.txt | 1 + 1 file changed, 1 insertion(+)