]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Add LE L2CAP segmentation support for outgoing data
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 31 May 2013 14:54:51 +0000 (17:54 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 5 Dec 2013 15:05:35 +0000 (07:05 -0800)
commite300c66f3cc47c44e9598819739d53c179e15c01
tree652b44c896a77522d8357b72c629221f2384d3ce
parentbe54df20492a5690bbccd9647908806b9052784f
Bluetooth: Add LE L2CAP segmentation support for outgoing data

This patch adds segmentation support for outgoing data packets. Packets
are segmented based on the MTU and MPS values. The l2cap_chan struct
already contains many helpful variables from BR/EDR Enhanced L2CAP which
can be used for this.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c