2023-06-29 10:07:53

by Claudia Draghicescu

[permalink] [raw]
Subject: [PATCH v2 0/1] Bluetooth: hci_sync: Enable events for BIS capable device

In the case of a Synchronized Receiver capable device, enable at start-up the
events for PA reports, PA Sync Established and Big Info Adv reports.

Claudia Draghicescu (1):
Bluetooth: hci_sync: Enable events for BIS capable devices

net/bluetooth/hci_sync.c | 3 +++
1 file changed, 3 insertions(+)


base-commit: e63d8ed98082395ca509163f386f5b04f53872b3
--
2.34.1



2023-06-29 10:09:29

by Claudia Draghicescu

[permalink] [raw]
Subject: [PATCH v2 1/1] Bluetooth: hci_sync: Enable events for BIS capable devices

Signed-off-by: Claudia Draghicescu <[email protected]>
---
net/bluetooth/hci_sync.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/net/bluetooth/hci_sync.c b/net/bluetooth/hci_sync.c
index afb8e970e62c..73b49d0c1e11 100644
--- a/net/bluetooth/hci_sync.c
+++ b/net/bluetooth/hci_sync.c
@@ -4135,10 +4135,13 @@ static int hci_le_set_event_mask_sync(struct hci_dev *hdev)
}

if (bis_capable(hdev)) {
+ events[1] |= 0x20; /* LE PA Report */
+ events[1] |= 0x40; /* LE PA Sync Established */
events[3] |= 0x04; /* LE Create BIG Complete */
events[3] |= 0x08; /* LE Terminate BIG Complete */
events[3] |= 0x10; /* LE BIG Sync Established */
events[3] |= 0x20; /* LE BIG Sync Loss */
+ events[4] |= 0x02; /* LE BIG Info Advertising Report */
}

return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_EVENT_MASK,
--
2.34.1


2023-06-29 10:41:55

by bluez.test.bot

[permalink] [raw]
Subject: RE: Bluetooth: hci_sync: Enable events for BIS capable device

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=761184

---Test result---

Test Summary:
CheckPatch FAIL 0.86 seconds
GitLint PASS 0.29 seconds
SubjectPrefix PASS 0.11 seconds
BuildKernel PASS 32.47 seconds
CheckAllWarning PASS 35.28 seconds
CheckSparse PASS 39.76 seconds
CheckSmatch PASS 112.05 seconds
BuildKernel32 PASS 31.27 seconds
TestRunnerSetup PASS 448.16 seconds
TestRunner_l2cap-tester PASS 17.05 seconds
TestRunner_iso-tester PASS 22.63 seconds
TestRunner_bnep-tester PASS 5.48 seconds
TestRunner_mgmt-tester PASS 128.48 seconds
TestRunner_rfcomm-tester PASS 8.72 seconds
TestRunner_sco-tester PASS 8.02 seconds
TestRunner_ioctl-tester PASS 9.23 seconds
TestRunner_mesh-tester PASS 6.89 seconds
TestRunner_smp-tester PASS 8.01 seconds
TestRunner_userchan-tester PASS 5.75 seconds
IncrementalBuild PASS 29.93 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[v2,1/1] Bluetooth: hci_sync: Enable events for BIS capable devices
WARNING: Missing commit description - Add an appropriate one

total: 0 errors, 1 warnings, 0 checks, 13 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/src/13296835.patch has style problems, please review.

NOTE: Ignored message types: UNKNOWN_COMMIT_ID

NOTE: If any of the errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.




---
Regards,
Linux Bluetooth