CONFIG_OSDP_NUM_CONNECTED_PD

Number of connected Peripheral Devices

Type: int

Help

In PD mode, number of connected PDs is is always 1 and cannot be configured.

Help

In PD mode, number of connected PDs is is always 1 and cannot be configured.

Direct dependencies

(OSDP_MODE_PD && OSDP) || (OSDP_MODE_CP && OSDP)

(Includes any dependencies from ifs and menus.)

Defaults

  • 1

  • 1

Kconfig definitions

At <Zephyr>/subsys/mgmt/osdp/Kconfig.pd:9

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/mgmt/Kconfig:15<Zephyr>/subsys/mgmt/osdp/Kconfig:102

Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver

config OSDP_NUM_CONNECTED_PD
    int
    default 1
    depends on OSDP_MODE_PD && OSDP
    help
      In PD mode, number of connected PDs is is always 1 and cannot
      be configured.

At <Zephyr>/subsys/mgmt/osdp/Kconfig.cp:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/mgmt/Kconfig:15<Zephyr>/subsys/mgmt/osdp/Kconfig:106

Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver

config OSDP_NUM_CONNECTED_PD
    int "Number of connected Peripheral Devices"
    range 1 126
    default 1
    depends on OSDP_MODE_CP && OSDP
    help
      In PD mode, number of connected PDs is is always 1 and cannot
      be configured.

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