btstack/TODO.txt

55 lines
1.7 KiB
Plaintext
Raw Normal View History

2009-06-06 17:43:50 +00:00
/* new todo file for BTstack */
2009-11-08: Release 0.1
NEXT:
- figure out how to receive iPhone System Power IONotifications (in BTdaemon) to detect, when phone gets locked
- some trick
- use Cocoa run loop for background app?
2010-01-25 18:29:06 +00:00
- Add improved RFCOMM user-client
- use switch on RFCOMM control field in rfcomm.c packet handler
- move RFCOMM code into BTdaemon
- Provide BTstack Objective-C class
- CocoaTouch
- Warning and shutdown of Apple's stack
- add timeouts to cocoa run loop
2010-01-09 10:19:43 +00:00
- BUG: bt_close crashes when used in CocoaTouch app
- BUG: BTdaemon crashes on iPhone when CocoaTouch app is closed (sometimes)
2010-01-09 10:19:43 +00:00
== Release 0.2 - Incoming L2CAP supported + improved Inq Dialog
2009-09-15 21:19:19 +00:00
- extend SpringBoard feedback
- show alerts/messages using SpringBoardAcccess, e.g. Bluetooth disconnected by remote device
- add code to notify about remote disconnets
2009-08-09 23:05:55 +00:00
- configuration: /etc/btstack
- single Bluetooth module supported
- transport type: H4, H5, USB
2009-08-30 20:15:17 +00:00
- h4/h5: UART path
2009-08-09 23:05:55 +00:00
- usb: product/vendor ID
- logging mode: text, bluez, packetlogger
2009-08-05 11:23:46 +00:00
- implement rest of L2CAP state machine
- error handling
- error notification
- flow control
- reassembly/segmentation
- add configure option for uart flowcontrol
- create <btstack/errors.h>
2009-08-05 11:23:46 +00:00
2009-08-30 20:15:17 +00:00
== Release Version 0.3
- implement RFCOMM server
2009-08-05 11:23:46 +00:00
- implement SDP
- implement PAN
2009-08-30 20:15:17 +00:00
== Release Version 0.4
2009-09-29 19:49:34 +00:00
- unify packet generation
- btstack events
- cmd packets
- l2cap commands
- auto-generate code for sending commands from structured text input file
- devise concept for access to event data
- auto-generate event struct getter? STRUCTURE_get_FIELD
2009-08-15 19:52:46 +00:00
- Bluetooth low-power modes useful
2009-10-18 21:06:57 +00:00
== USB Support ==
2010-01-09 10:19:43 +00:00
- Store array of data sources to be able to remove them on usb_close