Hi Grzegorz, On Tue, Dec 17, 2013, Grzegorz Kolodziejczyk wrote: > This adds TYPE_OF_DEVICE set property fail test case due to only > get possibility. > --- > android/android-tester.c | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/android/android-tester.c b/android/android-tester.c > index a6f66c2..4923a6c 100644 > --- a/android/android-tester.c > +++ b/android/android-tester.c > @@ -618,6 +618,16 @@ static const struct generic_data bluetooth_setprop_cod_invalid_test = { > .expected_property.len = sizeof(uint32_t) > }; > > +static bt_device_type_t setprop_type_of_device = BT_DEVICE_DEVTYPE_BREDR; > + > +static const struct generic_data bluetooth_setprop_tod_invalid_test = { > + .expected_hal_callbacks = {ADAPTER_TEST_END}, > + .expected_adapter_status = BT_STATUS_FAIL, > + .expected_property.type = BT_PROPERTY_TYPE_OF_DEVICE, > + .expected_property.val = &setprop_type_of_device, > + .expected_property.len = sizeof(bt_device_type_t) sizeof(setprop_type_of_device) Johan -- 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