Home
last modified time | relevance | path

Searched refs:COAP_RESPONSE_CODE_CREATED (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/net/sockets/coap_server/src/
Dlocation_query.c48 COAP_RESPONSE_CODE_CREATED, id); in location_query_post()
Dtest.c210 COAP_RESPONSE_CODE_CREATED, id); in test_post()
Dlarge.c228 code = COAP_RESPONSE_CODE_CREATED; in large_create_post()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c17 return COAP_RESPONSE_CODE_CREATED; in coap_header_get_code_fake_created()
/Zephyr-latest/include/zephyr/net/
Dcoap.h146 COAP_RESPONSE_CODE_CREATED = COAP_MAKE_RESPONSE_CODE(2, 1), enumerator
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rd_client.c509 if (code == COAP_RESPONSE_CODE_CREATED) { in do_registration_reply_cb()
574 (code == COAP_RESPONSE_CODE_CREATED)) { in do_update_reply_cb()
Dlwm2m_message_handling.c2463 msg->code = COAP_RESPONSE_CODE_CREATED; in handle_request()
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1027 case COAP_RESPONSE_CODE_CREATED: in coap_header_get_code()
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c561 COAP_RESPONSE_CODE_CREATED, id); in prepare_block1_response()