:orphan: .. title:: CONFIG_OSDP_PACKET_TRACE .. kconfig:: CONFIG_OSDP_PACKET_TRACE CONFIG_OSDP_PACKET_TRACE ######################## *Print bytes sent/received over OSDP to console* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/osdp/Kconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig 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.)*