865 Commits

Author SHA1 Message Date
matthias.ringwald
622d0de9a0 streamline hci_transport interface: only have single send_packet(type,data,size) 2010-08-16 17:23:22 +00:00
matthias.ringwald
4c744e2140 use constant for NR_BUFFERED_ACL_PACKETS and increase to 3 2010-08-16 17:04:39 +00:00
matthias.ringwald
2906b41207 Edited wiki page through web user interface. 2010-08-14 19:37:52 +00:00
matthias.ringwald
f096d74f23 add link key/pairing handling 2010-08-14 13:49:29 +00:00
matthias.ringwald
d960624e9e really use l2cap_create_channel_mtu 2010-08-10 21:04:44 +00:00
matthias.ringwald
7af1ca8593 allow for 3- and 5-slot packets 2010-08-10 20:51:51 +00:00
matthias.ringwald
15470d2718 allow specify MTU for outgoing l2cap connections (was 150 before) 2010-08-10 20:43:55 +00:00
matthias.ringwald
fa2b26270d use user specified MTU instead of 150 2010-08-10 19:29:16 +00:00
matthias.ringwald
7d592cf44a don't send when in server mode 2010-08-10 18:45:02 +00:00
matthias.ringwald
4d8a3619b1 Edited wiki page through web user interface. 2010-08-08 18:33:02 +00:00
matthias.ringwald
e0781d11b1 Edited wiki page through web user interface. 2010-08-08 18:29:19 +00:00
matthias.ringwald
df33c7a6dc add const to hci_cmd_t for bt_send_cmd, too. Add C++ link protection to public headers 2010-08-08 18:17:48 +00:00
matthias.ringwald
fe35119d8a mark hci cmd templates as const to save RAM 2010-08-08 18:10:45 +00:00
matthias.ringwald
856c7144e5 added bzero for embedded systems 2010-08-08 17:59:59 +00:00
matthias.ringwald
2f6c30e14b correct custom init calling code 2010-08-05 20:37:33 +00:00
matthias.ringwald
f9a30166ed removed bt_control_t null_control 2010-08-05 20:23:06 +00:00
matthias.ringwald
9091920332 send custom init code if nececessary 2010-08-05 20:13:02 +00:00
matthias.ringwald
77c915711e add function to allow custom BT module initialization 2010-08-05 20:04:03 +00:00
matthias.ringwald
866d626ba4 add bzero for embedded targets 2010-08-03 19:57:39 +00:00
matthias.ringwald
65793526c2 fully noop dump timers 2010-08-03 19:47:36 +00:00
matthias.ringwald
b114010b51 send output to correct stream, fix C99 compile problem 2010-08-03 19:46:08 +00:00
matthias.ringwald
764a330277 Edited wiki page through web user interface. 2010-08-02 20:37:56 +00:00
matthias.ringwald
29e511ca97 Edited wiki page through web user interface. 2010-08-02 19:43:47 +00:00
matthias.ringwald
57eeee0d0c Edited wiki page through web user interface. 2010-08-01 09:37:06 +00:00
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