c0557808 | 22-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
return old packet handler |
452683d0 | 22-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use typedef for callback handler |
f32b992e | 21-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
map l2cap errors to general status code |
6f60b3f4 | 21-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
forward channel ID to client packet handler. only deliver payload to client instead of complete header incl acl + l2cap headers. fix examples |
03cfbabc | 19-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added status to L2CAP_CHANNEL_OPENED event |
f57a4e82 | 18-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
playing with the usb code |
fb84b45b | 18-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
usb on mac kind of working (l2cap connection opended but nothing happens after that |
790e3b27 | 18-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
usb on mac kind of working (l2cap connection opended but nothing happens after that |
6c9a8e59 | 18-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
Show alert when BTstack open fails because of no BTdaemon |
c35f2df1 | 18-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
allow to compile usb support again |
fe798a54 | 12-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't omit 3 when counting to 6 |
e29adc11 | 07-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
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 |
1f86f1bb | 06-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
merge event and data handler into general packet handler |
93ed97b3 | 05-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
move packet types to btstack.h or hci_cmds.h |
dc9af42b | 02-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use -f to remove examples |
50a0f007 | 01-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
rename run_loop.c to run_loop_posix.c and add run_loop_cocoa.m |
5f9c9ba9 | 30-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add printfs |
3d7d58e9 | 30-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
forgot to add new Makefile.in and create ./config folder |
6ee849a7 | 30-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
clarify event for Bluetooth status bar icon |
b360b6ad | 30-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
remove BTSTACK_EVENT_WORKING. Use BTSTACK_EVENT_STATE with state == HCI_STATE_WORKING instead |
b48a17ff | 30-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add printfs for spring board icon debugging, disable HCI logging as default |
97a34cd4 | 29-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
moved test macro to utils.h |
945627e4 | 29-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
removed internal functions from hci_cmds.h, more clean ups |
80d52d6b | 29-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
clean up command names and headers |
23053b9e | 28-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
organize headers: e.g. use <btstack/btstack.h> instead of "btstack.h" |