Hi Slawek, On Fri, Jan 14, 2011, lkslawek@xxxxxxxxx wrote: > From: Slawomir Bochenski <lkslawek@xxxxxxxxx> > > Normally during an OBEX session, calling sequence > > service->connect - [driver->open - driver->close]* - service->disconnect > > is kept. The only exception to this when the connection is reset > (when no ABORT was sent) during transfer. Then the sequence is: > > service->connect - [driver->open - driver->close]* - driver->open - > service->disconnect - driver->close > > This patch fixes it, so memory managament of session/transfer data in > service plugin can be easier. > --- > src/obex.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Pushed upstream. Thanks. 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