Home
last modified time | relevance | path

Searched refs:logging (Results 1 – 7 of 7) sorted by relevance

/btstack/.github/ISSUE_TEMPLATE/
H A Dbug_report.md29 - For desktop ports, full packet logging is enabled by default and the packet log is available as `…
30 …comment the call to 'hci_dump_init(..)' in the main() function to enable logging over UART Console…
31 …2/integrate.py` script creates one project per example. To enable packet logging, you need to edit…
/btstack/port/max32630-fthr/scripts/
H A Dmax32630.gdb4 set logging on
/btstack/3rd-party/
H A DREADME.md14 …er/) | V786a | BSD 3-Clause | HCI PacketLog | high-speed logging with SEGGER J-Lin…
/btstack/test/embedded/
H A Dbtstack_util_test.cpp197 TEST(BTstackUtil, logging){ in TEST() argument
/btstack/doc/manual/docs-template/
H A Dhow_to.md25 packet logging mechanism. Finally, we provide an overview on power management in Bluetooth in gener…
247 …h higher throughput and less overhead. In addition, it allows for direct logging in PacketLogger/B…
280 // enable logging
690 For this, BTstack provides a configurable packet logging mechanism via hci_dump.h and the following…
717 For less overhead and higher logging speed, you can directly log in binary format by
H A Dporting.md69 callback allows for persistent logging or signaling of this failure.
/btstack/platform/daemon/src/
H A Ddaemon.c1484 int logging = platform_iphone_logging_enabled(); in preferences_changed_callback() local
1485 log_info("Logging enabled: %u\n", logging); in preferences_changed_callback()
1486 daemon_set_logging_enabled(logging); in preferences_changed_callback()