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.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/mgmt/osdp/Kconfig:65
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/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.)