CONFIG_LWM2M_GATEWAY_DEVICE_ID_MAX_STR_SIZE

Maximum string size for device ID

Type: int

Direct dependencies

LWM2M_GATEWAY_OBJ_SUPPORT && LWM2M && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 32

Kconfig definition

At <Subsystem>/net/lib/lwm2m/Kconfig:441

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:39<Subsystem>/net/Kconfig:87<Subsystem>/net/lib/Kconfig:18

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack → Enable LwM2M Gateway Object (25) [EXPERIMENTAL]

config LWM2M_GATEWAY_DEVICE_ID_MAX_STR_SIZE
    int "Maximum string size for device ID"
    default 32
    depends on LWM2M_GATEWAY_OBJ_SUPPORT && LWM2M && NETWORKING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)