btstack/TODO.txt

35 lines
1.1 KiB
Plaintext
Raw Normal View History

2009-06-06 17:43:50 +00:00
/* new todo file for BTstack */
UNTIL 13. August 2009 : Google Open Source Jam
2009-07-30 21:48:30 +00:00
- DEMOS:
- 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
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
- 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.
- client/server part using unix domain sockets (portable and fast)
- implement RFCOMM
- implement SDP
- implement PAN