Other Parts Discussed in Thread: BLE-STACK,
I am sending the Image identify/header message (message sent to 1st characteristics) in the following formats.
CRC0 VERSION LENGTH UID RESERVED
4 bytes 4 bytes 4 bytes 8 bytes 8 bytes
I sent an image header: f4d3000A392b4141414100000000
CRC0 CRC1 VERSION LENGTH UID RESERVED
I also sent this: f4d3ffff000A392b41414141ffffffff
However, when I printf("..",pValue[0] ,pValue[1] ,pValue[2]) on the oadWriteAttrCB the pValue it just prints "df36 df36 df36 ...." 16 times or " 0036 0036 0036 ...." 16 times. What can I do? Keep in mind I have not changed anything in oad_target.c.
Please don't just say read BLE Developer’s Guide, I have been reading. I need a solution to this ASAP. Thank you for the help!