Searched refs:supported_protocol (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/net/lwm2m_client/src/ |
D | firmware_update.c | 17 static uint8_t supported_protocol[1]; variable 68 lwm2m_set_res_buf(&LWM2M_OBJ(5, 0, 8, 0), &supported_protocol[0], in init_firmware_update() 69 sizeof(supported_protocol[0]), in init_firmware_update() 70 sizeof(supported_protocol[0]), 0); in init_firmware_update()
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/src/ |
D | firmware_update.c | 20 static uint8_t supported_protocol[1]; variable 74 lwm2m_set_res_buf(&LWM2M_OBJ(5, 0, 8, 0), &supported_protocol[0], in init_firmware_update() 75 sizeof(supported_protocol[0]), in init_firmware_update() 76 sizeof(supported_protocol[0]), 0); in init_firmware_update()
|