878 Commits

Author SHA1 Message Date
matthias.ringwald
855942a4c2 don't set local name - done by BTdaemon since 885 2010-08-21 22:43:11 +00:00
matthias.ringwald
8a485f27d7 set local name to hostname 2010-08-21 22:33:09 +00:00
matthias.ringwald
ab03c1a1f0 Edited wiki page Architecture through web user interface. 2010-08-20 19:15:17 +00:00
matthias.ringwald
d601461d60 Edited wiki page Architecture through web user interface. 2010-08-20 19:14:02 +00:00
matthias.ringwald
d27dc81603 Edited wiki page HCI through web user interface. 2010-08-20 19:12:13 +00:00
matthias.ringwald
52c56e86f7 Edited wiki page L2CAP through web user interface. 2010-08-20 19:08:14 +00:00
matthias.ringwald
deed0096a1 Edited wiki page L2CAP through web user interface. 2010-08-20 19:04:34 +00:00
matthias.ringwald
2c4a8e6a17 put h4_reader_process into USE_HCI_READER_THREAD part 2010-08-20 18:55:25 +00:00
matthias.ringwald
0c806b9a9e implemented HCI reader thread to handle fd where select doesn't work - work in progress 2010-08-19 22:54:20 +00:00
matthias.ringwald
556c0f73d1 get transport-speed from IORegistry and use it if baudrate == 0 2010-08-19 18:39:17 +00:00
matthias.ringwald
5da87c60c3 Edited wiki page through web user interface. 2010-08-18 18:47:45 +00:00
matthias.ringwald
a589c9e92f use /dev/uart.bluetooth on iPhone 2010-08-16 20:06:40 +00:00
matthias.ringwald
b90ae666ea don't return error when write fails, just wait and try again - kudos to Eric for pointing out this flaw 2010-08-16 17:26:46 +00:00
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