mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
reorg next steps
This commit is contained in:
parent
555971d7f5
commit
e38cc01ce7
8
TODO.txt
8
TODO.txt
@ -4,8 +4,10 @@ Last milestone reached: Restart client app without restarting BTdaemon possible
|
|||||||
|
|
||||||
NEXT:
|
NEXT:
|
||||||
- turn off Bluetooth on ctrl-c
|
- turn off Bluetooth on ctrl-c
|
||||||
|
- extend hci_logger to write to /var/hci_dump.txt as text
|
||||||
- automatic start/stop of BTdaemon
|
- automatic start/stop of BTdaemon
|
||||||
- start BTdaemon by client lib
|
- start BTdaemon by client lib
|
||||||
|
- e.g. use popen and wait for initial "I'm ready" message
|
||||||
- stop BTdaemon after X minutes idle
|
- stop BTdaemon after X minutes idle
|
||||||
- iPhone status icon support
|
- iPhone status icon support
|
||||||
- bt_control_iphone.c -> bt_control_iphone.m
|
- bt_control_iphone.c -> bt_control_iphone.m
|
||||||
@ -18,6 +20,12 @@ NEXT:
|
|||||||
- commands and events
|
- commands and events
|
||||||
=== Incoming L2CAP supported
|
=== Incoming L2CAP supported
|
||||||
- client/server part using unix domain sockets (portable and fast)
|
- client/server part using unix domain sockets (portable and fast)
|
||||||
|
- configuration: /etc/btstack
|
||||||
|
- single Bluetooth module supported
|
||||||
|
- transport type: H4, H5, USB
|
||||||
|
- h4/h5: usart name
|
||||||
|
- usb: product/vendor ID
|
||||||
|
- logging mode: text, bluez, packetlogger
|
||||||
- implement rest of L2CAP state machine
|
- implement rest of L2CAP state machine
|
||||||
- error handling
|
- error handling
|
||||||
- error notification
|
- error notification
|
||||||
|
Loading…
x
Reference in New Issue
Block a user