Go to file
Luiz Augusto von Dentz 6da7f385a5 Bluetooth: L2CAP: Send LE Flow Control Credit
This adds logic to send more credits whenever it went bellow the
define threshold (50% of maximum):

> ACL Data RX: Handle 3585 flags 0x01 dlen 16
      Channel: 64 len 66 [PSM 128 mode 0] {chan 0}
        40 00 18 00 00 00 40 00 7f 7f 7f 7f 7f 7f 7f 7f  @.....@.........
        7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f  ................
        7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f  ................
        7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f 7f  ................
        7f 7f                                            ..
< ACL Data TX: Handle 3585 flags 0x00 dlen 12
      LE L2CAP: LE Flow Control Credit (0x16) ident 58 len 4
        Source CID: 64
        Credits: 1

Change-Id: If12f3012a5405beca696edab3dd31775818bdeb8
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:24:40 -05:00
arch eth: dw: galileo: Provide pre-set MMIO base address and IRQ 2016-02-05 20:24:38 -05:00
doc Zephyr 0.6.0 2016-02-05 20:24:37 -05:00
drivers Bluetooth: uart: Fix discarding data in case of too small buffer 2016-02-05 20:24:40 -05:00
include Bluetooth: Differentiate send/recv of needed driver headroom 2016-02-05 20:24:39 -05:00
kernel
lib
misc
net Bluetooth: L2CAP: Send LE Flow Control Credit 2016-02-05 20:24:40 -05:00
samples net: test: Remove the test_15_4 testcase temporarily 2016-02-05 20:24:40 -05:00
scripts Update sanity test results 2016-02-05 20:24:37 -05:00
.checkpatch.conf
.gitattributes
.gitignore
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile Zephyr 0.6.0 2016-02-05 20:24:37 -05:00
Makefile.inc
zephyr-env.sh