#
a3b02b71 |
| 24-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
btstack_memory.c provides fixed size memory pools for btstack
|
#
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
|
#
7d67539f |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
renamed log_err into log_error
|
#
7b5fbe1f |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replace all log_dbg with log_info
|
#
791cd8c8 |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
cast hci_con_handle to uint16_t before using in printf as int
|
#
2d00edd4 |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't declare variables in switch cases
|
#
7d3b3569 |
| 22-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
avoid 'enumerated type mixed with another type warnings' by IAR
|
#
907dc1a9 |
| 16-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix debug output
|
#
e518c4b8 |
| 16-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't use non-const for array size - fixes IAR compilation
|
#
425d1371 |
| 16-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't use non-const for array size - fixes IAR compilation
|
#
53b86778 |
| 13-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added commented debug helpers
|
#
2b12a0b9 |
| 12-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
check can_send_packet_now if function implemented ; avoid warning for unsused function
|
#
ae1fd9f3 |
| 12-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use <btstack/..> to make compiliation with separate build system easier
|
#
decc01a8 |
| 07-Jul-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix ACL length for recombined ACL buffers - not used by higher layers
|
#
64472d52 |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix some bugs in l2cap establishment
|
#
de009a8c |
| 21-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use hci_stack.num_cmd in hci_can_send_packet_now, use hci_can_send_packet_now in hci.c
|
#
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
|
#
5932f1b4 |
| 18-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
return BTSTACK_ACL_BUFFERS_FULL instead or -1
|
#
cdc9101d |
| 17-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix typo from earlier commit
|
#
5a06394a |
| 17-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix for invalid remote names - terminate name on 0xff
|
#
1d279b20 |
| 12-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
document hci_read_buffer_size result, better docuement l2cap mtu handling
|
#
c68bdf90 |
| 08-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add callback for harware error event - intended for embedded systems and allows to reset the system
|
#
549e6ebe |
| 06-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
more compiler warning fixes
|