This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OTA Client doesn't answer to Image Notify.

Hi,

I'm implementing an OTA Server.

When sending the OTA Image notify Command with the following fields:

  • Frame Control: 0x09 (0b1001 so Frame Type equal to 01, manufacturer flag disabled, and default response not set because is unicast message)
  • Payload Type = 0x02
  • Query Jitter = 99
  • Manufacturer Code = 0x1246 ( converted to 0x46 0x12)
  • Image Type = 0x0100 ( converted to 0x00 0x01)

I receive an AF_DATA_CONFIRM from the device but I don't receive any OTA Answer.

Any possible cause of this?