2009-06-06 17:43:50 +00:00
|
|
|
/* new todo file for BTstack */
|
|
|
|
|
2009-08-09 11:14:35 +00:00
|
|
|
Last milestone reached: Restart client app without restarting BTdaemon possible
|
|
|
|
|
2009-08-05 11:23:46 +00:00
|
|
|
NEXT:
|
2009-08-19 21:06:05 +00:00
|
|
|
- autostart by launchd: ch.ringwald.BTstack.plist
|
2009-08-20 22:54:29 +00:00
|
|
|
- get it to work on iPhone
|
2009-08-24 21:56:12 +00:00
|
|
|
- read kevent docu in chapter 9
|
|
|
|
- follow Mac OS X Interal exampe of using kevent to accept connections
|
2009-08-19 21:31:40 +00:00
|
|
|
- better deal with Apple stack
|
2009-08-20 22:54:29 +00:00
|
|
|
- detect if it is running
|
2009-08-19 21:31:40 +00:00
|
|
|
- figure out how to shut it down
|
|
|
|
- user interface
|
2009-08-19 19:06:47 +00:00
|
|
|
- iPhone status icon support
|
|
|
|
- set BTstack SpringBoard icon from background deamon
|
|
|
|
- possible without MobileSubstrate
|
|
|
|
- MobileSubstrate used by veency
|
2009-08-20 22:54:29 +00:00
|
|
|
- Detect and handle iPhone sleep mode
|
2009-08-15 19:52:46 +00:00
|
|
|
- Cocoa User Interface Components
|
|
|
|
- Alert and shutdown of Apple's stack
|
|
|
|
- Inquiry
|
2009-08-05 11:23:46 +00:00
|
|
|
=== BTdaemon can run always
|
|
|
|
- implement rest of L2CAP state machine
|
|
|
|
- incoming connections
|
2009-08-09 17:17:00 +00:00
|
|
|
- list of supported PSM
|
|
|
|
- commands and events
|
2009-08-05 11:23:46 +00:00
|
|
|
=== Incoming L2CAP supported
|
2009-08-09 23:05:55 +00:00
|
|
|
- configuration: /etc/btstack
|
|
|
|
- single Bluetooth module supported
|
|
|
|
- transport type: H4, H5, USB
|
|
|
|
- h4/h5: usart name
|
|
|
|
- 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-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
|
|
|
|
|
|
|
== Release Version 0.1
|
|
|
|
- implement RFCOMM
|
|
|
|
- implement SDP
|
|
|
|
- implement PAN
|
|
|
|
|
|
|
|
== Release Version 0.2
|
2009-07-31 21:41:15 +00:00
|
|
|
- naming conventions for various layers
|
|
|
|
- if all control is done by pseudo hci commands, only bt_send_cmd(&cmd_name, ... ) is needed anyway
|
|
|
|
- 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
|