]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: L2CAP: Add initial code for Enhanced Credit Based Mode
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 3 Mar 2020 00:56:20 +0000 (16:56 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 8 Mar 2020 09:05:40 +0000 (10:05 +0100)
commit1ffdaacd6e412884e09a00829ce92338bb688a17
treed459e97567b6fb6572fea514d5218d90eb2ef8f6
parent5bb9b9f2d61cac825f3c6a50874d99cfea3245ea
Bluetooth: L2CAP: Add initial code for Enhanced Credit Based Mode

This adds the initial code for Enhanced Credit Based Mode which
introduces a new socket mode called L2CAP_MODE_EXT_FLOWCTL, which for
the most part work the same as L2CAP_MODE_LE_FLOWCTL but uses different
PDUs to setup the connections and also works over BR/EDR.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/l2cap.h
net/bluetooth/l2cap_core.c
net/bluetooth/l2cap_sock.c