30 Commits

Author SHA1 Message Date
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
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
10e830c982 use single packet handler per protocol layer: hci_transport 2010-07-18 16:14:55 +00:00
matthias.ringwald
c6448b6742 inlined hci_transport_h4.h 2010-06-04 18:09:01 +00:00
matthias.ringwald
2277459341 test code to simulate remote name with invalid UTF-8 name 2010-05-28 21:34:12 +00:00
matthias.ringwald
21113242b1 fix compile for posix platforms 2010-01-09 21:27:47 +00:00
matthias.ringwald
76ca99b0d3 ignore invalid packet type identifier 2010-01-09 00:40:01 +00:00
matthias.ringwald
1713bcea3a prepend all source files with 'new BSD' copyright header 2009-10-29 20:25:42 +00:00
matthias.ringwald
942671929b use stderr for errors, stdout for log 2009-09-22 20:03:48 +00:00
matthias.ringwald
7b22b9bc7d removed ready paramter from data_source callbacks, added timer management functions to run loop 2009-08-09 13:00:09 +00:00
matthias.ringwald
855ca3c659 remove hci h4 transport data_source from run_loop before free 2009-07-12 19:42:27 +00:00
matthias.ringwald
b2ae9e32ee fix bugs introduced yesterday 2009-07-12 15:33:07 +00:00
matthias.ringwald
9bf70ccba9 achitectural change: hci_transport implementations must add itself to the run loop 2009-07-09 18:49:43 +00:00
matthias.ringwald
efbae73623 removed HCI debug printfs 2009-06-08 21:27:23 +00:00
matthias.ringwald
7596e361ff implemented run_loop compatible socket_server 2009-06-06 21:10:20 +00:00
matthias.ringwald
bb96ef8cd9 adapt hci_transport_t to directly sub-class data_source_t 2009-06-06 19:52:36 +00:00
matthias.ringwald
d965992270 iPhone BT power cycling working\! 2009-06-04 20:30:03 +00:00
matthias.ringwald
c095e79e4d actually close serial port on transport->close 2009-06-03 21:33:31 +00:00
matthias.ringwald
8b658ebcf8 cleaned up hci_dump integration, added support for Apple's PacketLogger, also store local timestamp 2009-05-27 20:22:19 +00:00
matthias.ringwald
7966267251 add simple hci logger compatible to BlueZ's hcidump 2009-05-26 22:50:30 +00:00
matthias.ringwald
f109cc1b60 prepare for higher baudrates 2009-05-25 21:06:00 +00:00
matthias.ringwald
97addcc576 implement iPhone control using BlueTool 2009-05-19 21:49:12 +00:00
matthias.ringwald
22909952ea move hci event handling into hci.c 2009-05-17 20:51:48 +00:00
matthias.ringwald
ea6387df26 implement acl parser state machine, use READ_BT_{16,24,32} macros 2009-05-10 20:23:56 +00:00
matthias.ringwald
554588a5c7 cleanups 2009-05-09 17:45:45 +00:00
matthias.ringwald
2e36e02a26 minimal h4 statemachine, reset + inq demo 2009-05-08 21:37:54 +00:00
matthias.ringwald
475c8125ef towards a basic test app 2009-05-03 21:28:40 +00:00
matthias.ringwald
3363fde1ec correct file names 2009-04-30 19:42:04 +00:00
matthias.ringwald
c4e84d5d3f correct file names 2009-04-30 19:41:19 +00:00