zephyr/drivers/bluetooth
Luiz Augusto von Dentz 31016448b4 Bluetooth: GATT: Fix not removing subscriptions safely
The subscriptions callback may free or reuse the subscription so all
instances that where this could happen need to safely fetch the next
element which is why this changes switch to use sys_list_t as it has
SYS_SLIST_FOR_EACH_NODE_SAFE.

Change-Id: I37d51f27116ea0c057b560924a9416676477597b
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-02-06 11:18:57 +00:00
..
hci Bluetooth: Reuse HCI command buffers for the command response 2017-02-05 22:39:25 +02:00
nble Bluetooth: GATT: Fix not removing subscriptions safely 2017-02-06 11:18:57 +00:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile Bluetooth: Move controller code to subsys/bluetooth 2016-11-04 22:05:05 +02:00
nrf51_pm.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
nrf51_pm.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
util.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00