Hi Grzegorz, On Wed, Dec 18, 2013 at 10:53:09AM +0100, 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(+) > > diff --git a/android/android-tester.c b/android/android-tester.c > index 92e6080..0025f20 100644 > --- a/android/android-tester.c > +++ b/android/android-tester.c > @@ -596,6 +596,18 @@ static const struct generic_data bluetooth_getprop_bdname_success_test = { > .expected_property.len = 17 > }; > > +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}, Do we agree to use spaces before and after braces? Best regards Andrei Emeltchenko -- 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