#
40d1c7a4 |
| 06-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
more -Wstrict-prototypes fixes
|
#
c7492964 |
| 05-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use vendor specific baudrate cmdn if baudrate_main is specified
|
#
9418f9c9 |
| 04-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add \n to log messages
|
#
3c4d4b90 |
| 30-Apr-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
support for prefsbundle, bug fixes, other stuff
|
#
0a90cc40 |
| 03-Feb-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
re-enable inquiry scan after sleep if it was on before
|
#
4ddb5bed |
| 02-Feb-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix deadlock when going from Sleep into Power off
|
#
7ec5eeaa |
| 30-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix exration of num hci cmds allowed from command status packets
|
#
89db417b |
| 30-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
disable page and inquiry scan when entering sleep mode
|
#
6ad890d3 |
| 12-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use internal hci_send_cmd instead of client bt_send_cmd
|
#
67a3e8ec |
| 12-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
hci_shutdown_connection returns void
|
#
b429b9b7 |
| 11-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't release UART during SLEEP - fixes problem with BTServer trying to do power management
|
#
381fbed8 |
| 10-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add, track, and handle btstack_set_disoverable
|
#
3144bce4 |
| 09-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
try using BlueTool wake on/off
|
#
72ea5239 |
| 09-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
call sleep() instead of off()
|
#
d661ed19 |
| 07-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
log message for power change
|
#
b546ac54 |
| 07-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
handle transition for HCI_POWER_SLEEP and all HCI state transitions
|
#
8d213e1a |
| 07-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
handle HCI_POWER_ON and HCI_POWER_OFF in existing 4 states
|
#
c7e0c5f6 |
| 07-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
stop all baseband connections on HCI_POWER_OFF
|
#
2f89d309 |
| 14-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
send bd addr in correct endianess - thanks to francis for spotting this goof
|
#
5250fb9e |
| 03-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
provide access to size of acl buffers in Bluetooth module
|
#
287d19b8 |
| 03-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix warning
|
#
bec2a039 |
| 03-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
store link key correctly
|
#
8ef73945 |
| 02-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
delete link key from remote device db on hci_delete_stored_link_key command
|
#
f653b6bd |
| 02-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use structure of HCI_EVENT_REMOTE_NAME_REQUEST_COMPLETE for BTSTACK_EVENT_REMOTE_NAME_CACHED to make life easier
|
#
74ec757a |
| 02-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
store remote names and send to clients on inquiry results
|