No description
Find a file
Mariusz Skmara 2305196461 Bluetooth: Fix not sending L2CAP Connection Parameters Update Request
This fixes issue that L2CAP Connection Parameters Update Request was
not sent. There was check that used LE features of host controller
to determine if L2CAP procedure or LL shall be used. It was failing
with 4.2 controller. The check shall test if remote supports
LL Connection Parameters Request Procedure. If it's not supported,
then L2CAP Connection Parameters Update Procedure will be used.

Closes ZEP-1220

1/4   L2CAP   TC_LE_CPU_BV_01_C      PASS
2/4   GAP     TC_CONN_CPUP_BV_01_C   PASS
3/4   GAP     TC_CONN_CPUP_BV_02_C   PASS
4/4   GAP     TC_CONN_CPUP_BV_03_C   PASS

Change-Id: I61ad544d9568ca6306a845e05c1a2e28d1693ab4
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-11-18 07:47:50 +02:00
.known-issues known-issues: update rule for TCF summary line 2016-09-16 11:31:27 -07:00
arch soc: stm32f1: gpio: Fix unnecessary else statement 2016-11-18 02:03:53 +00:00
boards board_beetle: Add support for ARM V2M Beetle Board 2016-11-11 20:39:54 +00:00
doc doc: Add descriptions for clock-related helper macros 2016-11-18 02:31:35 +00:00
drivers Bluetooth: Use convenience macros for timeout durations 2016-11-18 07:47:50 +02:00
ext tinycrypt: Fix bug in CTR PRNG reseed function 2016-11-16 16:51:53 +00:00
include doc: Minor cosmetic tweaks for kernel API descriptions 2016-11-18 02:31:35 +00:00
kernel doc: Minor cosmetic tweaks for kernel API descriptions 2016-11-18 02:31:35 +00:00
lib libc: atoi() avoid fallthroughs in switch cases 2016-11-16 22:05:53 +00:00
misc kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
net net: ip: fix variable type mismatching issue 2016-11-18 00:21:09 +00:00
samples Bluetooth: Use convenience macros for timeout durations 2016-11-18 07:47:50 +02:00
scripts kernel: remove last instances of tNANO in comments 2016-11-14 10:30:24 -05:00
subsys Bluetooth: Fix not sending L2CAP Connection Parameters Update Request 2016-11-18 07:47:50 +02:00
tests test: power states: fix dead code issue 2016-11-18 02:05:00 +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 board_beetle: Add support for ARM V2M Beetle Board 2016-11-11 20:39:54 +00:00
Makefile Revert "build: Handle ALL_LIBS dependencies correctly" 2016-11-18 00:24:03 +00:00
Makefile.inc build: Document outputexports 2016-11-12 02:08:08 +00:00
zephyr-env.sh win-build: corrects scripts_path for windows build. 2016-10-15 15:09:54 +00:00