79 Commits

Author SHA1 Message Date
matthias.ringwald
f55bb93403 set bundle identifier 2009-10-25 16:50:37 +00:00
matthias.ringwald
4562cba5c5 clean up icon edges 2009-10-24 17:58:27 +00:00
matthias.ringwald
979044ba98 on applicationWillResignActive: just disconnect, power off and push 'don't know yet' 2009-10-24 16:31:40 +00:00
matthias.ringwald
d2e91376b2 improve user experience of BTstack Inquiry View: shorter inquiry interval, repeat inquiry while BT on 2009-10-24 15:40:40 +00:00
matthias.ringwald
95ce774257 check bt_open and show alert if not accessible 2009-10-24 15:30:14 +00:00
matthias.ringwald
6bc81084c3 disconnect connection to wiimote on exit -- just enforce it 2009-10-24 14:31:09 +00:00
matthias.ringwald
268eeeee3e update text shown during connect 2009-10-24 14:16:10 +00:00
matthias.ringwald
8a1967bd7f disable back button in GL view 2009-10-24 13:57:19 +00:00
matthias.ringwald
4f8ed4b8d4 auto-select Wiimote with name 'Nintendo RVL-CNT-01', disable selection button 2009-10-24 13:48:37 +00:00
matthias.ringwald
edeeb1de6a first version with inquiry view working 2009-10-23 21:53:38 +00:00
matthias.ringwald
141679a411 correct address of result field in CONNECTION_RESPONSE (really) 2009-10-23 21:38:30 +00:00
matthias.ringwald
5edccd66e5 move all inquiry related code from BTstackCocoaAppDelegate into BTInquiryViewController 2009-10-22 21:05:00 +00:00
matthias.ringwald
f32b992e39 map l2cap errors to general status code 2009-10-21 21:12:51 +00:00
matthias.ringwald
6f60b3f468 forward channel ID to client packet handler. only deliver payload to client instead of complete header incl acl + l2cap headers. fix examples 2009-10-21 19:58:40 +00:00
matthias.ringwald
f625128c99 updated plan 2009-10-19 20:54:03 +00:00
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
64dbd09233 update next steps 2009-10-18 18:43:39 +00:00
matthias.ringwald
287f9f01fb Show alert when BTstack init fails because of other stack 2009-10-18 09:21:54 +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
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