OSDN Git Service

android/tester: Adjust get adapter class test value
authorSzymon Janc <szymon.janc@gmail.com>
Thu, 9 Jan 2014 19:07:06 +0000 (20:07 +0100)
committerSzymon Janc <szymon.janc@gmail.com>
Thu, 9 Jan 2014 19:08:45 +0000 (20:08 +0100)
Currently CoD is hardcoded so just adjust test value for now.

android/android-tester.c

index 4b2bac8..0185f99 100644 (file)
@@ -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,