No description
Find a file
Mariusz Skamra de72c02645 Bluetooth: Don't response with error to Exchange MTU req if MTU > 517
According to the Core Spec we shall respond to Exchange MTU Request
with MTU parameter set to the maximum MTU that we can receive.
As a Client, we shouldn't send an error if Server's Rx MTU exceeds
517 bytes. Whe should respond with our maximum MTU, because
after negotiation is done, ATT_MTU shall be set to the
minimum of the Client Rx MTU and Server Rx MTU values.

Error will be sent only in case of Rx MTU lower than LE default
ATT_MTU (23).

Change-Id: I9fa4f3fdb9b8129d52fc7b2557129c0894e5d201
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:24:31 -05:00
arch init: Support fine-grained device initialization priorities 2016-02-05 20:24:30 -05:00
doc doc: Correct Bluetooth sample lines 2016-02-05 20:24:30 -05:00
drivers Change new files from BSD-3 licenses to Apache 2.0 2016-02-05 20:24:30 -05:00
include Bluetooth: Add bt_uuid_to_str function 2016-02-05 20:24:30 -05:00
kernel init: Optimize device_get_binding() 2016-02-05 20:24:30 -05:00
lib Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
misc Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
net Bluetooth: Don't response with error to Exchange MTU req if MTU > 517 2016-02-05 20:24:31 -05:00
samples Bluetooth: shell: Improve device found event callback 2016-02-05 20:24:30 -05:00
scripts toolchain: change section macro to support external c libraries 2016-02-05 20:24:29 -05:00
.checkpatch.conf checkpatch: ignore PREFER_KERNEL_TYPES 2016-02-05 20:24:29 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore .gitignore: add ctags data file 2016-02-05 20:16:15 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kbuild mdef: do not try to use MDEF file if it was not defined 2016-02-05 20:24:23 -05:00
Kconfig Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Kconfig.zephyr Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
Makefile gcc: build with -fstack-usage 2016-02-05 20:24:29 -05:00
Makefile.inc kbuild: make menuconfig work with local configuration 2016-02-05 20:24:29 -05:00
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00