dc369792 | 22-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use socket_connection also for client, drop duplicate code in BTstack.c |
70f86d37 | 22-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
renamed socket_server to socket_connection. it will be used by both client and server |
59cc82e4 | 22-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
prepare socket_server to be used by both client and server |
ff2d8aac | 21-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix l2cap signal packet generation - connection to BT HID working now |
0af41d30 | 20-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fixing bugs created while copy \& paste of code without event a single test. example connects, does paring and gets stuck in l2cap statemachine |
b7df1c5a | 18-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
forgot to add the basic linked_list |
b9fa6cb5 | 18-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use casts also for 16-bit values |
31452deb | 17-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
client/server: client cmd received, but crash during response |
8adf0dda | 16-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
work on btstack client/server commands, allow logging to stdout using HCI_DUMP_STDOUT |
c13e4b9a | 16-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
alloc mem before using... :) |
1cd208ad | 16-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
untested code for BTstack lib connection to BTdaemon |
fd7ed8d4 | 14-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
also compile example/test.c - not working otherwise |
37ac9222 | 14-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
remove test code from daemon and put into example/test.c - not working yet |
49857181 | 14-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
prepare socket_server and hci for client/server use |
4918f63c | 13-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
implemented basic linked list and used it for the 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 |
71974eda | 12-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add socket server to run_loop |
b2ae9e32 | 12-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix bugs introduced yesterday |
74aad560 | 11-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
daemon.h not obsolete |
899e4c53 | 11-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
eliminate main.c in BTdaemon |
370399f9 | 11-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
correct kernel doesn't detach error handling |
c7b9c559 | 11-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add sys/stat.h for mode flags |
5e0fa50d | 11-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use linux compatible mode flag |
a8cd57ed | 11-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added install-iphone target, removed Makefile.iphone |
2d231ede | 11-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
started use of automake |