Name

OBEX_CancelRequest — Cancel an ongoing operation

Synopsis

int OBEX_CancelRequest (self,  
 nice); 
obex_t *  self;
int  nice;

Arguments

self

OBEX handle

nice

If true an OBEX Abort will be sent if beeing client or OBEX_RSP_UNAUTHORIZED as reponse if beeing server.

Description