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

CONFIG_OSDP_PACKET_TRACE

Print bytes sent/received over OSDP to console

Type: bool

Help

Prints bytes sent/received over OSDP to console for debugging.
LOG_HEXDUMP_DBG() is used to achieve this and can be very verbose.

Direct dependencies

OSDP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/mgmt/osdp/Kconfig:65

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:15

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

config OSDP_PACKET_TRACE
    bool "Print bytes sent/received over OSDP to console"
    depends on OSDP
    help
      Prints bytes sent/received over OSDP to console for debugging.
      LOG_HEXDUMP_DBG() is used to achieve this and can be very verbose.

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