Home
last modified time | relevance | path

Searched refs:COAP_MAX_MESSAGE_ID (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPMessage.c33 #define COAP_MAX_MESSAGE_ID 65535 macro
43 ((COAP_MAX_MESSAGE_ID == context->message_id) ? 1 in Cloud_CoAPMessageId_gen()
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPMessage_common.c32 #define COAP_MAX_MESSAGE_ID 65535 macro
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPMessage.c37 #define COAP_MAX_MESSAGE_ID 65535 macro
51 msg_id = ((COAP_MAX_MESSAGE_ID == ctx->message_id) ? (ctx->message_id = 1) in CoAPMessageId_gen()

Completed in 6 milliseconds