Go to file
Johan Hedberg 4dda330440 Bluetooth: Implement ACL fragmentation for outgoing data
If we have a buffer that's larger than the supported ACL MTU we need
to split it into multiple fragments. The first fragment will have
'start' in the flags that are encoded to the connection handle and
subsequent ones will have 'continue' encoded into them.

To not loose track of the original buffer until we have created all of
the fragments we store each buffers in a temporary FIFO and then later
read them back out from there and put them into the tx_queue.

Change-Id: Ice77a79a89286829d624f76df77e0aa719af1490
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:13:56 -05:00
arch Rename _I8259SpuriousIntCount to _i8259_spurious_interrupt_count 2016-02-05 20:13:54 -05:00
config fsl_frdm_k64f: Increase number of IRQs for Bluetooth over UART 2016-02-05 20:13:51 -05:00
drivers Bluetooth: coding-style: fix one-line branch braces usage 2016-02-05 20:13:56 -05:00
host Fix checkpatch issue - WARNING:SPACING 2016-02-05 20:13:54 -05:00
include Bluetooth: Extend advertising API 2016-02-05 20:13:56 -05:00
kernel Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
lib/libc/minimal Fix checkpatch issue - WARNING:SPACING 2016-02-05 20:13:54 -05:00
make Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
misc Remove inclusion of unused header files 2016-02-05 20:13:41 -05:00
net Bluetooth: Implement ACL fragmentation for outgoing data 2016-02-05 20:13:56 -05:00
samples Bluetooth: Add bt_regression script based on scripts/regression 2016-02-05 20:13:56 -05:00
scripts Bluetooth: Add arm targets for init sample 2016-02-05 20:13:56 -05:00
shared/include/nanokernel/x86 Fix checkpatch issue - ERROR:OPEN_BRACE 2016-02-05 20:13:54 -05:00
.gitattributes
.gitignore Prune obsolete entry from .gitignore 2016-02-05 20:13:51 -05:00
.mailmap
vxmicro-env.bash Remove reference to CodeSourcery 2016-02-05 20:13:41 -05:00