:orphan: .. title:: OSDP_PACKET_TRACE .. option:: 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 =================== \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. parsed-literal:: config OSDP_PACKET_TRACE bool "Print bytes sent/received over OSDP to console" depends on \ :option:`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.)*