#
7382b6a1 |
| 09-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
group better
|
#
2d113871 |
| 09-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
also check write() error on packet type
|
#
2c4a8e6a |
| 20-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
put h4_reader_process into USE_HCI_READER_THREAD part
|
#
0c806b9a |
| 20-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
implemented HCI reader thread to handle fd where select doesn't work - work in progress
|
#
b90ae666 |
| 16-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't return error when write fails, just wait and try again - kudos to Eric for pointing out this flaw
|
#
622d0de9 |
| 16-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
streamline hci_transport interface: only have single send_packet(type,data,size)
|
#
11c41d51 |
| 25-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use buffers of size 1021 to fit 3-DH5 ACL packets, check buffer for SDP responses
|
#
10e830c9 |
| 18-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use single packet handler per protocol layer: hci_transport
|
#
c6448b67 |
| 04-Jun-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
inlined hci_transport_h4.h
|
#
22774593 |
| 28-May-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
test code to simulate remote name with invalid UTF-8 name
|
#
21113242 |
| 09-Jan-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix compile for posix platforms
|
#
76ca99b0 |
| 09-Jan-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
ignore invalid packet type identifier
|
#
1713bcea |
| 29-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
prepend all source files with 'new BSD' copyright header
|
#
94267192 |
| 22-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use stderr for errors, stdout for log
|
#
7b22b9bc |
| 09-Aug-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
removed ready paramter from data_source callbacks, added timer management functions to run loop
|
#
855ca3c6 |
| 12-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
remove hci h4 transport data_source from run_loop before free
|
#
b2ae9e32 |
| 12-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix bugs introduced yesterday
|
#
9bf70ccb |
| 09-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
achitectural change: hci_transport implementations must add itself to the run loop
|
#
efbae736 |
| 08-Jun-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
removed HCI debug printfs
|
#
7596e361 |
| 06-Jun-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
implemented run_loop compatible socket_server
|
#
bb96ef8c |
| 06-Jun-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
adapt hci_transport_t to directly sub-class data_source_t
|
#
d9659922 |
| 04-Jun-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
iPhone BT power cycling working\!
|
#
c095e79e |
| 03-Jun-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
actually close serial port on transport->close
|
#
8b658ebc |
| 27-May-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
cleaned up hci_dump integration, added support for Apple's PacketLogger, also store local timestamp
|
#
79662672 |
| 27-May-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add simple hci logger compatible to BlueZ's hcidump
|