3119 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
7c07076ad3 dispatch l2cap and rfcomm packets in java client 2014-12-09 23:44:34 +00:00
matthias.ringwald@gmail.com
25bf58726a disable attempt to encrypt connection to raise security level as it's not working 2014-12-09 23:34:29 +00:00
mila@ringwald.ch
9cda4cc9c3 fix service name 2014-12-09 23:33:52 +00:00
mila@ringwald.ch
a196831f1a add exception handling 2014-12-09 23:15:33 +00:00
mila@ringwald.ch
46f44c4421 remove rest key 2014-12-09 23:15:09 +00:00
matthias.ringwald@gmail.com
5d36487038 support variable size string as last field in events in java 2014-12-05 22:37:20 +00:00
mila@ringwald.ch
b708eb2d59 basic spp client 2014-12-04 16:22:19 +00:00
mila@ringwald.ch
5600833267 added l2cap, rfcomm data packet & send 2014-12-04 16:20:57 +00:00
mila@ringwald.ch
a8c5ee2406 create service search pattern from uuid16 fix 2014-12-04 13:57:11 +00:00
mila@ringwald.ch
0f35d59dc6 create service search pattern from uuid16 2014-12-04 13:00:46 +00:00
matthias.ringwald@gmail.com
21cd7d2f9b moved de_get_uint16 into sdp_utils 2014-12-04 09:40:43 +00:00
matthias.ringwald@gmail.com
834f893558 add de_get_uuid32 2014-12-04 09:34:35 +00:00
matthias.ringwald@gmail.com
f61ec82363 fix compile for AVR 2014-12-03 22:39:18 +00:00
mila@ringwald.ch
5ed6b7c818 HCI_EVENT_INQUIRY_RESULT docu added 2014-12-03 22:35:27 +00:00
matthias.ringwald@gmail.com
20ea11b9fd use PROGMEM on AVR architecture for log_ facilities 2014-12-03 22:33:36 +00:00
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