#
fa2b2627 |
| 10-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use user specified MTU instead of 150
|
#
fe35119d |
| 08-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
mark hci cmd templates as const to save RAM
|
#
91b99603 |
| 01-Aug-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
grant new credits right after receiving previous packet
|
#
a59fb47b |
| 31-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
removed another log statement
|
#
8ea03fa5 |
| 31-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
flow control working, disable some dbg msgs
|
#
0e7bc007 |
| 30-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix compile
|
#
c3b820cf |
| 30-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
only grant credits on open connections
|
#
8d371091 |
| 30-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
handle number of completed packets and hand out credits
|
#
6218e6f1 |
| 29-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add counters for flow control, channel credits event, return -1 if no space in BT module
|
#
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
|
#
6b296a27 |
| 19-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
allow to set packet handler for internal l2cap connections
|
#
36944dff |
| 19-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
remove dependency on socket_connection.h in l2cap
|
#
b502e1b0 |
| 18-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use single packet handler per protocol layer: l2cap
|
#
2718e2e7 |
| 18-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use single packet handler per protocol layer: hci
|
#
78a6f100 |
| 17-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix unbelievable hard code for deleting items in linked list while iterating over it
|
#
39ce35a7 |
| 17-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix list removal while iterating over it
|
#
10642e45 |
| 04-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix compile warning - add default clause
|
#
b7de95da |
| 04-Jul-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix compile warning
|
#
3de7c0ca |
| 18-Jun-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
correct get mtu from configure request
|
#
96cbd662 |
| 18-Jun-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
added l2cap_get_remote_mtu_for_local_cid
|
#
1dc511de |
| 18-Jun-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
extrat MTU from configure request if present, send empty config in configure repsonse instead of options from configure request
|
#
2784b77d |
| 18-Jun-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add remote_mtu to l2cap_channel_t, extract l2cap_signaling_handle_configure_request
|
#
f79ee244 |
| 16-Jun-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix swapped source and destination channel IDs in L2CAP DISCONNECTION_RESPONSE
|
#
69025de8 |
| 13-Jun-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
streamline deletion code
|
#
5d5a55f2 |
| 12-Jun-2010 |
matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
really fix unregister service for closed connection
|