Name

OBEX_ObjectSetRsp — Sets the response to a received request.

Synopsis

int OBEX_ObjectSetRsp (object,  
 rsp,  
 lastrsp); 
obex_object_t * object;
uint8_t rsp;
uint8_t lastrsp;
 

Arguments

object

OBEX object

rsp

Respose code in non-last packets

lastrsp

Response code in last packet

Description

Returns -1 on error.