Home
last modified time | relevance | path

Searched refs:COAP_RESPONSE_CODE_NOT_ACCEPTABLE (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dpdu.h322 COAP_RESPONSE_CODE_NOT_ACCEPTABLE = COAP_RESPONSE_CODE(406), enumerator
/third_party/libcoap/man/
Dcoap_pdu_access.txt.in130 COAP_RESPONSE_CODE_NOT_ACCEPTABLE 4.06
Dcoap_pdu_setup.txt.in170 COAP_RESPONSE_CODE_NOT_ACCEPTABLE 4.06
/third_party/libcoap/examples/
Dcoap-server.c1370 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_ACCEPTABLE); in hnd_put()
1547 coap_pdu_set_code(response, COAP_RESPONSE_CODE_NOT_ACCEPTABLE); in hnd_unknown_put()