History log of /btstack/src/l2cap.c (Results 251 – 275 of 721)
Revision Date Author Comments
# 93d791b2 25-Sep-2018 Matthias Ringwald <[email protected]>

l2cap: check can send now before sending extended information request needed for ERTM mode


# fe8aebe6 12-Sep-2018 Matthias Ringwald <[email protected]>

l2cap: use valid signaling identifier for L2CAP Connection Parameter Update Request


# eea99214 11-Sep-2018 Matthias Ringwald <[email protected]>

l2cap: evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly


# ece97cae 03-Sep-2018 Matthias Ringwald <[email protected]>

l2cap: track address of outgoing classic connections and treat error as connection failure


# f299206d 23-Aug-2018 Matthias Ringwald <[email protected]>

l2cap: fix emitted L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_REQUEST


# 9909e5e4 17-May-2018 Matthias Ringwald <[email protected]>

l2cap: add missing switch break


# 4e6fa3a2 30-Apr-2018 Matthias Ringwald <[email protected]>

l2cap: annotate API - prepared buffer can only be used for L2CAP Basic Mode


# 600cf12d 24-Apr-2018 Matthias Ringwald <[email protected]>

l2cap: reset num unacked frames on S-REJ


# ab43034b 13-Apr-2018 Matthias Ringwald <[email protected]>

Merge pull request #125 from andryblack/build_without_ble

Fix build without BLE support


# 3e329ddf 21-Jan-2018 andryblack <[email protected]>

fix build without BLE


# e0780573 11-Apr-2018 Matthias Ringwald <[email protected]>

l2cap: fix warning about non-existant connection with hande 0x000


# 15eeb005 07-Apr-2018 Matthias Ringwald <[email protected]>

Merge pull request #102 from andryblack/fix_overflow

l2cap: fix buffer overflow for l2cap config options


# 73cd8a2a 06-Apr-2018 Matthias Ringwald <[email protected]>

gap: handle HCI_SUBEVENT_LE_REMOTE_CONNECTION_PARAMETER_REQUEST


# 13aa3e4b 04-Apr-2018 Matthias Ringwald <[email protected]>

l2cap: fix compile for LE-only with LE Data Channels


# 24eb964e 05-Feb-2018 Matthias Ringwald <[email protected]>

l2cap: fix compile for le-only


# f68b21d7 05-Feb-2018 Matthias Ringwald <[email protected]>

l2cap: remove unnecessarry casts


# 7740e150 02-Feb-2018 Matthias Ringwald <[email protected]>

l2cap: round robin over all channel types (classic, le data channel, fixed)


# fad84caf 02-Feb-2018 Matthias Ringwald <[email protected]>

l2cap: manage fixed channels for ATT, SM, and Connectionless Data in l2cap_fixed_channel_t and keep in unified channels list


# 421cb104 02-Feb-2018 Matthias Ringwald <[email protected]>

l2cap: keep classic and le data channels in single channel list


# 5d18f623 02-Feb-2018 Matthias Ringwald <[email protected]>

l2cap: define l2cap_channel_type_t and set for new channels


# 25818320 30-Jan-2018 Matthias Ringwald <[email protected]>

l2cap: allow to set the max LE MTU


# 87050a0b 30-Jan-2018 Matthias Ringwald <[email protected]>

l2cap: add missing l2cap_emit_le_channel_closed


# 2cf36df7 26-Jan-2018 Matthias Ringwald <[email protected]>

l2cap: emit le open/close events for le data channels on disconnect


# f2c70799 21-Jan-2018 andryblack <[email protected]>

l2cap: fix buffer overflow


# b5803aaf 13-Jan-2018 Matthias Ringwald <[email protected]>

l2cap: use l2cap_max_mtu as MPS for le data channels


1...<<11121314151617181920>>...29