matthias.ringwald
|
3e91a73554
|
updated
|
2011-02-03 20:41:12 +00:00 |
|
matthias.ringwald
|
8c394fbd1d
|
fix deadlock when going from Sleep into Power off
|
2011-02-02 22:17:00 +00:00 |
|
matthias.ringwald
|
33871ba6fd
|
register for SpringBoardDidLaunch notifications and wait up to ten seconds for SpringBoardAccess server before adding BTstack icon again
|
2011-02-02 21:37:40 +00:00 |
|
matthias.ringwald
|
b429b9b757
|
don't release UART during SLEEP - fixes problem with BTServer trying to do power management
|
2011-01-11 21:38:56 +00:00 |
|
matthias.ringwald
|
8fd877559d
|
add sleep mode handling to BTstackManager
|
2011-01-10 22:55:57 +00:00 |
|
matthias.ringwald
|
381fbed89a
|
add, track, and handle btstack_set_disoverable
|
2011-01-10 21:11:58 +00:00 |
|
matthias.ringwald
|
98199a5690
|
updated state
|
2011-01-09 22:22:48 +00:00 |
|
matthias.ringwald
|
554582176e
|
add wake() to bt_control.h: OFF<->ON<->SLEEP (SLEEP -> OFF is possible)
|
2011-01-09 14:53:57 +00:00 |
|
matthias.ringwald
|
ca7336dc02
|
provide per client information: connection, power mode
|
2011-01-09 14:48:03 +00:00 |
|
matthias.ringwald
|
02b8463e29
|
udpated todos
|
2011-01-08 23:03:12 +00:00 |
|
matthias.ringwald
|
8ebcfd8dd8
|
move IOKIT power event code to bt_control_iphone.m
|
2011-01-08 22:45:27 +00:00 |
|
matthias.ringwald
|
0df774e2ac
|
add enum POWER_EVENTS {POWER_WILL_SLEEP, POWER_WILL_WAKE_UP), add register_for_power_management_notifictations( void (*callback)(POWER_EVENTS event)); to bt_control.h
|
2011-01-08 22:12:03 +00:00 |
|
matthias.ringwald
|
a8d66173c1
|
keep list of clients that requested Blueooth to be active, Bluetooth is on iff at least one client did request it. delay off by 10 seconds
|
2011-01-08 22:01:06 +00:00 |
|
matthias.ringwald
|
b375c84fc7
|
power down Bluetooth on sleep notifcation / turn on, if clients are connected
|
2011-01-07 21:34:50 +00:00 |
|
matthias.ringwald
|
720d0070fa
|
power down Bluetooth on sleep notifcation / turn on, if clients are connected
|
2011-01-07 21:03:58 +00:00 |
|
matthias.ringwald
|
b546ac5469
|
handle transition for HCI_POWER_SLEEP and all HCI state transitions
|
2011-01-07 20:54:57 +00:00 |
|
matthias.ringwald
|
fe19fafb3a
|
don't stop BTdaemon on power down/client disconnect
|
2011-01-07 20:34:53 +00:00 |
|
matthias.ringwald
|
15b09008ee
|
store data of remote db on every change
|
2011-01-07 20:33:13 +00:00 |
|
matthias.ringwald
|
8d213e1a0d
|
handle HCI_POWER_ON and HCI_POWER_OFF in existing 4 states
|
2011-01-07 19:36:05 +00:00 |
|
matthias.ringwald
|
15d7b8a815
|
introduce HCI states SLEEPING and FALLING_ASLEEP, introduce HCI power mode command SLEEP
|
2011-01-06 23:07:41 +00:00 |
|
matthias.ringwald
|
2992c13168
|
allow to specify max nr of packets in hci_dump log
|
2010-12-05 22:22:46 +00:00 |
|
matthias.ringwald
|
9d3ca80191
|
updates todos with release notes
|
2010-11-22 20:27:10 +00:00 |
|
matthias.ringwald
|
e67ebb40cf
|
collected todos
|
2010-11-08 21:38:52 +00:00 |
|
matthias.ringwald
|
e02dd06a23
|
updated TODO.txt
|
2010-09-24 21:15:09 +00:00 |
|
matthias.ringwald
|
88bc6ea8e4
|
moved private parts of run_loop.h into run_loop_private.h
|
2010-06-29 20:58:45 +00:00 |
|
matthias.ringwald
|
5a2d670020
|
updated TODO and added SDP log
|
2010-06-13 15:46:31 +00:00 |
|
matthias.ringwald
|
6a066b682d
|
document plan for multiple l2cap signaling commands in single packet
|
2010-05-26 20:15:30 +00:00 |
|
matthias.ringwald
|
6eb71891e9
|
fix state reporting of BTstackManager
|
2010-04-04 17:28:38 +00:00 |
|
matthias.ringwald
|
8149d2c7c9
|
fix crash on app exit
|
2010-03-14 16:28:18 +00:00 |
|
matthias.ringwald
|
71d9d7cecb
|
added BTstackManager argument to all delegates
|
2010-03-14 11:36:15 +00:00 |
|
matthias.ringwald
|
4e32e18a96
|
updated todo + new project files
|
2010-03-02 23:24:11 +00:00 |
|
matthias.ringwald
|
46acae3723
|
extract socket_connection_create_launchd from unix part
|
2010-03-02 20:58:27 +00:00 |
|
matthias.ringwald
|
913f4ccbaf
|
added definition for bt_use_tcp()
|
2010-02-28 21:37:59 +00:00 |
|
matthias.ringwald
|
368c486f19
|
implemented stopDiscovery
|
2010-02-23 17:16:43 +00:00 |
|
matthias.ringwald
|
e1b2631cab
|
added delegate methods for device or status cell selection, added option to show connecting...
|
2010-02-22 22:25:54 +00:00 |
|
matthias.ringwald
|
0e92e71ed3
|
cache remote names in plist
|
2010-02-21 20:47:40 +00:00 |
|
matthias.ringwald
|
de4536005f
|
added BTDiscoveryViewController as a cleaner implementation of BTInquiryViewController, split BTstackManagerDelegate into BTstackManagerDelegate and BTstackManagerListener
|
2010-02-21 19:13:34 +00:00 |
|
matthias.ringwald
|
b2c95ae948
|
cache remote names in plist
|
2010-02-21 16:06:16 +00:00 |
|
matthias.ringwald
|
fb6dae1e84
|
BTstackManager support device discovery - names are not cached yet
|
2010-02-21 13:57:48 +00:00 |
|
matthias.ringwald
|
90d249c14f
|
update todo+project file
|
2010-02-13 15:15:45 +00:00 |
|
matthias.ringwald
|
1c4badbbca
|
increase buffer for incomning events/acl packets. fixes crash on remote name complete event with max name lenght
|
2010-01-28 07:39:30 +00:00 |
|
matthias.ringwald
|
e405ae81a6
|
l2cap incoming working
|
2010-01-26 20:49:02 +00:00 |
|
matthias.ringwald
|
1f7b95a184
|
dispatch l2cap commands
|
2010-01-25 20:25:20 +00:00 |
|
matthias.ringwald
|
9d9bbc01f5
|
implemented PSM management
|
2010-01-25 18:29:06 +00:00 |
|
matthias.ringwald
|
2033929e11
|
added read/write link supervision timeout
|
2010-01-24 21:57:30 +00:00 |
|
matthias.ringwald
|
19b25e5f75
|
added script to create version.h
|
2010-01-09 10:19:43 +00:00 |
|
matthias.ringwald
|
3f9faf6c44
|
deselect row immediately in inq view
|
2009-12-20 15:46:45 +00:00 |
|
matthias.ringwald
|
58c0a1b038
|
temp fix for incorrect SDK 3.x detection
|
2009-12-08 00:16:09 +00:00 |
|
matthias.ringwald
|
6772a24cc3
|
don't send hci_link_key_request_negative_reply on HCI_EVENT_LINK_KEY_REQUEST automatically
|
2009-12-05 18:55:41 +00:00 |
|
matthias.ringwald
|
a836342cf7
|
allow to cancel both an ongoing inquiry or remote name request
|
2009-11-12 21:30:18 +00:00 |
|