CONFIG_CHIP_DEVICE_PRODUCT_ID
Device product ID
Type: int
Help
Identifier of the product, assigned by the device manufacturer. It is used
in various CHIP areas, such as the Basic Information cluster or OTA
(Over-the-air update) image header.
Default
0
Kconfig definition
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter/config/nrfconnect/chip-module/../../zephyr/Kconfig:46
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:98
→ /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter/config/nrfconnect/chip-module/Kconfig:17
Menu path: (Top) → Modules → connectedhomeip (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/matter) → Connected Home over IP protocol stack
config CHIP_DEVICE_PRODUCT_ID
int "Device product ID"
range 0 65535
default 0
depends on CHIP
help
Identifier of the product, assigned by the device manufacturer. It is used
in various CHIP areas, such as the Basic Information cluster or OTA
(Over-the-air update) image header.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)