Name

OBEX_ObjectSetNonHdrData — Set data to send before headers

Synopsis

int OBEX_ObjectSetNonHdrData (object,  
 object,  
 buffer,  
 len); 
 object;
 buffer;
 len;

Arguments

object

OBEX object

buffer

Data to send

len

Length to data

Description

Some commands (notably SetPath) send data before headers. Use this function to set this data.