Hi Grzegorz, On Tue, Dec 17, 2013, Grzegorz Kolodziejczyk wrote: > This adds UUIDS set property fail test case due to only get > possibility. > --- > android/android-tester.c | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) The first two patches have been applied, but a minor thing with this one: > +static unsigned char setprop_uuids[] = { 0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, > + 0x00, 0x80, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, > + 0x00, 0x00 }; > + > +static const struct generic_data bluetooth_setprop_uuid_invalid_test = { > + .expected_hal_callbacks = {ADAPTER_TEST_END}, > + .expected_adapter_status = BT_STATUS_FAIL, > + .expected_property.type = BT_PROPERTY_UUIDS, > + .expected_property.val = &setprop_uuids, > + .expected_property.len = 17 How about sizeof(setprop_uuids) here instead of 17? 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