#
e2edc0c3 |
| 25-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
read buffer size on hci init
|
#
3ba22b71 |
| 25-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use buffers of size 1021 to fit 3-DH5 ACL packets
|
#
11c41d51 |
| 25-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use buffers of size 1021 to fit 3-DH5 ACL packets, check buffer for SDP responses
|
#
2718e2e7 |
| 18-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use single packet handler per protocol layer: hci
|
#
06d7e47e |
| 12-Jun-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add sdp_register_service_record, sdp_unregister_service_record commands
|
#
c1012e46 |
| 13-Feb-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
need both current position and l2cap lenght
|
#
d55db49e |
| 13-Feb-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add buffer to hci_connection_t to allow for ACL recombination
|
#
645658c9 |
| 25-Jan-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added non-working l2cap_handle_connection_request
|
#
116ee617 |
| 25-Jan-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added cmds and events for incoming connections
|
#
d59f499a |
| 23-Jan-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
also provide OGF for Link Policy commands
|
#
2ed6235c |
| 09-Jan-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added iPhone Bluetooth toggle functions
|
#
1b0e3922 |
| 09-Jan-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added btstack_get_version
|
#
981eb02e |
| 23-Nov-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
renamed timer_t to timer_source_t to avoid conflict with timer_t in /usr/include/time.h in Linux
|
#
1713bcea |
| 29-Oct-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
prepend all source files with 'new BSD' copyright header
|
#
945627e4 |
| 29-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
removed internal functions from hci_cmds.h, more clean ups
|
#
80d52d6b |
| 29-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
clean up command names and headers
|
#
23053b9e |
| 28-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
organize headers: e.g. use <btstack/btstack.h> instead of "btstack.h"
|
#
038bc64c |
| 13-Sep-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
check BlueTool for error codes, emit HCI_EVENT_POWERON_FAILED event
|
#
43bfb1bd |
| 15-Aug-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
trace Bluetooth status in daemon
|
#
ee091cf1 |
| 09-Aug-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
automatic HCI link disconnect
|
#
c8e4258a |
| 02-Aug-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
improve hci connection handling -> suppress create connection requests for connections already open and just emit connection complete event
|
#
1e6aba47 |
| 31-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
moved l2cap state machine to l2cap.c. added 'channel' parameter to packet header for socket communications. removed unused functions. dispatch btstack commands in daemon.c. renamed non-HCI commands
|
#
ee8bf225 |
| 24-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
implement power control by client (only single user mode yet) with hci_set_power_mode command
|
#
fe1ed1b8 |
| 24-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
keep track of HCI connections
|
#
06b35ec0 |
| 24-Jul-2009 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added functions to get connectinon_t for a given connection handle or a bd_addr
|