mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 19:01:06 +00:00
21 lines
586 B
Plaintext
21 lines
586 B
Plaintext
/* new todo file for BTstack */
|
|
|
|
UNTIL 13. August 2009 : Google Open Source Jam
|
|
- implement L2CAP state machine
|
|
- decide on naming conventions for various layers
|
|
- provide demos:
|
|
- BT Scanner: module info, inquiry, remote name
|
|
- Terminal app with L2CAP support - Python or Java PC demo
|
|
- evtl. SDP browser
|
|
- evtl. RFCOMM to BT GPS
|
|
|
|
NEXT:
|
|
- client/server part using unix domain sockets (portable and fast)
|
|
- implement RFCOMM
|
|
- implement
|
|
- use linked_list for:
|
|
- event handler
|
|
- data handler
|
|
- implement PAN
|
|
- implement some kind of noitfy mechanism between multiple units
|