1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-03-16 16:20:50 +00:00

28 Commits

Author SHA1 Message Date
Milanka Ringwald
2fca4dad95 license: update text 2021-11-02 09:31:00 +01:00
Matthias Ringwald
eb0d557942 hci_dump: define HCI_DUMP_MAX_MESSAGE_LEN for use in POSIX implementation 2021-06-25 18:28:32 +02:00
Matthias Ringwald
a9b0ec79f4 hci_dump: add hci_dump_setup_header_btsnoop 2021-06-25 11:31:52 +02:00
Milanka Ringwald
fe5a6c4e96 src: add title to header files 2021-05-28 11:21:09 +02:00
Matthias Ringwald
560d2a7afb hci_dump: fix compile for AVR 2021-05-09 22:13:54 +02:00
Matthias Ringwald
cdc66b5eb8 hci_dump: add hci_dump_enable_packet_log to enable/disable packet logging 2021-03-23 11:24:05 +01:00
Matthias Ringwald
128d6c999a hci_dump: full rewrite, provide platform-specific implementations for posix and embedded platforms 2021-03-11 15:53:45 +01:00
Matthias Ringwald
80e33422a9 Use FILENAME_H as include guard (MISRAC2012-Rule-21.1) 2019-05-11 19:08:52 +02:00
Milanka Ringwald
c006cd1902 fix compiler warnings 2018-07-03 10:38:57 +02:00
Matthias Ringwald
fa087dea27 hci_dump: prefix LOG_LEVELs with HCI_DUMP_ 2018-05-09 14:56:47 +02:00
Matthias Ringwald
94be1a6633 provide _va_arg type variants for hci_send_cmd and hci_dump_log 2016-11-30 22:15:40 +01:00
Matthias Ringwald
65280ee1c8 mark hci_dump_log with __printf__ format attribute 2015-11-07 17:59:24 +01:00
Milanka Ringwald
99e736a0a8 annotated/added apis 2015-07-01 15:40:29 +02:00
Matthias Ringwald
8a37b10a01 allow to enable/disable log_info and log_debug for HAVE_HCI_DUMP 2015-05-29 21:37:00 +02:00
mila@ringwald.ch
a0c35809ae streamline copyright headers 2015-02-06 16:19:27 +00:00
matthias.ringwald@gmail.com
f61ec82363 fix compile for AVR 2014-12-03 22:39:18 +00:00
matthias.ringwald@gmail.com
20ea11b9fd use PROGMEM on AVR architecture for log_ facilities 2014-12-03 22:33:36 +00:00
matthias.ringwald@gmail.com
a225073e6b mark filename as const string 2014-04-11 12:18:19 +00:00
matthias.ringwald@gmail.com
f471afd896 replaced #pragma once with old style #include guards to allow use of older compilers 2014-01-19 16:30:17 +00:00
matthias.ringwald@gmail.com
eed533f622 added missing #pragma once and C++ function name mangling protection 2013-05-23 14:57:16 +00:00
matthias.ringwald
6b64433e6a added non-commerical clause and contact email 2012-05-07 21:54:09 +00:00
matthias.ringwald
a1d7dd1f6f add hci_dump_log 2012-02-20 20:12:02 +00:00
matthias.ringwald
40d1c7a481 more -Wstrict-prototypes fixes 2011-06-06 14:12:38 +00:00
matthias.ringwald
2992c13168 allow to specify max nr of packets in hci_dump log 2010-12-05 22:22:46 +00:00
matthias.ringwald
1713bcea3a prepend all source files with 'new BSD' copyright header 2009-10-29 20:25:42 +00:00
matthias.ringwald
8adf0dda45 work on btstack client/server commands, allow logging to stdout using HCI_DUMP_STDOUT 2009-07-16 20:12:42 +00:00
matthias.ringwald
8b658ebcf8 cleaned up hci_dump integration, added support for Apple's PacketLogger, also store local timestamp 2009-05-27 20:22:19 +00:00
matthias.ringwald
7966267251 add simple hci logger compatible to BlueZ's hcidump 2009-05-26 22:50:30 +00:00