Searched refs:COAP_OPTION_CONTENT_FORMAT (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/linkkit/iot_coap/server/ |
A D | CoAPServer.c | 254 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, COAP_CT_APP_JSON); in CoAPServerMultiCast_send() 298 CoAPUintOption_add(&response, COAP_OPTION_CONTENT_FORMAT, COAP_CT_APP_JSON); in CoAPServerResp_send()
|
A D | CoAPObserve.c | 205 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, in CoAPObsServer_notify()
|
A D | CoAPMessage.c | 166 ret = CoAPUintOption_get(message, COAP_OPTION_CONTENT_FORMAT, &ctype); in CoAPMessage_dump()
|
/AliOS-Things-master/components/linkkit/iot_coap/ |
A D | iotx_coap_internal.h | 46 #define COAP_OPTION_CONTENT_FORMAT 12 /* E, uint, 0-2 B, (none) */ macro
|
/AliOS-Things-master/components/linkkit/iot_coap/client/ |
A D | iotx_coap_api.c | 499 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, COAP_CT_APP_JSON); in IOT_CoAP_DeviceNameAuth() 676 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, in IOT_CoAP_SendMessage() 681 CoAPUintOption_add(&message, COAP_OPTION_CONTENT_FORMAT, in IOT_CoAP_SendMessage()
|
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_api.c | 463 CoAPUintOption_add(message, COAP_OPTION_CONTENT_FORMAT, in internal_secure_send()
|
Completed in 11 milliseconds