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-09 17:17:00 +00:00
|
|
|
- turn off Bluetooth on ctrl-c
|
|
|
|
- automatic start/stop of BTdaemon
|
|
|
|
- start BTdaemon by client lib
|
|
|
|
- stop BTdaemon after X minutes idle
|
|
|
|
- iPhone status icon support
|
|
|
|
- bt_control_iphone.c -> bt_control_iphone.m
|
|
|
|
- call SpringBoard on/off BT
|
|
|
|
- create BTstack icon. Flipped B in red
|
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
|
|
|
|
- client/server part using unix domain sockets (portable and fast)
|
|
|
|
- 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
|