Searched refs:lwm2m_set_string (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/ |
D | lwm2m_registry.c | 156 zassert_equal(lwm2m_set_string(&LWM2M_OBJ(32768, 0, LWM2M_RES_TYPE_STRING), string), 0); in ZTEST() 240 ret = lwm2m_set_string(&LWM2M_OBJ(3303, 0, 5701), "test"); in ZTEST() 295 ret = lwm2m_set_string(&path_a, string_a); in ZTEST() 298 ret = lwm2m_set_string(&path_b, string_b); in ZTEST() 343 ret = lwm2m_set_string(&LWM2M_OBJ(3303, 0, 5701), "test"); in ZTEST() 370 ret = lwm2m_set_string(&path, uri); in ZTEST() 392 ret = lwm2m_set_string(&path, uri); in ZTEST() 471 ret = lwm2m_set_string(&path, "string"); in ZTEST() 479 ret = lwm2m_set_string(&path, ""); in ZTEST()
|
/Zephyr-latest/samples/net/lwm2m_client/src/ |
D | lwm2m-client.c | 108 lwm2m_set_string(&LWM2M_OBJ(0, 0, 0), CONFIG_LWM2M_APP_SERVER); in lwm2m_setup() 113 lwm2m_set_string(&LWM2M_OBJ(0, 0, 3), endpoint); in lwm2m_setup()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 347 lwm2m_set_string(&LWM2M_OBJ(0, 0, 0), "coap://5.39.83.206"); 434 lwm2m_set_string(&LWM2M_OBJ(LWM2M_OBJECT_SECURITY_ID, 0, 0), "coaps://lwm2m.example.com"); 437 lwm2m_set_string(&LWM2M_OBJ(LWM2M_OBJECT_SECURITY_ID, 0, 3), client_identity); 449 lwm2m_set_string(&LWM2M_OBJ(LWM2M_OBJECT_SECURITY_ID, 0, 0), "coaps://lwm2m.example.com"); 451 lwm2m_set_string(&LWM2M_OBJ(LWM2M_OBJECT_SECURITY_ID, 0, 3), certificate); 452 lwm2m_set_string(&LWM2M_OBJ(LWM2M_OBJECT_SECURITY_ID, 0, 5), key); 453 lwm2m_set_string(&LWM2M_OBJ(LWM2M_OBJECT_SECURITY_ID, 0, 4), root_ca);
|
/Zephyr-latest/include/zephyr/net/ |
D | lwm2m.h | 885 int lwm2m_set_string(const struct lwm2m_obj_path *path, const char *data_ptr);
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 336 ret = lwm2m_set_string(&path, value); in cmd_write()
|
D | lwm2m_registry.c | 732 int lwm2m_set_string(const struct lwm2m_obj_path *path, const char *data_ptr) in lwm2m_set_string() function
|