2009-06-06 17:43:50 +00:00
|
|
|
/* new todo file for BTstack */
|
|
|
|
|
2009-08-30 20:01:30 +00:00
|
|
|
Last milestone reached: BTdaemon automatically started by launchd on Mac and iPhone
|
2009-08-09 11:14:35 +00:00
|
|
|
|
2009-08-05 11:23:46 +00:00
|
|
|
NEXT:
|
2009-08-30 20:01:30 +00:00
|
|
|
- create a SpringBoardAccess MobileSubstrate Extension
|
2009-09-02 09:19:52 +00:00
|
|
|
- in SpringBoard hook, start datagram Unix domain or mach port server
|
2009-08-30 20:01:30 +00:00
|
|
|
- control Status bar icons
|
2009-09-02 09:19:52 +00:00
|
|
|
- show alerts/messages, e.g. Bluetooth disconnected by remote device
|
|
|
|
- add code to toggle status bar icons via the SpringBoardAcess extension
|
|
|
|
- add code to notify about remote disconnets
|
|
|
|
- create script to build APT package
|
|
|
|
- create pgp key and sign APT package
|
|
|
|
- provide test version at http://btstack.ringwald.ch
|
2009-09-15 19:43:17 +00:00
|
|
|
- clean up debug output: seperate messages from errors
|
2009-09-13 20:42:43 +00:00
|
|
|
- decide on error reporting
|
|
|
|
- command_status_event with custom errors
|
|
|
|
- hci open failed
|
|
|
|
- btstack error
|
2009-08-30 20:15:17 +00:00
|
|
|
== Release Version 0.1
|
|
|
|
- implement rest of L2CAP state machine
|
|
|
|
- incoming connections
|
|
|
|
- list of supported PSM
|
|
|
|
- commands and events
|
2009-08-30 20:01:30 +00:00
|
|
|
- better deal with Apple stack
|
2009-08-19 21:31:40 +00:00
|
|
|
- figure out how to shut it down
|
|
|
|
- user interface
|
2009-09-02 09:19:52 +00:00
|
|
|
- Detect and handle iPhone sleep mode
|
2009-08-30 20:01:30 +00:00
|
|
|
- CocoaTouch User Interface Components
|
2009-08-15 19:52:46 +00:00
|
|
|
- Inquiry
|
2009-08-30 20:01:30 +00:00
|
|
|
- Alerts and shutdown of Apple's stack
|
2009-08-30 20:15:17 +00:00
|
|
|
== Release 0.2 - Incoming L2CAP supported + UI Support
|
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
|
2009-08-28 20:37:48 +00:00
|
|
|
- automatic disable of alternative Bluetooth Stack (e.g., BTServer on iPhone)
|
2009-07-30 21:48:30 +00:00
|
|
|
- DEMOS:
|
2009-08-05 11:23:46 +00:00
|
|
|
- BTstack-cmd
|
2009-07-30 21:48:30 +00:00
|
|
|
- info
|
|
|
|
- inquiry
|
|
|
|
- remote name
|
|
|
|
- open/close l2cap connection
|
|
|
|
- evtl. SDP browser
|
2009-08-05 11:23:46 +00:00
|
|
|
|
2009-08-30 20:15:17 +00:00
|
|
|
== Release Version 0.3
|
2009-08-05 11:23:46 +00:00
|
|
|
- implement RFCOMM
|
|
|
|
- implement SDP
|
|
|
|
- implement PAN
|
|
|
|
|
2009-08-30 20:15:17 +00:00
|
|
|
== Release Version 0.4
|
2009-07-31 21:41:15 +00:00
|
|
|
- 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
|