59 Commits

Author SHA1 Message Date
matthias.ringwald
8396a0038f unify RFCOMM frame creation 2009-10-17 09:40:36 +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
afffcd7487 update todo 2009-10-05 22:06:41 +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
8ce585cf3e fix double free in SpringBoardAccess 2009-09-30 21:07:28 +00:00
matthias.ringwald
733146222d deferred error reporting cleanup 2009-09-29 19:49:34 +00:00
matthias.ringwald
80d52d6be7 clean up command names and headers 2009-09-29 19:40:55 +00:00
matthias.ringwald
1c92962c87 reorder todos 2009-09-28 21:59:50 +00:00
matthias.ringwald
f4ed3ab876 create script to build APT package for BTdeamon, Resources, and BTstack client library 2009-09-28 21:57:48 +00:00
matthias.ringwald
24e5ff80f7 update todo 2009-09-28 21:48:22 +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
ad2d687d4d ldid can be used (--enable-ldid) to sign binaries ; use Makefile.in instead of Makefile.am in example 2009-09-28 20:53:02 +00:00
matthias.ringwald
53bccd4f19 set install_name for library, don't build Framework 2009-09-28 18:18:03 +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
a04cd8c2ab no need to check if installed in SpringBoard when using MobileSubstrate filter 2009-09-20 18:26:55 +00:00
matthias.ringwald
56c253c9c9 use SpringBoardAccess extension to signal Bluetooth state 2009-09-20 15:49:42 +00:00
matthias.ringwald
a376a19bd1 SpringBoardAcess extension working 2009-09-20 15:07:11 +00:00
matthias.ringwald
c4e21bc48a updated ToDo 2009-09-15 21:19:19 +00:00
matthias.ringwald
6485f95a9a use config subdir to reduce clutter 2009-09-15 19:43:17 +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
0feaf6f2d9 update TODO and 3rdparty/README 2009-08-30 20:15:17 +00:00
matthias.ringwald
c56e36a14b update TODO, added 3rdparty/README, create SpringBoardAccess folder 2009-08-30 20:01:30 +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
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
71bc26330c disabled platform_iphone.m for now as make fails for some reason 2009-08-16 22:00:58 +00:00
matthias.ringwald
43bfb1bd9c trace Bluetooth status in daemon 2009-08-15 21:31:23 +00:00
matthias.ringwald
901368b879 first take on status icons: flipped horizontally and orange 2009-08-15 20:33:12 +00:00
matthias.ringwald
623c593c7d added handler to shutdown on CTRL-C 2009-08-15 19:52:46 +00:00
matthias.ringwald
e38cc01ce7 reorg next steps 2009-08-09 23:05:55 +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
83cde76334 updated next steps 2009-08-09 13:55:54 +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
f62db1e31a implemented l2cap_disconnect command 2009-08-08 21:29:38 +00:00
matthias.ringwald
04cb695e90 updated plan 2009-08-05 11:23:46 +00:00
matthias.ringwald
ce30eed8ef getting closer 2009-08-02 19:56:45 +00:00
matthias.ringwald
cd15c356ac first working version 2009-08-02 18:44:07 +00:00