3054 Commits

Author SHA1 Message Date
mila@ringwald.ch
7fe7736638 added log error if peripheral mtu is not iniitalized 2014-12-03 22:33:07 +00:00
mila@ringwald.ch
898d522e43 document max_mtu and mtu of att_connection 2014-12-03 22:17:25 +00:00
mila@ringwald.ch
54f81772cb crash test 2014-12-03 21:07:00 +00:00
matthias.ringwald@gmail.com
21b856f39b add additional cast to generated memory pool code 2014-12-03 20:45:56 +00:00
matthias.ringwald@gmail.com
66771e4d3a emit GATT_QUERY_COMPLETE for Read Characteristic Value and Read Characteristic Descriptor 2014-12-03 20:40:53 +00:00
mila@ringwald.ch
6e2e9a6bab fix crash on connection failure 2014-12-01 22:52:32 +00:00
matthias.ringwald@gmail.com
b8ae030f35 log long characteristic value event and gatt query complete events 2014-12-01 20:58:06 +00:00
mila@ringwald.ch
1bf0402bfe mocked timer, removed run loop dependency, not all tests work 2014-11-28 22:36:18 +00:00
mila@ringwald.ch
e00e1ae87e fixed test compile 2014-11-28 16:08:08 +00:00
mila@ringwald.ch
3f831cdeba added casting to get methods 2014-11-28 15:59:09 +00:00
mila@ringwald.ch
65c99e508f ignore space in front od define tag 2014-11-28 14:52:57 +00:00
mila@ringwald.ch
7018dc4b79 added rfcomm events annotation, packets with variable data are not yet included 2014-11-28 14:52:16 +00:00
mila@ringwald.ch
02f4e00d16 finished hci cmds annotation 2014-11-28 11:10:16 +00:00
mila@ringwald.ch
0d7c65122a updated copyright header 2014-11-27 13:20:52 +00:00
matthias.ringwald@gmail.com
23a77e1a6f drop old fragments if new first fragment is received 2014-11-20 15:44:57 +00:00
matthias.ringwald@gmail.com
0ca847af67 add buffer overrun checks to ACL recombination 2014-11-20 15:11:50 +00:00
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