#
6b64433e |
| 07-May-2012 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added non-commerical clause and contact email
|
#
4f4fc1df |
| 09-Nov-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use const for remote_device_db pointers
|
#
758b46ce |
| 31-Oct-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add function to set page scan enable, keep page scan during sleep mode
|
#
da75afa9 |
| 25-Sep-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add OGF_LE_CONTROLLER
|
#
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
|
#
678847af |
| 11-Sep-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add opcodes for rfcomm flow control commands
|
#
b031bebb |
| 20-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
enqueue hci_write_scan_enable command and process in hci_run
|
#
bcbb77ff |
| 20-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
mark function tables and controls structs as const
|
#
e5780900 |
| 05-Aug-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replace EMBEDDED with HAVE_TICK where appropriate
|
#
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
|
#
7f3162b2 |
| 29-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
cmd packet is really bigger than event packet
|
#
36a5e735 |
| 29-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
streamline buffer size definitions throughtout the stack, use single HCI_PACKET_BUFFER_SIZE
|
#
ea54feb7 |
| 27-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use correct size for l2cap data and signaling packets
|
#
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
|
#
28ee662e |
| 26-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added all ACL packet sizes
|
#
e1d41216 |
| 25-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix compile for EMBEDDED
|
#
c785ef68 |
| 25-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
enable timers for EMBEDDED
|
#
3dbb95f9 |
| 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
|
#
124062bc |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add hci cmd buffer to hci_stack_t struct - avoid malloc for static memory
|
#
7d3b3569 |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
avoid 'enumerated type mixed with another type warnings' by IAR
|
#
d8293395 |
| 16-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
map internal events to 0x50 as noted in hci_cmds.h
|