Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/ota/
A Dota_coap.c30 iotx_coap_resp_code_t resp_code; in otacoap_response_handler() local
31 IOT_CoAP_GetMessageCode(p_response, &resp_code); in otacoap_response_handler()
33 OTA_LOG_DEBUG("CoAP response code = %d", resp_code); in otacoap_response_handler()
/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_coap.c229 iotx_coap_resp_code_t resp_code; in _coap_response_default() local
238 ret = IOT_CoAP_GetMessageCode(p_message, &resp_code); in _coap_response_default()
244 cm_info("resp_code = %d", resp_code); in _coap_response_default()
/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c291 iotx_coap_resp_code_t resp_code; in iotx_get_well_known_handler() local
292 IOT_CoAP_GetMessageCode(p_response, &resp_code); in iotx_get_well_known_handler()
294 COAP_INFO("[APPL]: Message response code: %d", resp_code); in iotx_get_well_known_handler()
331 iotx_coap_resp_code_t resp_code; in iotx_coap_report_rsphdl() local
333 IOT_CoAP_GetMessageCode(p_response, &resp_code); in iotx_coap_report_rsphdl()
335 COAP_DEBUG("Report response: CoAP response code = %d", resp_code); in iotx_coap_report_rsphdl()

Completed in 5 milliseconds