1409 Commits

Author SHA1 Message Date
matthias.ringwald
03cfbabc9a added status to L2CAP_CHANNEL_OPENED event 2009-10-19 20:21:32 +00:00
matthias.ringwald
f57a4e829f playing with the usb code 2009-10-18 21:06:57 +00:00
matthias.ringwald
fb84b45bcc usb on mac kind of working (l2cap connection opended but nothing happens after that 2009-10-18 20:49:46 +00:00
matthias.ringwald
790e3b27d6 usb on mac kind of working (l2cap connection opended but nothing happens after that 2009-10-18 20:49:27 +00:00
matthias.ringwald
6c9a8e599c Show alert when BTstack open fails because of no BTdaemon 2009-10-18 09:06:29 +00:00
matthias.ringwald
c35f2df118 allow to compile usb support again 2009-10-17 22:38:48 +00:00
matthias.ringwald
fe798a54df don't omit 3 when counting to 6 2009-10-11 23:09:31 +00:00
matthias.ringwald
e29adc1159 add support for Cocoa CoreFoundation run loop - not fully implemented but usable by clients, use ms instead of s for run_loop_set_timer function 2009-10-07 20:17:19 +00:00
matthias.ringwald
1f86f1bbfd merge event and data handler into general packet handler 2009-10-05 22:06:12 +00:00
matthias.ringwald
93ed97b351 move packet types to btstack.h or hci_cmds.h 2009-10-05 20:59:24 +00:00
matthias.ringwald
dc9af42b2c use -f to remove examples 2009-10-02 06:10:15 +00:00
matthias.ringwald
50a0f00727 rename run_loop.c to run_loop_posix.c and add run_loop_cocoa.m 2009-10-01 19:42:45 +00:00
matthias.ringwald
5f9c9ba9c5 add printfs 2009-09-30 21:32:38 +00:00
matthias.ringwald
3d7d58e9fa forgot to add new Makefile.in and create ./config folder 2009-09-30 20:44:48 +00:00
matthias.ringwald
6ee849a7da clarify event for Bluetooth status bar icon 2009-09-30 20:37:28 +00:00
matthias.ringwald
b360b6ad92 remove BTSTACK_EVENT_WORKING. Use BTSTACK_EVENT_STATE with state == HCI_STATE_WORKING instead 2009-09-30 20:29:30 +00:00
matthias.ringwald
b48a17ffb3 add printfs for spring board icon debugging, disable HCI logging as default 2009-09-30 19:25:56 +00:00
matthias.ringwald
97a34cd44c moved test macro to utils.h 2009-09-29 20:13:43 +00:00
matthias.ringwald
945627e442 removed internal functions from hci_cmds.h, more clean ups 2009-09-29 20:10:24 +00:00
matthias.ringwald
80d52d6be7 clean up command names and headers 2009-09-29 19:40:55 +00:00
matthias.ringwald
23053b9e43 organize headers: e.g. use <btstack/btstack.h> instead of "btstack.h" 2009-09-28 21:19:05 +00:00
matthias.ringwald
d416da4205 added crc-8 functions from BTnut code needed for RFCOMM 2009-09-24 19:36:52 +00:00
matthias.ringwald
7fdefb05bf build BTstack libraries, create Framework 2009-09-22 22:31:58 +00:00
matthias.ringwald
942671929b use stderr for errors, stdout for log 2009-09-22 20:03:48 +00:00
matthias.ringwald
56c253c9c9 use SpringBoardAccess extension to signal Bluetooth state 2009-09-20 15:49:42 +00:00
matthias.ringwald
ac2e07f8dd added quick test if Bluetooh UART can be opened before running BlueTool. Before Apple's Bluetooth did turn back on after it was turned off in the Settings 2009-09-13 21:03:22 +00:00
matthias.ringwald
038bc64c95 check BlueTool for error codes, emit HCI_EVENT_POWERON_FAILED event 2009-09-13 20:42:43 +00:00
matthias.ringwald
ba000abd41 reorganized ToDos 2009-09-02 09:19:52 +00:00
matthias.ringwald
b91e361c63 only quit BTdaemon when (re)started by launchd 2009-08-30 18:17:16 +00:00
matthias.ringwald
19c019b4eb provide copy of launch.h 2009-08-30 16:22:04 +00:00
matthias.ringwald
4460343e6f replace asl calls by printf for now 2009-08-30 15:57:52 +00:00
matthias.ringwald
d584792521 launchd startup basically working 2009-08-30 15:19:53 +00:00
matthias.ringwald
41851cf186 working on launchd integration - not working yet 2009-08-28 21:55:59 +00:00
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