From 24e70fc0d02a21eb24c4bd94e4c0ab4a124cace0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 3 Apr 2015 13:31:10 -0700 Subject: [PATCH] tools: Fix add advertising test case for TX power flag --- tools/mgmt-tester.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index d99701036..6a9b52740 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -3966,8 +3966,8 @@ static const uint8_t set_adv_data_7[] = { }; static const uint8_t set_adv_data_8[] = { - 0x0c, 0x02, 0x0a, 0x00, 0x03, 0x02, 0x0d, 0x18, 0x04, 0xff, - 0x01, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x0c, 0x03, 0x02, 0x0d, 0x18, 0x04, 0xff, 0x01, 0x02, 0x03, + 0x02, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, }; -- 2.47.3