29 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
b52eaea5b4 don't use ntohl 2014-11-11 20:28:48 +00:00
matthias.ringwald@gmail.com
d5ea892498 fix compile for win32 2014-11-11 20:18:26 +00:00
matthias.ringwald@gmail.com
198a9e1b41 enable HCI packet logs to console for EMBEDDED 2014-11-05 22:44:05 +00:00
mila@ringwald.ch
49ca58d6a2 remove hexdump2, use printf_hexdump instead 2014-08-15 22:04:48 +00:00
matthias.ringwald@gmail.com
a225073e6b mark filename as const string 2014-04-11 12:18:19 +00:00
matthias.ringwald@gmail.com
bde315ce6c renamed btstack config.h to btstack-config.h to allow for better integration with other projects 2014-01-19 16:45:57 +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
0d79c710aa define LOG_MESSAGE_PACKET and add support for HCI_DUMP_PACKETLOGGER and HCI_DUMP_STDOUT 2012-02-20 19:12:47 +00:00
matthias.ringwald
2df1222911 note 0xfc for comment/note in PacketLogger 2012-02-13 21:43:14 +00:00
matthias.ringwald
9ae0c3466a forgot to add global back 2012-02-07 22:15:31 +00:00
matthias.ringwald
b0a96cacda remove useless preprocessor macro 2012-02-07 21:15:19 +00:00
mila@ringwald.ch
a9cf4d774b use scope for case local variables 2012-01-05 22:11:13 +00:00
matthias.ringwald
c8901d41d6 use 'config.h' instead of '../config.h' to make standalone builds easier 2011-09-25 14:14:10 +00:00
matthias.ringwald
6c5c6faa60 hide __attribute__ from IAR 2011-08-22 16:53:25 +00:00
matthias.ringwald@gmail.com
d2fe945c6b use memset(addr, 0, len) instead of bzero(addr, len) to increase portability 2011-08-18 16:43:15 +00:00
matthias.ringwald
7c5f74833f no hci_dump_set_max_packets ofr EMBEDDED 2011-06-05 09:59:14 +00:00
matthias.ringwald
be93675935 provide option to HCI_DUMP_FULL_LOG 2011-03-19 18:39:03 +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
68e27c0fc4 comment code for embedded port 2010-07-04 16:06:32 +00:00
matthias.ringwald
c6448b6742 inlined hci_transport_h4.h 2010-06-04 18:09:01 +00:00
matthias.ringwald
1713bcea3a prepend all source files with 'new BSD' copyright header 2009-10-29 20:25:42 +00:00
matthias.ringwald
fe1ed1b8b6 keep track of HCI connections 2009-07-24 21:13:53 +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
c7b9c5599d add sys/stat.h for mode flags 2009-07-11 10:46:17 +00:00
matthias.ringwald
5e0fa50d74 use linux compatible mode flag 2009-07-11 10:45:06 +00:00
matthias.ringwald
d965992270 iPhone BT power cycling working\! 2009-06-04 20:30:03 +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