commit | 177f8f2b1259a1292a09a1b7563ebb90675f88ff | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri May 31 17:54:51 2013 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Dec 05 07:05:35 2013 -0800 |
tree | 652b44c896a77522d8357b72c629221f2384d3ce | |
parent | 837776f7904024df451422f32b09c67e88ae2aa2 [diff] |
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>