Message ID | 20201111230421.3364932-9-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Testers/Emulator overhaul | expand |
diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index bb8eb578c..0540efafc 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 */ };
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This updates the expected advertisement flags which now includes MGMT_ADV_FLAG_CAN_SET_TX_POWER and MGMT_ADV_FLAG_HW_OFFLOAD. --- tools/mgmt-tester.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)