Hi,
This is a small fix to the client side abort patch I sent in March. The
OBEX spec. (version 1.3) says the following about the response to abort:
"The response to ABORT is 0xA0 (success), indicating that the abort was
received and the server is now resynchronized with the client. If
anything else is returned, the client should disconnect."
I think therefore that the correct behaviour when receiving something
else than OBEX_RSP_SUCCESS to an abort should be to signal
OBEX_EV_LINKERR to the application. The attached patch does this.
Johan
|