-
Notifications
You must be signed in to change notification settings - Fork 1
[PW_SID:1039290] Bluetooth: mgmt: report extended advertising SID to userspace #3253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: workflow
Are you sure you want to change the base?
Conversation
This patch adds workflow files for ci: [sync.yml] - The workflow file for scheduled work - Sync the repo with upstream repo and rebase the workflow branch - Review the patches in the patchwork and creates the PR if needed [ci.yml] - The workflow file for CI tasks - Run CI tests when PR is created Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
Add a new mgmt event to report the SID of extended advertising to userspace. This allows userspace to obtain the SID before initiating PA sync, without waiting for the next extended advertising report to update the SID. By providing the SID earlier, the PA sync flow can be simplified and the overall latency reduced. Link: bluez/bluez#1758 Signed-off-by: Yang Li <yang.li@amlogic.com>
|
CheckPatch |
|
GitLint |
|
SubjectPrefix |
|
BuildKernel |
|
CheckAllWarning |
|
CheckSparse |
|
BuildKernel32 |
|
TestRunnerSetup |
|
TestRunner_l2cap-tester |
|
TestRunner_iso-tester |
|
TestRunner_bnep-tester |
|
TestRunner_mgmt-tester |
|
TestRunner_rfcomm-tester |
|
TestRunner_sco-tester |
|
TestRunner_ioctl-tester |
|
TestRunner_mesh-tester |
|
TestRunner_smp-tester |
|
TestRunner_userchan-tester |
|
IncrementalBuild |
05896ae to
de288ca
Compare
From: Yang Li yang.li@amlogic.com
Add a new mgmt event to report the SID of extended advertising
to userspace. This allows userspace to obtain the SID before
initiating PA sync, without waiting for the next extended
advertising report to update the SID.
By providing the SID earlier, the PA sync flow can be simplified
and the overall latency reduced.
Link: bluez/bluez#1758
Signed-off-by: Yang Li yang.li@amlogic.com
include/net/bluetooth/hci_core.h | 2 ++
include/net/bluetooth/mgmt.h | 7 +++++++
net/bluetooth/hci_event.c | 3 +++
net/bluetooth/mgmt.c | 13 +++++++++++++
4 files changed, 25 insertions(+)
base-commit: 030d2c0
change-id: 20260107-mgmt_ext_adv_sid-7ea503e46791
Best regards,