Searched refs:COAP_DEVICE_ID_SIZE (Results 1 – 2 of 2) sorted by relevance
14 #define COAP_DEVICE_ID_SIZE 25 macro
15 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()