mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 15:40:16 +00:00
document plan for multiple l2cap signaling commands in single packet
This commit is contained in:
parent
6cc9dcee8d
commit
6a066b682d
12
TODO.txt
12
TODO.txt
@ -3,19 +3,26 @@
|
|||||||
2009-11-08: Release 0.1
|
2009-11-08: Release 0.1
|
||||||
|
|
||||||
NEXT:
|
NEXT:
|
||||||
|
- suport multiple signaling commands in single ACL packet
|
||||||
|
- have l2cap_primary_signaling_handler use offsets relative to start of commands (byte 8) instead of start of packet
|
||||||
|
- call l2cap_primary_signaling_handler for each command
|
||||||
|
- add extern "C" to bstack methods
|
||||||
|
- see: http://stackoverflow.com/questions/376966/using-c-c-static-libraries-from-iphone-objectivec-apps
|
||||||
- clean up control flow
|
- clean up control flow
|
||||||
- l2cap directly sends data over socket: good/bad?
|
- l2cap directly sends data over socket: good/bad?
|
||||||
- split daemon into stack parts
|
- split daemon into stack parts
|
||||||
- should there be STACK API/interface?
|
- should there be STACK API/interface?
|
||||||
- BUG: bt_close crashes when used in CocoaTouch app
|
- BUG: bt_close crashes when used in CocoaTouch app
|
||||||
- add extern "C" to bstack methods
|
|
||||||
- see: http://stackoverflow.com/questions/376966/using-c-c-static-libraries-from-iphone-objectivec-apps
|
|
||||||
- Provide BTstackManager Objective-C class
|
- Provide BTstackManager Objective-C class
|
||||||
- move connection methods to BTdevice (get more object oriented)
|
- move connection methods to BTdevice (get more object oriented)
|
||||||
- initWithAddress:(bd_addr_t *)addr
|
- initWithAddress:(bd_addr_t *)addr
|
||||||
- setters private
|
- setters private
|
||||||
- implement l2cap code
|
- implement l2cap code
|
||||||
- implement rfcomm code
|
- implement rfcomm code
|
||||||
|
- animate discovery dialog:
|
||||||
|
* use indexPathsForVisibleRows and cellForRowAtIndexPath: when you want to refresh just the cells that are on the screen
|
||||||
|
* use insertRowsAtIndexPaths:withRowAnimation: to add rows
|
||||||
|
* use deleteRowsAtIndexPaths:withRowAnimation: to remove them-
|
||||||
- figure out how to receive iPhone System Power IONotifications (in BTdaemon) to detect, when phone gets locked
|
- figure out how to receive iPhone System Power IONotifications (in BTdaemon) to detect, when phone gets locked
|
||||||
- some trick
|
- some trick
|
||||||
- use Cocoa run loop for background app?
|
- use Cocoa run loop for background app?
|
||||||
@ -24,7 +31,6 @@ NEXT:
|
|||||||
- L2CAP
|
- L2CAP
|
||||||
- segmentation
|
- segmentation
|
||||||
|
|
||||||
== Release 0.2 - Incoming L2CAP supported + improved Inq Dialog
|
|
||||||
- extend SpringBoard feedback
|
- extend SpringBoard feedback
|
||||||
- show alerts/messages using SpringBoardAcccess, e.g. Bluetooth disconnected by remote device
|
- show alerts/messages using SpringBoardAcccess, e.g. Bluetooth disconnected by remote device
|
||||||
- add code to notify about remote disconnets
|
- add code to notify about remote disconnets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user