#
c8901d41 |
| 25-Sep-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use 'config.h' instead of '../config.h' to make standalone builds easier
|
#
09ba8ede |
| 18-Sep-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't rely on version.h for EMBEDDED
|
#
22884e2e |
| 17-Sep-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
remove tmp include of l2cap.h
|
#
8747d67f |
| 27-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
also trun on discoverable during wake up again
|
#
28171530 |
| 26-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
got powermanagement to work, albeit with ugly code
|
#
66da7044 |
| 26-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
re-activate sleep notifications, but don't disconnect if power mangement is enabled
|
#
00d8e42e |
| 21-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
return error from hci transport in hci
|
#
eda18bf8 |
| 20-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
new_scan_enable_value uses 0xff as 'no change'
|
#
b031bebb |
| 20-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
enqueue hci_write_scan_enable command and process in hci_run
|
#
d2fe945c |
| 18-Aug-2011 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use memset(addr, 0, len) instead of bzero(addr, len) to increase portability
|
#
0c042179 |
| 18-Aug-2011 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
mark Bluetooth ACL packet sizes as constant
|
#
e5780900 |
| 05-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replace EMBEDDED with HAVE_TICK where appropriate
|
#
8fcba05d |
| 30-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use HCI_ACL_PAYLOAD_SIZE instead of HCI_ACL_BUFFER_SIZE to constrain acl_data_packet_length
|
#
7dc17943 |
| 29-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use combined ACL/CMD hci packet buffer, provide access to it to higher layers
|
#
db8946af |
| 29-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use new next_cmd instead of next_command
|
#
d62aca9f |
| 29-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
provide buffer to next_cmd - avoids extra buffer for embedded systems with init scripts
|
#
223aafc1 |
| 28-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't support caching of remote device names for EMBEDDED
|
#
339b6768 |
| 28-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use new bd_addr_to_str
|
#
28c93cee |
| 27-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
constrain hci_stack.acl_data_packet_length by HCI_ACL_BUFFER_SIZE
|
#
a7a04bd9 |
| 27-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
constrain hci_stack.acl_data_packet_length by HCI_ACL_BUFFER_SIZE
|
#
8f8108aa |
| 26-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replaced HCI_ACL_3DH5_SIZE with HCI_ACL_BUFFER_SIZE, add packet_types to hci_stack, set packet_types based on HCI_ACL_BUFFER_SIZE and Bluetooth module ACL buffer size, specify usable packet_types whe
replaced HCI_ACL_3DH5_SIZE with HCI_ACL_BUFFER_SIZE, add packet_types to hci_stack, set packet_types based on HCI_ACL_BUFFER_SIZE and Bluetooth module ACL buffer size, specify usable packet_types when creating connections
show more ...
|
#
1d93f560 |
| 26-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
provide hci_acl_packet_types_for_buffer_size to determine valid packet types
|
#
c785ef68 |
| 25-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
enable timers for EMBEDDED
|
#
ce4c8fab |
| 25-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
handle mem alloc failure on incoming hci connection, reject sco conections
|
#
17f1ba2a |
| 25-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
handle mem alloc failure on outgoing hci connection
|