Diff between 2c4724736723b2e1cd3d30b3a0557217010e2da3 and f523946730ff57ce17f5b221754b428d271b681f

Changed Files

File Additions Deletions Status
tools/mgmt-tester.c +2 -2 modified

Full Patch

diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c
index c54ee1a..ba478ad 100644
--- a/tools/mgmt-tester.c
+++ b/tools/mgmt-tester.c
@@ -308,7 +308,7 @@ static void test_condition_complete(struct test_data *data)
 		user->hciemu_type = HCIEMU_TYPE_BREDRLE; \
 		user->test_setup = setup; \
 		user->test_data = data; \
-		user->expected_version = 0x06; \
+		user->expected_version = 0x08; \
 		user->expected_manufacturer = 0x003f; \
 		user->expected_supported_settings = 0x00003fff; \
 		user->initial_settings = 0x00000080; \
@@ -346,7 +346,7 @@ static void test_condition_complete(struct test_data *data)
 		user->hciemu_type = HCIEMU_TYPE_LE; \
 		user->test_setup = setup; \
 		user->test_data = data; \
-		user->expected_version = 0x06; \
+		user->expected_version = 0x08; \
 		user->expected_manufacturer = 0x003f; \
 		user->expected_supported_settings = 0x00003e1b; \
 		user->initial_settings = 0x00000200; \