OBEX_ObjectSetHdrOffset
Name
OBEX_ObjectSetHdrOffset -- Set headeroffset
Synopsis
int OBEX_ObjectSetHdrOffset
(obex_object_t * object, unsigned int offset);
Arguments
object
OBEX object
offset
Desired offset
Description
Call this function when you get a OBEX_EV_REQHINT and you know that the
command has data before the headers comes. You do NOT need to use this
function on Connect and SetPath, they are handled automatically.