#
e569dfd9 |
| 13-May-2015 |
Matthias Ringwald <[email protected]> |
add cast to getting security level
|
#
71de195e |
| 13-May-2015 |
Matthias Ringwald <[email protected]> |
fix c99 warnings for missing argument of functions with no arguments, fix more warnings
|
#
22c29ab4 |
| 07-Apr-2015 |
Matthias Ringwald <[email protected]> |
mark channel as invalid before sending connection response decline or disconnection response
|
#
2e77e513 |
| 01-Mar-2015 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
Stop using pointer to array for bd_addr_t and link_key_t
|
#
462e630d |
| 20-Feb-2015 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
support for L2CAP Unicast Connection Data
|
#
a0c35809 |
| 06-Feb-2015 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
streamline copyright headers
|
#
cb0ff06b |
| 19-Dec-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
improve log messages for l2cap rx timer
|
#
c523d53d |
| 18-Nov-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
Initialise l2cap channel struct with 0 after allocating memory (make valgrind happy)
|
#
f53da564 |
| 31-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
mark l2cap signal response pending to avoid sending it multiple times with synchronous HCI Transport implementation
|
#
4d816277 |
| 24-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
only disconnect HCI connection in case of security block (fixes disconnect for non-existing service or resoucees full)
|
#
f0efaa57 |
| 23-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
L2CAP: validate packet size with remote MTU -> log_error
|
#
e6f51008 |
| 16-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fixed tracking of l2cap, rfcomm services and channels
|
#
4d7157c3 |
| 13-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix daemon compile without BLE support
|
#
da886c03 |
| 10-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
le central handle connection update params
|
#
4ff786cf |
| 09-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use HCI_ACL_PAYLOAD_SIZE to determine L2CAP MTU
|
#
eb7f386b |
| 09-Oct-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use hci_acl_le_data_buffer_length to get max le l2cap mtu
|
#
54ed2eca |
| 05-Sep-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix remote_mtu and flush_timeout in L2CAP_EVENT_CHANNEL_OPENED
|
#
bb69aaae |
| 04-Sep-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
removed cast for btstack_memory_X_get calls
|
#
03ce1a58 |
| 22-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
l2cap and rfcomm close connection functionality was moved to deamon
|
#
baf94f06 |
| 20-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix outgoing l2cap connections (regression 'hci_number_free_acl_slots: handle 0x0000 not in connection list')
|
#
9da54300 |
| 15-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
use log_info instead of printf, remove trailing newline from log calls
|
#
67a01a71 |
| 15-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
fix compile
|
#
e5e1518d |
| 14-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
add l2cap_max_le_mtu
|
#
e79abdd6 |
| 14-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
replace hci_number_free_acl_slots with hci_number_free_acl_slots_for_handle
|
#
6cd4da6b |
| 11-Aug-2014 |
[email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e> |
provide l2cap_can_send_fixed_channel_packet_now that takes handle as input
|