History log of /btstack/src/l2cap.c (Results 576 – 600 of 721)
Revision Date Author Comments
# 4cf56b4a 10-May-2012 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

added explaination why src_id is not needed


# 6b64433e 07-May-2012 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

added non-commerical clause and contact email


# 133efcfd 20-Mar-2012 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

deliver DAEMON_EVENT_HCI_PACKET_SENT as HCI_EVENT_PACKET to security_protocol_packet_handler (not supported yet anyway)


# 2149f12e 29-Jan-2012 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

added support for sending connectionless L2CAP packets


# 5652b5ff 29-Jan-2012 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

added support for Attribute and Security Manager LE protocols in L2CAP


# 28ca2b46 05-Jan-2012 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

add casts for btstack_memory gets, use getter/setter for enumerated flags to allow compilation with C++


# 81476041 09-Nov-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use L2CAP_SERVICE_ALREADY_REGISTERED


# 756102d3 09-Nov-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

avoid l2cap-channel list corruption (detected by alan-thx)


# 5842b6d9 09-Nov-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

emit L2CAP_EVENT_SERVICE_REGISTERED event


# 98fea381 09-Nov-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

fix no newline at end of file


# c0e866bf 31-Oct-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

link page scan enable to registered l2cap services


# f5454fc6 19-Oct-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

disconnect all connections on hci_close, reset state on init


# 56081214 24-Aug-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

db_mem_devices and db_mem_services initilized with NULL


# e16a9cac 20-Aug-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

less buffers for pending l2cap requests


# 76115249 18-Aug-2011 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

explicity use memcpy instead of relying on compiler to use intrinsic function


# 4aa9e837 30-Jul-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

make l2cap_max_mtu public


# 2985cb84 30-Jul-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

renamed l2cap_max_l2cap_mtu into mtul2cap_max_mtu


# b1d43497 29-Jul-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use hci acl packet buffer instead of own


# 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


# 816c0598 29-Jul-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use single buffer for outgoing l2cap packets


# 5af02935 27-Jul-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use correct size for max l2cap packet used in rfcomm


# ea54feb7 27-Jul-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use correct size for l2cap data and signaling packets


# 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 ...


# 4bb582b6 25-Jul-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

change comments


# 277abc2c 25-Jul-2011 matthias.ringwald <matthias.ringwald@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

at least call log_error if l2cap_register_service_internal fails due to malloc


1...<<212223242526272829