From d51dce6e8129f818012585959337aaf58af6211a Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 9 Jan 2014 20:07:06 +0100 Subject: [PATCH] android/tester: Adjust get adapter class test value Currently CoD is hardcoded so just adjust test value for now. --- android/android-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/android-tester.c b/android/android-tester.c index 4b2bac87d..0185f99aa 100644 --- a/android/android-tester.c +++ b/android/android-tester.c @@ -822,7 +822,7 @@ static const struct generic_data .set_property.len = sizeof(setprop_bonded_devices), }; -static uint32_t getprop_cod = 0; +static uint32_t getprop_cod = 0x00020c; static const struct generic_data bluetooth_getprop_cod_success_test = { .expected_hal_cb.adapter_properties_cb = getprop_success_cb, -- 2.47.3