From daead8de72eda1afaae8175652e200733595ce42 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 17 Jan 2013 14:28:56 +0200 Subject: [PATCH] tools: Fix EIR reference data to account for TX power in newer kernels --- tools/mgmt-tester.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 58f559bed..e60e659d6 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -800,7 +800,7 @@ static const char add_dun_uuid_param[] = { 0x00, 0x10, 0x00, 0x00, 0x03, 0x11, 0x00, 0x00, 0x00 }; static const char write_eir_uuid16_hci[] = { 0x00, - 0x03, 0x03, 0x01, 0x11, 0x00, 0x00, 0x00, 0x00, + 0x02, 0x0a, 0x00, 0x03, 0x03, 0x01, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -831,8 +831,8 @@ static const char write_eir_uuid16_hci[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; static const char write_eir_multi_uuid16_hci[] = { 0x00, - 0x05, 0x03, 0x03, 0x11, 0x01, 0x11, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x02, 0x0a, 0x00, 0x05, 0x03, 0x03, 0x11, 0x01, + 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -866,8 +866,8 @@ static const char add_uuid32_param[] = { 0x00, 0x10, 0x00, 0x00, 0x78, 0x56, 0x34, 0x12, 0x00 }; static const char write_eir_uuid32_hci[] = { 0x00, - 0x05, 0x05, 0x78, 0x56, 0x34, 0x12, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x02, 0x0a, 0x00, 0x05, 0x05, 0x78, 0x56, 0x34, + 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -- 2.47.3