CONFIG_LWM2M_GATEWAY_DEFAULT_DEVICE_PREFIX

Used for access to LwM2M Objects of this IoT Device

Type: string

Help

Defaults are n0, n1, n2, ..., n<max instances - 1>

Direct dependencies

LWM2M_GATEWAY_OBJ_SUPPORT && LWM2M && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

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

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_DEFAULT_DEVICE_PREFIX
    string "Used for access to LwM2M Objects of this IoT Device"
    default n
    depends on LWM2M_GATEWAY_OBJ_SUPPORT && LWM2M && NETWORKING
    help
      Defaults are n0, n1, n2, ..., n<max instances - 1>

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