Hi Johan,
There is one PTS test for OPP which tests if we're disconnecting cleanly
when cancelling outgoing file transfer (this test is not mandatory).
Currently it fails, because we don't send ABORT before disconnect.
I've noticed that code for handling it nicely already exist in
gw_obex_xfer_do_abort(...) but is disabled by default (via
USE_NICE_ABORT definition).
Is it safe to change that and use "nice abort" by default? Were there problems
with handling this ABORT command by some devices in described scenario?
BR,
Radek