Home
last modified time | relevance | path

Searched refs:except_seq (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_ota.c196 if (p_msg->header.seq != genie_ota_ctx.except_seq) in genie_ota_parse_pdu()
198 …printf("except_seq:%d rx_seq:%d len:%d\r\n", genie_ota_ctx.except_seq, p_msg->header.seq, p_msg->h… in genie_ota_parse_pdu()
242 genie_ota_ctx.except_seq = 0; in genie_ota_parse_pdu()
246 genie_ota_ctx.except_seq = p_msg->header.seq + 1; in genie_ota_parse_pdu()
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_ota.h44 uint8_t except_seq; member

Completed in 4 milliseconds