.. |
bt_control_iphone.c
|
fix bugs introduced yesterday
|
2009-07-12 15:33:07 +00:00 |
bt_control_iphone.h
|
support configurable UART baud rate on iPhone
|
2009-05-26 20:20:31 +00:00 |
bt_control.h
|
use null_object for bt control, test power cycle
|
2009-06-03 21:21:12 +00:00 |
btstack.c
|
moved l2cap state machine to l2cap.c. added 'channel' parameter to packet header for socket communications. removed unused functions. dispatch btstack commands in daemon.c. renamed non-HCI commands
|
2009-07-31 21:41:15 +00:00 |
btstack.h
|
moved l2cap state machine to l2cap.c. added 'channel' parameter to packet header for socket communications. removed unused functions. dispatch btstack commands in daemon.c. renamed non-HCI commands
|
2009-07-31 21:41:15 +00:00 |
daemon.c
|
implemented l2cap_disconnect command
|
2009-08-08 21:29:38 +00:00 |
hci_cmds.c
|
implemented HCI disconnect command
|
2009-08-09 11:14:35 +00:00 |
hci_cmds.h
|
implemented HCI disconnect command
|
2009-08-09 11:14:35 +00:00 |
hci_dump.c
|
keep track of HCI connections
|
2009-07-24 21:13:53 +00:00 |
hci_dump.h
|
work on btstack client/server commands, allow logging to stdout using HCI_DUMP_STDOUT
|
2009-07-16 20:12:42 +00:00 |
hci_transport_h4.c
|
removed ready paramter from data_source callbacks, added timer management functions to run loop
|
2009-08-09 13:00:09 +00:00 |
hci_transport_h4.h
|
achitectural change: hci_transport implementations must add itself to the run loop
|
2009-07-09 18:49:43 +00:00 |
hci_transport_usb.c
|
moved l2cap state machine to l2cap.c. added 'channel' parameter to packet header for socket communications. removed unused functions. dispatch btstack commands in daemon.c. renamed non-HCI commands
|
2009-07-31 21:41:15 +00:00 |
hci_transport_usb.h
|
adapting usb test code into HCI transport abstraction
|
2009-07-08 22:21:02 +00:00 |
hci_transport.h
|
moved l2cap state machine to l2cap.c. added 'channel' parameter to packet header for socket communications. removed unused functions. dispatch btstack commands in daemon.c. renamed non-HCI commands
|
2009-07-31 21:41:15 +00:00 |
hci.c
|
only execute POWER_MODE commands when in the right HCI_STATE
|
2009-08-08 21:39:58 +00:00 |
hci.h
|
improve hci connection handling -> suppress create connection requests for connections already open and just emit connection complete event
|
2009-08-02 13:20:32 +00:00 |
l2cap_signaling.c
|
moved l2cap state machine to l2cap.c. added 'channel' parameter to packet header for socket communications. removed unused functions. dispatch btstack commands in daemon.c. renamed non-HCI commands
|
2009-07-31 21:41:15 +00:00 |
l2cap_signaling.h
|
moved l2cap state machine to l2cap.c. added 'channel' parameter to packet header for socket communications. removed unused functions. dispatch btstack commands in daemon.c. renamed non-HCI commands
|
2009-07-31 21:41:15 +00:00 |
l2cap.c
|
emit l2cap disconnect events when basedband connection closes
|
2009-08-08 21:55:55 +00:00 |
l2cap.h
|
emit l2cap disconnect events when basedband connection closes
|
2009-08-08 21:55:55 +00:00 |
linked_list.c
|
forgot to add the basic linked_list
|
2009-07-18 20:43:58 +00:00 |
linked_list.h
|
forgot to add the basic linked_list
|
2009-07-18 20:43:58 +00:00 |
Makefile.am
|
extract l2cap signaling code into l2cap_signaling
|
2009-07-23 21:55:36 +00:00 |
run_loop.c
|
removed ready paramter from data_source callbacks, added timer management functions to run loop
|
2009-08-09 13:00:09 +00:00 |
run_loop.h
|
removed ready paramter from data_source callbacks, added timer management functions to run loop
|
2009-08-09 13:00:09 +00:00 |
socket_connection.c
|
removed ready paramter from data_source callbacks, added timer management functions to run loop
|
2009-08-09 13:00:09 +00:00 |
socket_connection.h
|
moved l2cap state machine to l2cap.c. added 'channel' parameter to packet header for socket communications. removed unused functions. dispatch btstack commands in daemon.c. renamed non-HCI commands
|
2009-07-31 21:41:15 +00:00 |
utils.c
|
start with l2cap implementation
|
2009-07-28 21:04:16 +00:00 |
utils.h
|
fix l2cap signaling command dispatching
|
2009-07-30 19:40:06 +00:00 |