The latest development version of this page may be more current than this released 2.7.5 version.

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 subsys/mgmt/osdp/Kconfig.pd:9

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:15subsys/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 subsys/mgmt/osdp/Kconfig.cp:7

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:15subsys/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.)