Hi Grzegorz, On Tue, Dec 17, 2013, Grzegorz Kolodziejczyk wrote: > +static bt_service_record_t setprop_remote_service = { > + .uuid = { {0x00} }, > + .channel = 12, > + .name = "bt_name" > +}; > + > +static const struct generic_data > + bluetooth_setprop_service_record_invalid_test = { > + .expected_hal_callbacks = {ADAPTER_TEST_END}, > + .expected_adapter_status = BT_STATUS_FAIL, > + .expected_property.type = BT_PROPERTY_SERVICE_RECORD, > + .expected_property.val = &setprop_remote_service, > + .expected_property.len = sizeof(bt_service_record_t) sizeof(setprop_remote_service); 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