Hi Slawek, On Tue, Jul 19, 2011, Slawomir Bochenski wrote: > @@ -49,6 +49,7 @@ struct obex_session { > struct obex_mime_type_driver *driver; > gboolean streaming; > gboolean headers_sent; > + gboolean suspended; There's something redundant or unintuitive about the streaming vs. suspended variable naming. I would expect suspended to be the logical inverse of streaming, i.e. when streaming == TRUE then suspended == FALSE and vice versa. So one of them shouldn't be needed. And if this is not their meaning then they should probably be renamed more intuitively. Btw, is any of this relevant once the migration to gobex has been done? I think this is something important to keep in mind whenever you do any changes due to some quirkiness of OpenOBEX. 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