No description
Find a file
Vinayak Chettimada f0186d716d Bluetooth: Controller: Fix DLE to check supported rx length
When the Controller is configured to support less than 251
as the supported maximum data length, missing check caused
the Controller to incorrectly re-initialize its rx buffers
causing assert during the DLE procedure. This commit fixes
the procedure to correctly use the supported maximum length
if the peer requests a transmit length that exceeds the
supported receive length.

Change-id: I6ad7196e3db44b303ddf2ec06e0ae579bf2eb774
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-12-03 17:09:38 +00:00
.known-issues known-issues: update rule for TCF summary line 2016-09-16 11:31:27 -07:00
arch arch/x86: Remove unused parameter warning 2016-12-03 14:49:10 +00:00
boards boards/x86/pinmux: Remove unused parameter warning 2016-12-03 14:49:08 +00:00
doc doc: power_mgmt: Update PM doc with latest changes 2016-11-30 23:54:42 +00:00
drivers console: Add a Segger RTT console driver 2016-12-03 15:24:39 +00:00
ext ext: Import Segger J-Link RTT library 2016-12-03 15:24:38 +00:00
include Bluetooth: Account K_THREAD_SIZEOF in BT_STACK macros 2016-12-03 17:09:38 +00:00
kernel kernel: replace .BSS and .DATA setup with standard library calls 2016-12-02 17:44:06 +00:00
lib libc/minimal: snprintf(): KILL negative len parameter 2016-11-28 20:49:37 +00:00
misc build: x86: add some flexibility in custom linker scripts 2016-11-30 22:47:02 +00:00
net net: buf: Add extra logic when debug is enabled 2016-11-28 14:57:44 +00:00
samples Bluetooth: Make bt_send stack requirements a Kconfig option 2016-12-03 17:09:38 +00:00
scripts sanitycheck: update footprint data 2016-12-03 00:09:40 +00:00
subsys Bluetooth: Controller: Fix DLE to check supported rx length 2016-12-03 17:09:38 +00:00
tests tests: increase stack size on test_errno 2016-12-02 22:57:30 +00:00
.checkpatch.conf checkpatch: ignore CONST_STRUCT warnings 2016-11-11 22:12:22 +00:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview Add a .gitreview file 2016-02-20 14:25:01 +00:00
.mailmap mailmap: update with new emails 2016-10-07 16:15:24 +00:00
defaults.tc testcases: catch more fatal kernel error messages 2016-11-11 13:21:16 +00:00
Kbuild build: remove old kernel support 2016-11-07 11:34:18 -08:00
Kconfig kconfig: Do not put architecture in the title 2016-03-14 16:50:51 -04:00
Kconfig.zephyr usb: move usb subsystem to subsys/usb and cleanup header inclusion 2016-10-31 19:21:42 +00:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
LICENSING.rst LICENSING: clarify licenses of imported / reused code 2016-11-11 01:36:14 +00:00
MAINTAINERS Revert "maintainers: fix Ruud's email" 2016-12-02 23:08:53 -05:00
Makefile Update version to 1.6.99 2016-12-02 23:09:36 -05:00
Makefile.inc build: Document outputexports 2016-11-12 02:08:08 +00:00
release-notes.rst release-note: initial import with 1.6 release notes 2016-12-03 00:06:23 -05:00
zephyr-env.sh win-build: corrects scripts_path for windows build. 2016-10-15 15:09:54 +00:00