Other Parts Discussed in Thread: CC2564
Is there any Bluetopia GOEP example anywhere. I am trying to implement OPP over GOEP and getting strange error from GOEP_Command_Response function. In the documentation of the stack it is said that this function can return only BTPS_ERROR_INVALID_PARAMETER | BTPS_ERROR_INVALID_BLUETOOTH_STACK_ID | BTPS_ERROR_RFCOMM_NOT_INITIALIZED | BTPS_ERROR_GOEP_NOT_INITIALIZED, but when I try to respond to a PUT request with that command (using OBEX_CONTINUE_RESPONSE with OBEX_FINAL_BIT as a response code argument) the function returns BTPS_ERROR_GOEP_COMMAND_NOT_ALLOWED.
Do I need to include any header in the response ? (for now I reply with no headers i.e {0, NULL} as OBEX_Header_List_t structure )
Is It normal the length of the first Body header to be 0 ? (because that comes with the PUT request)
Еxperimental arrangement:
The Bluetopia dual mode stack is running on discovery STM32F411VE + CC2564MODNEM evaluation board + CC256XEM-STADAPT adapter board. The App is GOEP server, trying to receive a binary file (firmware).