This was a missing piece after fixing the callback count verifying routine. --- android/tester-bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/tester-bluetooth.c b/android/tester-bluetooth.c index 202d085..fc04c9d 100644 --- a/android/tester-bluetooth.c +++ b/android/tester-bluetooth.c @@ -157,6 +157,7 @@ static struct step bluetooth_setprop_bdname_success_steps[] = { { .callback = CB_BT_ADAPTER_PROPERTIES, .callback_result.properties = &setprop_bdname_prop, + .callback_result.num_properties = 1, } }; static struct test_case bluetooth_setprop_bdname_success_tc = { @@ -192,6 +193,7 @@ static struct step bluetooth_setprop_scanmode_success_steps[] = { { .callback = CB_BT_ADAPTER_PROPERTIES, .callback_result.properties = &setprop_scanmode_prop, + .callback_result.num_properties = 1, }, }; static struct test_case bluetooth_setprop_scanmode_success_tc = { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html