Diff between 954e6d9ebe9e661cdf19e01562e0f5581c4e8713 and d3a7053267d9dfece12bb41678f86b392f0ced7f
Changed Files
| File | Additions | Deletions | Status |
| tools/mgmt-tester.c | +2 | -2 | modified |
Full Patch
diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index bb8eb57..0540efa 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -6867,10 +6867,10 @@ static const struct generic_data set_appearance_success = {
};
static const uint8_t read_adv_features_rsp_3[] = {
- 0xff, 0x03, 0x00, 0x00, /* supported flags */
+ 0xff, 0x0f, 0x00, 0x00, /* supported flags */
0x1f, /* max_adv_data_len */
0x1f, /* max_scan_rsp_len */
- 0x05, /* max_instances */
+ 0x01, /* max_instances */
0x00, /* num_instances */
};