3138 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
c4a802709c added basic ble peripheral example 2014-11-19 23:22:44 +00:00
matthias.ringwald@gmail.com
3b5af72c13 configure CTS on P2.6 - requires wire from GPIO3 to RESET on EM Wireless Booster Pack 2014-11-19 23:04:57 +00:00
matthias.ringwald@gmail.com
e98890ca5e fixed typo 2014-11-19 22:17:31 +00:00
matthias.ringwald@gmail.com
5ffcfcf3c5 reset tx state before daemon event hci packet sent - avoids stalls 2014-11-19 22:14:29 +00:00
matthias.ringwald@gmail.com
1fd51e4555 Avoid link error with CCS 2014-11-19 19:30:24 +00:00
ole.reinhardt@googlemail.com
17d9831b7e Fixed buffer overflow in event package assembly in bnep_emit_incoming_connection() 2014-11-19 01:01:22 +00:00
ole.reinhardt@googlemail.com
0f62875543 Register panu service (server mode) and instanciate bnep device if a client connection has been
established
2014-11-19 01:01:16 +00:00
ole.reinhardt@googlemail.com
34e07d98fe Fixed connection request handling, read UUIDs in network byte order
Initialise service struct memory after allocation
2014-11-19 01:01:11 +00:00
matthias.ringwald@gmail.com
bb82004450 avoid read after free on disconnect 2014-11-18 22:08:21 +00:00
ole.reinhardt@googlemail.com
c523d53df2 Initialise l2cap channel struct with 0 after allocating memory (make valgrind happy) 2014-11-18 21:37:34 +00:00
ole.reinhardt@googlemail.com
a29c6a1c34 Fixed memory leak (unfreed allocated string memory) 2014-11-18 21:37:29 +00:00
ole.reinhardt@googlemail.com
f16a69bbd8 Fixed compiler warnings (comparision of signed with unsigned) 2014-11-18 21:37:23 +00:00
matthias.ringwald@gmail.com
b5d8b22b3c send remaining acl fragemnts first as they block the outgoing packet buffer 2014-11-18 14:48:29 +00:00
matthias.ringwald@gmail.com
d051460cdf don't release packet buffer if further fragments 2014-11-18 14:18:08 +00:00
matthias.ringwald@gmail.com
8fb59d68a7 fix typo 2014-11-18 12:56:47 +00:00
matthias.ringwald@gmail.com
eb37a75f1d fix use of max mtu for att server 2014-11-18 12:56:07 +00:00
ole.reinhardt@googlemail.com
4d7288b3ec Fixed panu_demo compile rule. panu_demo needs SDP_CLIENT libraries 2014-11-18 12:01:30 +00:00
matthias.ringwald@gmail.com
7734401659 add format for BTstack Version Event 2014-11-17 22:13:15 +00:00
matthias.ringwald@gmail.com
e18f87f465 catch execption in time parsing, relax hexdump parsing 2014-11-17 12:00:52 +00:00
matthias.ringwald@gmail.com
1df3b67945 fix log_* for embedded hci_dump 2014-11-16 23:34:46 +00:00
matthias.ringwald@gmail.com
08c6af59b7 fix use of RTS 2014-11-16 21:54:44 +00:00
matthias.ringwald@gmail.com
8304b81b86 added embedded_get_time_ms(void) 2014-11-16 21:19:23 +00:00
matthias.ringwald@gmail.com
5bb5bc3ed8 removed packet logging functionality (hci_dump, hexdump) from hci transport implementations and use hci_dump in hci.c instead 2014-11-16 20:05:18 +00:00
matthias.ringwald@gmail.com
1c1afe6ed3 fix text log handling 2014-11-15 23:41:54 +00:00
matthias.ringwald@gmail.com
2b1f4db731 log outgoing packets correctly 2014-11-15 23:40:54 +00:00
matthias.ringwald@gmail.com
4e83d0657a have hci_transport_h4_dma*.c log packets using hci dump 2014-11-15 23:28:32 +00:00
matthias.ringwald@gmail.com
c8049d01b4 started work on msp430f5529 + cc256x port 2014-11-15 23:07:12 +00:00
matthias.ringwald@gmail.com
8247341c6a hal_compat allows fartext read for compilers that doesn't support 20 bit addresses 2014-11-15 18:55:28 +00:00
matthias.ringwald@gmail.com
72b19bf647 removed older uCos port 2014-11-15 18:40:22 +00:00
matthias.ringwald@gmail.com
442b628805 removed old xcode project, added readme for ez430-rf2560 2014-11-15 18:04:05 +00:00
matthias.ringwald@gmail.com
193e9b112e restructured eZ430-RF2560 example into example/ez430-rf2560 2014-11-15 18:02:03 +00:00
matthias.ringwald@gmail.com
4b65c57fb5 removed files and added reference to platforms folder 2014-11-15 17:51:18 +00:00
matthias.ringwald@gmail.com
55586b5121 sort files into src, example, and firmware 2014-11-15 17:38:27 +00:00
matthias.ringwald@gmail.com
f61a6c2b1a use common init in main.c 2014-11-15 17:26:51 +00:00
matthias.ringwald@gmail.com
e5985bbbf8 removed duplicate gap_inquiry.c sdp_general_query.c sdp_rfcomm_query.c 2014-11-15 17:20:34 +00:00
matthias.ringwald@gmail.com
166c83b075 extracted spp_flowcontrol 2014-11-15 17:15:11 +00:00
matthias.ringwald@gmail.com
32342b0d7c use embedded spp_counter 2014-11-15 17:09:34 +00:00
matthias.ringwald@gmail.com
11d8b8aace separate sdp client objects 2014-11-15 17:06:55 +00:00
matthias.ringwald@gmail.com
49630161c9 move run_loop_posix.c to libusb Makefile 2014-11-15 16:50:55 +00:00
matthias.ringwald@gmail.com
0c1fb97e2b extract common Makefile.inc 2014-11-15 16:36:16 +00:00
matthias.ringwald@gmail.com
142d4fb28c added profile.gatt back 2014-11-15 16:06:17 +00:00
matthias.ringwald@gmail.com
c4b4f99005 duplicate gatt db in platforms/libusb 2014-11-14 20:50:05 +00:00
matthias.ringwald@gmail.com
9ce4c5c821 moved example/libusb into platforms/libusb 2014-11-14 20:48:17 +00:00
matthias.ringwald@gmail.com
6678f6b4ac extract hci_init into main.c 2014-11-14 20:42:29 +00:00
matthias.ringwald@gmail.com
2787d93e82 created libusb-main and started splitting code 2014-11-14 16:23:33 +00:00
matthias.ringwald@gmail.com
692bf63477 use VPATH to avoid cluttering .o files over the source tree 2014-11-14 16:11:06 +00:00
matthias.ringwald@gmail.com
e5693e117a use $^ in libusb Makefile to prepare for VPATH use 2014-11-14 16:02:12 +00:00
ole.reinhardt@googlemail.com
329f335a47 Implemented bnep connection timeout. Currently set to 10s
Added new event BNEP_EVENT_CHANNEL_TIMEOUT which is emittet as soon
as a the bnep connection establishment times out.
2014-11-13 00:28:01 +00:00
ole.reinhardt@googlemail.com
58729a1bdb Implemented bnep extension header parsing
Modified logging level for lots of log messages (log_info -> log_error)
2014-11-12 22:42:04 +00:00
matthias.ringwald@gmail.com
96328d92d0 fix compile for mingw with libusb in /usr/local 2014-11-12 10:18:05 +00:00