From: Luiz Augusto von Dentz Date: Wed, 11 Nov 2020 02:16:54 +0000 (-0800) Subject: mgmt-tester: Update expected advertisement flags X-Git-Tag: submit/tizen/20220313.220938~565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb19d29b42cba9788087aae00ad421800d673e1d;p=platform%2Fupstream%2Fbluez.git mgmt-tester: Update expected advertisement flags This updates the expected advertisement flags which now includes MGMT_ADV_FLAG_CAN_SET_TX_POWER and MGMT_ADV_FLAG_HW_OFFLOAD. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index bb8eb57..0540efa 100755 --- 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 */ };