Found 6 other functions taking a
tOBEX_PARSE_INFO
argument:
* Function OBEX_GetNextHeader * Description Get next header pointer from a packet * Returns Pointer to start address of a header, NULL if no more header * or failed
* Function GOEPC_PrepareRequest * Description Prepare a request packet, packet will be store internally * Returns GOEP_SUCCESS if successful, otherwise failed
* Function OBEX_ParseResponse * Description Parse a request response packet * Returns OBEX_SUCCESS if successful, otherwise failed
* Function OBEX_BuildResponse * Description Build a response packet with opcode and response and additional * info, packet can by free by osi_free * Returns OBEX_SUCCESS if successful, otherwise failed
* Function OBEX_ParseRequest * Description Parse a request packet * Returns OBEX_SUCCESS if successful, otherwise failed