History log of /btstack/src/l2cap.c (Results 526 – 550 of 721)
Revision Date Author Comments
# a35252c8 11-Aug-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use hci_can_send_acl_packet_now instead of hci_can_send_packet_now_using_packet_buffer, hci_can_send_prepared_acl_packet_now instead of hci_can_send_packet_now - providing handle if available


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

use hci_can_send_command_packet_now instead of hci_can_send_packet_now_using_packet_buffer(HCI_COMMAND_DATA_PACKET)


# 6128d740 09-Aug-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

prevent use after free when daemon client connection is closed, fixes issue #402


# ccf076ad 08-Aug-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

emit L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_REQUEST and L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_RESPONSE


# c22aecc9 31-Jul-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

replace all manual list iteration with linked_list_iterator functions in l2cap


# 9dcb2fb2 31-Jul-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

stop l2cap_rx_timer before free'ing l2cap_channel_t, fixes issue #404


# 826f7347 30-Jul-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

replace hci_send_acl_packet(data,size) with hci_send_acl_packet_buffer(size) to document that ACL packet have to be prepared in the hci packet buffer


# e9772277 09-May-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

use non-flushable packet boundary flag if supported - fixed unspecified behavior sending LE ACL packets


# e0707417 28-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

forward HCI Events to att and sm packet handlers, too


# 96a45072 25-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

track Bluetooth Device Address Type in hci_connection_t struct


# 68a0fcf7 03-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

added hci_release_packet_buffer() and l2cap_release_packet_buffer()


# facf93fd 03-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

rename hci_get_outgoing_acl_packet_buffer into hci_get_outgoing_packet_buffer


# c8b9416a 03-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

add asserts to check if buffer was reserved before calling send prepared


# 3cab4fca 03-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

add l2cap_can_send_connectionless_packet_now


# 85889d6c 03-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

rename l2cap_can_send_packet_now_using_buffer to l2cap_can_send_packet_now


# 7856fb31 03-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

reserve l2cap packet buffer before using it


# 2a373862 03-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

reserve hci packet buffer before using it


# 6b4af23d 03-Apr-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

add flag to track if hci packet buffer is reserved


# 1bbc0b23 18-Feb-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

reject any LE Signaling commands


# 70efece1 18-Feb-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

prepare for sending command_reject on le signaling channel


# bd63148e 13-Feb-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

execute l2cap_run() also for incoming events


# b087afb5 07-Feb-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

don't reject incoming SDP connection, see #378


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

added l2cap_require_security_level_2_for_outgoing_sdp


# 1429b2d6 28-Jan-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

update state before calling function that might read it


# 5533f01e 28-Jan-2014 [email protected] <[email protected]@1a0a8af8-31b5-11de-8e0c-53a27eea117e>

init l2cap->required_security_level to LEVEL_0 for outgoing connections


1...<<212223242526272829