#
ae280e73 |
| 20-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added L2CAP_STATE_WAIT_CONFIG_REQ_OR_SEND_CONFIG_REQ and L2CAP_STATE_WILL_SEND_CONFIG_REQ_AND_CONFIG_REQ_RSP
|
#
cb8eb7e6 |
| 20-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use L2CAP_STATE_WILL_SEND_DISCONNECT_REQUEST on client connection close
|
#
e7ff783c |
| 20-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added L2CAP_STATE_WILL_SEND_CONNECTION_RESPONSE_DECLINE
|
#
6fdcc387 |
| 20-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added L2CAP_STATE_WILL_SEND_CONNECTION_REQUEST
|
#
dc8ceabb |
| 20-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
forgot the l2cap_next_sig_id call
|
#
2cd0be45 |
| 20-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
created l2cap_run() and L2CAP_STATE_WILL_SEND_DISCONNECT state
|
#
808a48ab |
| 18-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added l2cap_block_new_credits function to be used with a daemon, use BTSTACK_ACL_BUFFERS_FULL
|
#
761b0451 |
| 17-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix emission of l2cap credits for incoming connections
|
#
490d3fd0 |
| 16-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
deleted unused l2cap level per channel packet counting
|
#
9893b714 |
| 12-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't crash because of bigger event
|
#
4c98aa43 |
| 12-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
emit l2cap mtus, too
|
#
1d279b20 |
| 12-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
document hci_read_buffer_size result, better docuement l2cap mtu handling
|
#
40d1c7a4 |
| 06-Jun-2011 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
more -Wstrict-prototypes fixes
|
#
0a18a8e9 |
| 22-Nov-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
assume remote side uses default mtu instead of minimum mtu for new l2cap connections
|
#
d418e203 |
| 20-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
allow role switch when opening baseband for l2cap channel
|
#
3a9e0a58 |
| 10-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
note to myself
|
#
4e32727e |
| 10-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
break after finding the correct channel. fixes issue #76 - thanks to murerten for this fix
|
#
9775e25b |
| 03-Sep-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
consider max acl buffer in Bluetooth module as upper bound for l2cap mtu
|
#
eb920dbe |
| 30-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
if l2cap connection fails, drop channel immediately. if connection fails due to security block, drop link key, too
|
#
80ca58a0 |
| 26-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
keep baseband connection during authentication
|
#
2060cf14 |
| 23-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
don't confuse myself
|
#
15ec09bb |
| 23-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
re-wrote iterate over linked list and delete element code
|
#
4c744e21 |
| 16-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use constant for NR_BUFFERED_ACL_PACKETS and increase to 3
|
#
7af1ca85 |
| 10-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
allow for 3- and 5-slot packets
|
#
15470d27 |
| 10-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
allow specify MTU for outgoing l2cap connections (was 150 before)
|