diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index bef5061..d9d7b34 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
};
static const uint8_t read_adv_features_rsp_1[] = {
- 0x7f, 0x00, 0x00, 0x00, /* supported flags */
+ 0x7f, 0xf0, 0x00, 0x00, /* supported flags */
0x1f, /* max_adv_data_len */
0x1f, /* max_scan_rsp_len */
0x05, /* max_instances */
};
static const uint8_t read_adv_features_rsp_2[] = {
- 0x7f, 0x00, 0x00, 0x00, /* supported flags */
+ 0x7f, 0xf0, 0x00, 0x00, /* supported flags */
0x1f, /* max_adv_data_len */
0x1f, /* max_scan_rsp_len */
0x05, /* max_instances */
};
static const uint8_t read_adv_features_rsp_3[] = {
- 0xff, 0x0f, 0x00, 0x00, /* supported flags */
+ 0xff, 0xff, 0x00, 0x00, /* supported flags */
0x1f, /* max_adv_data_len */
0x1f, /* max_scan_rsp_len */
0x01, /* max_instances */