#
43bb3ff1 |
| 07-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add extra space for ACL header
|
#
32ab9390 |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
queue internal hci commands in connection_t
|
#
c24735b1 |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added hci_can_send_packet_now
|
#
b2f09bc0 |
| 19-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
deleted hci_ready_to_send - unused
|
#
bf8dada5 |
| 18-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
new internal event definition
|
#
69415922 |
| 06-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix -Wstrict-prototypes
|
#
0bece81e |
| 05-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added HAVE_TIME checks
|
#
933d8a80 |
| 03-May-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
manage RFCOMM channel services by name for iOS platform, rework RFCOMM service registration
|
#
e115bf24 |
| 30-Apr-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
Added RFCOMM
|
#
3c4d4b90 |
| 30-Apr-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
support for prefsbundle, bug fixes, other stuff
|
#
574e07e1 |
| 30-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
list hci_discoverable_control
|
#
381fbed8 |
| 10-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add, track, and handle btstack_set_disoverable
|
#
27d86fbb |
| 09-Jan-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added DAEMON_EVENT_CONNECTION_OPENED
|
#
e3b6fe7e |
| 01-Nov-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use extern 'c' for more headers used by embedded port
|
#
5250fb9e |
| 03-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
provide access to size of acl buffers in Bluetooth module
|
#
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
|
#
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
|
#
15470d27 |
| 10-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
allow specify MTU for outgoing l2cap connections (was 150 before)
|
#
df33c7a6 |
| 08-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add const to hci_cmd_t for bt_send_cmd, too. Add C++ link protection to public headers
|
#
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
|