Home
last modified time | relevance | path

Searched refs:COAP_DEVICE_ID_SIZE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/net/openthread/coap/src/
Dcoap_utils.h14 #define COAP_DEVICE_ID_SIZE 25 macro
Dcoap_utils.c15 static uint8_t coap_dev_id[COAP_DEVICE_ID_SIZE];
232 if (i * 2 >= COAP_DEVICE_ID_SIZE) { in coap_device_id()
233 i = COAP_DEVICE_ID_SIZE - 1; in coap_device_id()