2009-06-06 17:43:50 +00:00
|
|
|
/* new todo file for BTstack */
|
|
|
|
|
2009-07-29 21:06:04 +00:00
|
|
|
UNTIL 13. August 2009 : Google Open Source Jam
|
2009-07-30 21:48:30 +00:00
|
|
|
- DEMOS:
|
2009-07-31 21:41:15 +00:00
|
|
|
- OpenGL-ES-WiiMote
|
|
|
|
- WiiMote - http://wiibrew.org/wiki/Wiimote#Bluetooth_Communication
|
|
|
|
- BTstack-cmd - running on laptop and iPhone?
|
2009-07-30 21:48:30 +00:00
|
|
|
- info
|
|
|
|
- inquiry
|
|
|
|
- remote name
|
|
|
|
- open/close l2cap connection
|
|
|
|
- evtl. SDP browser
|
2009-07-29 21:06:04 +00:00
|
|
|
|
2009-07-01 20:55:10 +00:00
|
|
|
NEXT:
|
2009-08-02 19:56:45 +00:00
|
|
|
- automatic disconnects
|
|
|
|
- when client connection breaks, also close open L2CAP channels
|
|
|
|
- periodically close HCI connections without active L2CAP channel
|
|
|
|
- connection management
|
|
|
|
- handle disconnect
|
|
|
|
- broadcast l2cap disconnects,too
|
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-07-29 21:49:53 +00:00
|
|
|
- implement rest of L2CAP state machine
|
|
|
|
- incoming
|
|
|
|
- error handling
|
|
|
|
- error notification
|
2009-07-30 21:48:30 +00:00
|
|
|
- reassembly is best done in BTdaemon, assigning source_cids too.
|
2009-07-29 21:06:04 +00:00
|
|
|
- client/server part using unix domain sockets (portable and fast)
|
|
|
|
- implement RFCOMM
|
2009-07-31 21:41:15 +00:00
|
|
|
- implement SDP
|
2009-07-01 20:55:10 +00:00
|
|
|
- implement PAN
|