Go to file
Jonathan Gelie b3ac77becd Bluetooth: GATT: introduce volatile subscription flag
Some application protocol required non-persistente subscription
across connection even in bonded case.
Flag BT_GATT_SUBSCRIBE_FLAG_VOLATILE specify if subscription
must be remove during disonnection.

Change-Id: I1bc2bbbb4bc86f58905e44a7eb267ca0871f2fdb
Signed-off-by: Jonathan Gelie <jonathanx.gelie@intel.com>
2017-02-06 17:43:18 +00:00
.known-issues doc/api/networking: Add existing network protocol libraries APIs 2017-02-03 15:59:18 +02:00
arch arm: Adjust entry point of XIP kernels to the __reset function 2017-02-04 19:32:40 +00:00
boards boards: arduino_101_sss: use new gpio device name 2017-02-04 19:21:08 +00:00
doc doc: add cross-references to hello_world sample 2017-02-03 22:57:05 +00:00
drivers Bluetooth: GATT: introduce volatile subscription flag 2017-02-06 17:43:18 +00:00
ext ext: qmsi: fix an incomplete type issue 2017-02-04 20:08:07 +00:00
include Bluetooth: GATT: introduce volatile subscription flag 2017-02-06 17:43:18 +00:00
kernel kernel: k_timer_stop: remove assert when called from an ISR 2017-02-04 19:25:11 +00:00
lib libc: minimal: rename private macro 2017-02-04 19:22:07 +00:00
misc misc/printk: Add a function to get the current hook function. 2017-01-27 12:35:52 +02:00
samples Bluetooth: Reuse HCI command buffers for the command response 2017-02-05 22:39:25 +02:00
scripts sanitcheck: add sam_e70_xplained 2017-02-04 02:57:49 +00:00
subsys Bluetooth: GATT: introduce volatile subscription flag 2017-02-06 17:43:18 +00:00
tests Bluetooth: shell: Add support to retrieve A2SRC record 2017-02-05 22:39:25 +02:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild build: Use ZEPHYRINCLUDE when building offsets.o 2017-01-25 12:20:21 +00:00
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS MAINTAINERS: added maintainer for riscv32 2017-02-03 19:31:41 +01:00
Makefile build: add _ASMLANGUAGE to all asm files 2017-01-24 13:34:51 +00:00
Makefile.inc
Makefile.test
zephyr-env.sh