2021-03-18 01:19:17

by Tedd Ho-Jeong An

[permalink] [raw]
Subject: [PATCH] tools/mgmt-tester: Fix for scan response in read adv feature command

From: Tedd Ho-Jeong An <[email protected]>

This patch fixes the test failure with the read advertising feature
API which is changed to include the scan response flag.
---
tools/mgmt-tester.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index bb9fb0b9c..1835ca079 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -4162,7 +4162,7 @@ static const struct generic_data read_adv_features_invalid_index_test = {
};

static const uint8_t read_adv_features_rsp_1[] = {
- 0x7f, 0xf0, 0x00, 0x00, /* supported flags */
+ 0x7f, 0xf0, 0x01, 0x00, /* supported flags */
0x1f, /* max_adv_data_len */
0x1f, /* max_scan_rsp_len */
0x05, /* max_instances */
@@ -4177,7 +4177,7 @@ static const struct generic_data read_adv_features_success_1 = {
};

static const uint8_t read_adv_features_rsp_2[] = {
- 0x7f, 0xf0, 0x00, 0x00, /* supported flags */
+ 0x7f, 0xf0, 0x01, 0x00, /* supported flags */
0x1f, /* max_adv_data_len */
0x1f, /* max_scan_rsp_len */
0x05, /* max_instances */
@@ -7137,7 +7137,7 @@ static const struct generic_data set_appearance_success = {
};

static const uint8_t read_adv_features_rsp_3[] = {
- 0xff, 0xff, 0x00, 0x00, /* supported flags */
+ 0xff, 0xff, 0x01, 0x00, /* supported flags */
0x1f, /* max_adv_data_len */
0x1f, /* max_scan_rsp_len */
0x01, /* max_instances */
--
2.25.1


2021-03-18 02:13:54

by bluez.test.bot

[permalink] [raw]
Subject: RE: tools/mgmt-tester: Fix for scan response in read adv feature command

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

---Test result---

##############################
Test: CheckPatch - PASS

##############################
Test: CheckGitLint - PASS

##############################
Test: CheckBuild - PASS

##############################
Test: MakeCheck - PASS



---
Regards,
Linux Bluetooth