matthias.ringwald
|
cc6abc3278
|
added --enable-launchd configure flag
|
2009-08-28 20:37:48 +00:00 |
|
matthias.ringwald
|
9edc874259
|
added capture mode to get all ACL packets from client app, started BTstack Man-in-the-Middle implementation
|
2009-08-24 21:56:12 +00:00 |
|
matthias.ringwald
|
c1f4fa9737
|
work on launchd plist
|
2009-08-20 22:54:29 +00:00 |
|
matthias.ringwald
|
d02d25349c
|
updated plan
|
2009-08-19 21:31:40 +00:00 |
|
matthias.ringwald
|
e5f8862c28
|
created launchd plist for automatic start of BTdaemon on Mac & iPhone
|
2009-08-19 21:06:05 +00:00 |
|
matthias.ringwald
|
1c2ee57428
|
imlement socket connection over UNIX domain sockets
|
2009-08-19 20:09:30 +00:00 |
|
matthias.ringwald
|
5390b7fce0
|
tried to set Bluetooth Status Bar Icon from command daemon, but does not work - deferred for now
|
2009-08-19 19:06:47 +00:00 |
|
matthias.ringwald
|
3a4b7e1270
|
fixed compilation of platform_iphone.m
|
2009-08-16 22:04:31 +00:00 |
|
matthias.ringwald
|
71bc26330c
|
disabled platform_iphone.m for now as make fails for some reason
|
2009-08-16 22:00:58 +00:00 |
|
matthias.ringwald
|
ac3013478d
|
start collecting iPhone specific stuff in platform_iphone.m
|
2009-08-15 21:32:06 +00:00 |
|
matthias.ringwald
|
43bfb1bd9c
|
trace Bluetooth status in daemon
|
2009-08-15 21:31:23 +00:00 |
|
matthias.ringwald
|
623c593c7d
|
added handler to shutdown on CTRL-C
|
2009-08-15 19:52:46 +00:00 |
|
matthias.ringwald
|
fea43cd044
|
support Broadcom Bluetooth chipset in iPhone 3GS
|
2009-08-11 22:27:23 +00:00 |
|
matthias.ringwald
|
555971d7f5
|
automatic turn off Bluetooth after 1 minutes idle
|
2009-08-09 20:18:34 +00:00 |
|
matthias.ringwald
|
ee091cf1fd
|
automatic HCI link disconnect
|
2009-08-09 18:39:53 +00:00 |
|
matthias.ringwald
|
c52bf64daa
|
if client conenctions breaks, close all L2CAP channels used by client
|
2009-08-09 17:17:00 +00:00 |
|
matthias.ringwald
|
436a4afbf2
|
implemented timer handling in run loop
|
2009-08-09 13:49:02 +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
|
1b1784d0b0
|
implemented HCI disconnect command
|
2009-08-09 11:14:35 +00:00 |
|
matthias.ringwald
|
27a923d075
|
emit l2cap disconnect events when basedband connection closes
|
2009-08-08 21:55:55 +00:00 |
|
matthias.ringwald
|
f12adbd6cc
|
only execute POWER_MODE commands when in the right HCI_STATE
|
2009-08-08 21:39:58 +00:00 |
|
matthias.ringwald
|
f62db1e31a
|
implemented l2cap_disconnect command
|
2009-08-08 21:29:38 +00:00 |
|
matthias.ringwald
|
dc32489f4e
|
fix l2cap data sending - WiiMote now reports acceleration data
|
2009-08-02 13:32:55 +00:00 |
|
matthias.ringwald
|
c8e4258af8
|
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 |
|
matthias.ringwald
|
fcadd0ca34
|
streamline event forwarding in BTdaemon stack
|
2009-08-02 10:51:41 +00:00 |
|
matthias.ringwald
|
1e6aba4769
|
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 |
|
matthias.ringwald
|
31ce42f9cd
|
add l2cap_send function. use source_cid to identify channels on client - dest_cid is choosen by remote side and may not be unique on client
|
2009-07-30 20:14:54 +00:00 |
|
matthias.ringwald
|
bb53b2914c
|
fix l2cap signaling command dispatching
|
2009-07-30 19:40:06 +00:00 |
|
matthias.ringwald
|
629ab2647c
|
try WiiMote - not working yet
|
2009-07-29 21:49:53 +00:00 |
|
matthias.ringwald
|
87ea0ea477
|
implemented minimal outgoing-only L2CAP state machine, BT HID connection in test.c working
|
2009-07-29 21:06:04 +00:00 |
|
matthias.ringwald
|
da269baadb
|
start with l2cap implementation
|
2009-07-28 21:04:16 +00:00 |
|
matthias.ringwald
|
ee8bf225e1
|
implement power control by client (only single user mode yet) with hci_set_power_mode command
|
2009-07-24 21:37:45 +00:00 |
|
matthias.ringwald
|
fe1ed1b8b6
|
keep track of HCI connections
|
2009-07-24 21:13:53 +00:00 |
|
matthias.ringwald
|
b77926b5ca
|
fix ACL send
|
2009-07-24 21:13:25 +00:00 |
|
matthias.ringwald
|
06b35ec001
|
added functions to get connectinon_t for a given connection handle or a bd_addr
|
2009-07-24 20:17:46 +00:00 |
|
matthias.ringwald
|
95cbd9471c
|
extract l2cap signaling code into l2cap_signaling
|
2009-07-23 21:55:36 +00:00 |
|
matthias.ringwald
|
ba681a6c12
|
extract utility functions into utils.c
|
2009-07-23 21:43:37 +00:00 |
|
matthias.ringwald
|
d8905019be
|
extract code for HCI Command packet construction into hci_cmds.c
|
2009-07-23 21:25:39 +00:00 |
|
matthias.ringwald
|
dc369792cb
|
use socket_connection also for client, drop duplicate code in BTstack.c
|
2009-07-22 21:31:35 +00:00 |
|
matthias.ringwald
|
70f86d379d
|
renamed socket_server to socket_connection. it will be used by both client and server
|
2009-07-22 20:27:00 +00:00 |
|
matthias.ringwald
|
59cc82e457
|
prepare socket_server to be used by both client and server
|
2009-07-22 20:21:22 +00:00 |
|
matthias.ringwald
|
ff2d8aacc9
|
fix l2cap signal packet generation - connection to BT HID working now
|
2009-07-21 19:14:04 +00:00 |
|
matthias.ringwald
|
0af41d30f6
|
fixing bugs created while copy \& paste of code without event a single test. example connects, does paring and gets stuck in l2cap statemachine
|
2009-07-20 21:39:43 +00:00 |
|
matthias.ringwald
|
b7df1c5af1
|
forgot to add the basic linked_list
|
2009-07-18 20:43:58 +00:00 |
|
matthias.ringwald
|
b9fa6cb54b
|
use casts also for 16-bit values
|
2009-07-18 08:06:03 +00:00 |
|
matthias.ringwald
|
31452debc2
|
client/server: client cmd received, but crash during response
|
2009-07-16 22:04:11 +00:00 |
|
matthias.ringwald
|
8adf0dda45
|
work on btstack client/server commands, allow logging to stdout using HCI_DUMP_STDOUT
|
2009-07-16 20:12:42 +00:00 |
|
matthias.ringwald
|
c13e4b9a30
|
alloc mem before using... :)
|
2009-07-16 19:09:17 +00:00 |
|
matthias.ringwald
|
1cd208ad37
|
untested code for BTstack lib connection to BTdaemon
|
2009-07-15 22:12:54 +00:00 |
|
matthias.ringwald
|
fd7ed8d4e2
|
also compile example/test.c - not working otherwise
|
2009-07-14 20:41:14 +00:00 |
|