/* new todo file for BTstack */ UNTIL 13. August 2009 : Google Open Source Jam - DEMOS: - OpenGL-ES-WiiMote - WiiMote - http://wiibrew.org/wiki/Wiimote#Bluetooth_Communication - BTstack-cmd - running on laptop and iPhone? - info - inquiry - remote name - open/close l2cap connection - evtl. SDP browser NEXT: - 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 - implement rest of L2CAP state machine - incoming - error handling - error notification - 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