841 Commits

Author SHA1 Message Date
matthias.ringwald
91b99603ac grant new credits right after receiving previous packet 2010-08-01 09:18:34 +00:00
matthias.ringwald
4432c68696 Edited wiki page through web user interface. 2010-07-31 21:41:05 +00:00
matthias.ringwald
a59fb47b50 removed another log statement 2010-07-31 20:38:10 +00:00
matthias.ringwald
b649e1baa5 also test outgoing l2cap connection 2010-07-31 20:37:51 +00:00
matthias.ringwald
9f7548da95 created tool for l2cap throughput test 2010-07-31 20:01:48 +00:00
matthias.ringwald
4b37a55f70 Edited wiki page through web user interface. 2010-07-31 15:01:22 +00:00
matthias.ringwald
8ea03fa513 flow control working, disable some dbg msgs 2010-07-31 09:07:48 +00:00
matthias.ringwald
0e7bc007cb fix compile 2010-07-30 20:23:55 +00:00
matthias.ringwald
c3b820cfe6 only grant credits on open connections 2010-07-30 20:21:19 +00:00
matthias.ringwald
0535257c6f Edited wiki page through web user interface. 2010-07-30 19:19:42 +00:00
matthias.ringwald
8d371091e8 handle number of completed packets and hand out credits 2010-07-30 19:17:41 +00:00
matthias.ringwald
413c8916a6 Edited wiki page through web user interface. 2010-07-29 20:05:14 +00:00
matthias.ringwald
59ebb2f8a4 implement draft of socket_connection_retry_parked 2010-07-29 20:02:52 +00:00
matthias.ringwald
0f225e959d Edited wiki page through web user interface. 2010-07-29 19:47:18 +00:00
matthias.ringwald
6a38fc08d9 added linked_list_empty 2010-07-29 19:46:12 +00:00
matthias.ringwald
6218e6f12b add counters for flow control, channel credits event, return -1 if no space in BT module 2010-07-29 19:35:34 +00:00
matthias.ringwald
c7a78ec387 Edited wiki page through web user interface. 2010-07-29 18:39:27 +00:00
matthias.ringwald
19ea7a646d park connection, if dispatch fails 2010-07-29 18:38:41 +00:00
matthias.ringwald
ad6565ef00 Edited wiki page through web user interface. 2010-07-29 18:34:19 +00:00
matthias.ringwald
8dd67f0fa9 add list of parked conenctions 2010-07-29 18:31:55 +00:00
matthias.ringwald
084bd1d141 Edited wiki page through web user interface. 2010-07-29 18:27:49 +00:00
matthias.ringwald
df388213ca Edited wiki page through web user interface. 2010-07-29 18:25:21 +00:00
matthias.ringwald
7cd486c7a1 added linked_list_add_tail to append at end of list 2010-07-29 18:23:08 +00:00
matthias.ringwald
bb0b241aec Edited wiki page through web user interface. 2010-07-29 18:13:14 +00:00
matthias.ringwald
1e67635ac4 defined socket_connection_retry_parked_random() to re-dispatch packets previously received 2010-07-28 21:20:42 +00:00
matthias.ringwald
9f63451023 Edited wiki page through web user interface. 2010-07-28 21:07:26 +00:00
matthias.ringwald
998906cd83 track number of outgoing packets in BT module 2010-07-28 19:12:39 +00:00
matthias.ringwald
60ee98dc6b Edited wiki page through web user interface. 2010-07-26 17:50:01 +00:00
matthias.ringwald
a4843cf1fd Edited wiki page through web user interface. 2010-07-25 15:52:40 +00:00
matthias.ringwald
56cf178b4d keep track of ACL packets in controller 2010-07-25 15:51:03 +00:00
matthias.ringwald
f305372e64 Edited wiki page through web user interface. 2010-07-25 15:13:01 +00:00
matthias.ringwald
e2edc0c398 read buffer size on hci init 2010-07-25 15:11:33 +00:00
matthias.ringwald
3ba22b71f3 use buffers of size 1021 to fit 3-DH5 ACL packets 2010-07-25 14:34:10 +00:00
matthias.ringwald
2b2086f05c Edited wiki page through web user interface. 2010-07-25 12:46:35 +00:00
matthias.ringwald
e4854020c1 Edited wiki page through web user interface. 2010-07-25 12:41:45 +00:00
matthias.ringwald
e640356ff0 Edited wiki page through web user interface. 2010-07-25 12:29:13 +00:00
matthias.ringwald
11c41d51ae use buffers of size 1021 to fit 3-DH5 ACL packets, check buffer for SDP responses 2010-07-25 12:28:23 +00:00
matthias.ringwald
47f1a3c4d8 also dump strings in service records 2010-07-25 12:25:30 +00:00
matthias.ringwald
daaf8dca23 Edited wiki page through web user interface. 2010-07-25 12:02:43 +00:00
matthias.ringwald
3c9a84f58b Edited wiki page through web user interface. 2010-07-24 20:48:48 +00:00
matthias.ringwald
6b296a2712 allow to set packet handler for internal l2cap connections 2010-07-19 18:02:02 +00:00
matthias.ringwald
81aa29cbfd remove dependency on socket_connection.h in sdp 2010-07-19 17:53:46 +00:00
matthias.ringwald
36944dff77 remove dependency on socket_connection.h in l2cap 2010-07-19 17:50:59 +00:00
matthias.ringwald
3b1127e247 re-route hci event handling 2010-07-18 17:14:11 +00:00
matthias.ringwald
b502e1b06d use single packet handler per protocol layer: l2cap 2010-07-18 17:05:56 +00:00
matthias.ringwald
2718e2e7a1 use single packet handler per protocol layer: hci 2010-07-18 16:30:16 +00:00
matthias.ringwald
10e830c982 use single packet handler per protocol layer: hci_transport 2010-07-18 16:14:55 +00:00
matthias.ringwald
78a6f10031 fix unbelievable hard code for deleting items in linked list while iterating over it 2010-07-17 18:39:51 +00:00
matthias.ringwald
39ce35a7ca fix list removal while iterating over it 2010-07-17 16:59:35 +00:00
matthias.ringwald
eaf0c42fae keep some test code 2010-07-17 16:58:54 +00:00