Searched refs:coap_msg (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_adapter.c | 589 CoAPMessage coap_msg; in iotx_alcs_send() local 613 memset(&coap_msg, 0, sizeof(CoAPMessage)); in iotx_alcs_send() 622 res = alcs_msg_setAddr(&coap_msg, msg->uri, NULL); in iotx_alcs_send() 649 res = alcs_sendmsg_secure(adapter->coap_ctx, &devKey, &coap_msg, 2, in iotx_alcs_send() 651 alcs_msg_deinit(&coap_msg); in iotx_alcs_send() 667 (uint8_t *)ALCS_ADAPTER_malloc(coap_msg.header.tokenlen + 1); in iotx_alcs_send() 673 alcs_send_msg->token_len = coap_msg.header.tokenlen; in iotx_alcs_send() 701 CoAPMessage coap_msg; in iotx_alcs_send_Response() local 729 memset(&coap_msg, 0, sizeof(CoAPMessage)); in iotx_alcs_send_Response() 739 res = alcs_msg_setAddr(&coap_msg, msg->uri, NULL); in iotx_alcs_send_Response() [all …]
|
Completed in 4 milliseconds