Go to file
Luiz Augusto von Dentz e5a1e66f9a Bluetooth: L2CAP: Handle disconnection request
This handle disconnection request removing the existing channel and
responding properly:

> ACL Data RX: Handle 3585 flags 0x02 dlen 12
      LE L2CAP: Disconnection Request (0x06) ident 2 len 4
        Destination CID: 64
        Source CID: 64
< ACL Data TX: Handle 3585 flags 0x00 dlen 12
      LE L2CAP: Disconnection Response (0x07) ident 2 len 4
        Destination CID: 64
        Source CID: 64

Change-Id: I13a57852f5c341a067c326c457b0200de438a54e
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: Handle disconnection request 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