OBEX_ObjectSetNonHdrData

Name

OBEX_ObjectSetNonHdrData --  Set data to send before headers

Synopsis

int OBEX_ObjectSetNonHdrData (obex_object_t * object, const uint8_t * buffer, unsigned int 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.