#
627c2f45 |
| 01-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
define BTSTACK_EVENT_REMOTE_NAME_CACHED, and implement event emit code
|
#
404843c1 |
| 30-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added hci_close() that trigger remote device db close, added remote device db parameter to hci_init(), implemented NSUserDefaults backed link key storage
|
#
c12e46e7 |
| 30-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
drop link key only on authentication error
|
#
29d53098 |
| 30-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replace link_key_db_t with a remote_device_db_t that also holds cached remote names
|
#
75e651ce |
| 26-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
remove accidental copy and paste
|
#
80ca58a0 |
| 26-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
keep baseband connection during authentication
|
#
7fde4af9 |
| 26-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
keep track of authentication commands and events
|
#
8a485f27 |
| 22-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
set local name to hostname
|
#
622d0de9 |
| 16-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
streamline hci_transport interface: only have single send_packet(type,data,size)
|
#
fe35119d |
| 08-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
mark hci cmd templates as const to save RAM
|
#
2f6c30e1 |
| 05-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
correct custom init calling code
|
#
f9a30166 |
| 05-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
removed bt_control_t null_control
|
#
90919203 |
| 05-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
send custom init code if nececessary
|
#
8ea03fa5 |
| 31-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
flow control working, disable some dbg msgs
|
#
6218e6f1 |
| 29-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add counters for flow control, channel credits event, return -1 if no space in BT module
|
#
998906cd |
| 28-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
track number of outgoing packets in BT module
|
#
56cf178b |
| 25-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
keep track of ACL packets in controller
|
#
e2edc0c3 |
| 25-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
read buffer size on hci init
|
#
2718e2e7 |
| 18-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use single packet handler per protocol layer: hci
|
#
10e830c9 |
| 18-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use single packet handler per protocol layer: hci_transport
|
#
cf0b66f0 |
| 04-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix typo, use log_ macros
|
#
7f2435e6 |
| 04-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use new debug.h
|
#
ddce1d8d |
| 24-May-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
set len in BTSTACK_EVENT_SYSTEM_BLUETOOTH_ENABLED correctly
|
#
7856c818 |
| 13-Feb-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
implement L2CAP packet recombination in hci.c using a max size L2CAP buffer per connection
|
#
d55db49e |
| 13-Feb-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add buffer to hci_connection_t to allow for ACL recombination
|