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
{
.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 = {
{
.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 = {