Home
last modified time | relevance | path

Searched refs:lwm2m_attr_to_str (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_observation.c96 const char *const lwm2m_attr_to_str(uint8_t type) in lwm2m_attr_to_str() function
893 LOG_DBG("Update %s to %d", lwm2m_attr_to_str(type), attr->int_val); in lwm2m_update_or_allocate_attribute()
896 LOG_DBG("Update %s to %f", lwm2m_attr_to_str(type), attr->float_val); in lwm2m_update_or_allocate_attribute()
919 LOG_DBG("Add %s to %d", lwm2m_attr_to_str(type), attr->int_val); in lwm2m_update_or_allocate_attribute()
922 LOG_DBG("Add %s to %f", lwm2m_attr_to_str(type), attr->float_val); in lwm2m_update_or_allocate_attribute()
933 return lwm2m_attr_to_str(attr->type); in lwm2m_engine_get_attr_name()
1195 !memcmp(options[i].value, lwm2m_attr_to_str(type), in lwm2m_write_attr_handler()
1245 LOG_ERR("invalid attr[%s] value", lwm2m_attr_to_str(type)); in lwm2m_write_attr_handler()
1291 LOG_DBG("Unset attr %s", lwm2m_attr_to_str(type)); in lwm2m_write_attr_handler()
1311 LOG_DBG("Update %s to %d", lwm2m_attr_to_str(type), attr->int_val); in lwm2m_write_attr_handler()
[all …]
Dlwm2m_observation.h33 const char *const lwm2m_attr_to_str(uint8_t type);
Dlwm2m_shell.c685 shell_fprintf(sh, SHELL_INFO, "%10s", lwm2m_attr_to_str(i)); in cmd_observations()