Go to file
Mariusz Skamra cad52d1a66 drivers/nble: Fix execute write condition
This fixes the condition that has to be checked while writting attribute
value. According to the GATT API, write() callback returns the "number
of bytes written, or in case of an error BT_GATT_ERR() with a specific
ATT error code".

Change-Id: I4268e1d0585f5ce816ad64ca62232b6d739b780a
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-06-22 10:44:18 +02:00
arch nios2: don't enable XIP by default 2016-06-22 01:31:13 +00:00
boards altera_max10: use Nios II/f core 2016-06-22 01:31:10 +00:00
doc doc: add a troubleshooting guide 2016-06-22 04:49:28 +00:00
drivers drivers/nble: Fix execute write condition 2016-06-22 10:44:18 +02:00
ext ksdk: Add Makefile support for ksdk device and CPU 2016-06-20 17:38:47 +00:00
include serial: fix uart_irq_rx_disable() 2016-06-22 01:35:22 +00:00
kernel tracing: _k_command_stack is explicitly not tracked. 2016-06-16 16:30:46 +00:00
lib nios2: Kconfig: remove some unused config options 2016-06-10 15:22:42 +00:00
misc misc: add config to omit frame pointer 2016-06-16 18:15:59 +00:00
net Bluetooth: ATT: Merge all permission check in one place 2016-06-21 14:56:04 +03:00
samples samples/task_profiler: fix crash when starting profiler 2016-06-22 05:30:26 +00:00
scripts checkpatch: kconfig: warn about spaces instead of tabs 2016-06-21 19:50:59 +00:00
tests Blutooth: shell: Fix printout BR/EDR PSM server registration 2016-06-17 11:56:56 +02:00
.checkpatch.conf checkpatch: decrease max line number to 80 2016-05-31 19:09:14 +00:00
.gitattributes
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview
.mailmap mailmap: Add more entries for incomplete author information 2016-06-03 10:52:22 +00:00
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS MAINTAINERS: Add Andrew for Nios II 2016-06-22 01:31:11 +00:00
Makefile ksdk: Add Makefile support for ksdk device and CPU 2016-06-20 17:38:47 +00:00
Makefile.inc build: quote SOURCE_DIR to allow it to be a list 2016-06-22 05:02:28 +00:00
zephyr-env.sh