zephyr/subsys/bluetooth/host/mesh
Mariusz Skamra 2f81942754 Bluetooth: mesh: Fix model subscription groups cleanup
Virtual address labels array entries were not updated on va deletion,
so that STATUS_INSUFF_RESOURCES error was returned after few
subsequent Config Model Subscription Virtual Address Add, Delete,
Overwrite commands, even if there shall be free space available.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2018-01-10 16:38:53 +02:00
..
access.c Bluetooth: Mesh: Add skeleton for Health Client model 2017-11-23 14:49:55 +02:00
access.h
adv.c Bluetooth: Mesh: Use a unified send callback also for public API 2017-11-20 15:00:29 +02:00
adv.h Bluetooth: Mesh: Use a unified send callback also for public API 2017-11-20 15:00:29 +02:00
beacon.c Bluetooth: Mesh: Fix beacon cache handling 2017-12-01 12:28:56 +02:00
beacon.h
cfg_cli.c Bluetooth: Mesh: Add support for sending NetKey Add message 2017-12-05 20:02:19 +02:00
cfg_srv.c Bluetooth: mesh: Fix model subscription groups cleanup 2018-01-10 16:38:53 +02:00
CMakeLists.txt Bluetooth: Mesh: Add skeleton for Health Client model 2017-11-23 14:49:55 +02:00
crypto.c Bluetooth: Mesh: Fix model publication 2017-11-20 15:00:29 +02:00
crypto.h Bluetooth: Mesh: Fix model publication 2017-11-20 15:00:29 +02:00
foundation.h Bluetooth: Mesh: Add skeleton for Health Client model 2017-11-23 14:49:55 +02:00
friend.c Bluetooth: Mesh: Remove unnecessary variable 2017-11-29 13:05:34 +02:00
friend.h Bluetooth: Mesh: Implement handling of Friend Clear messages 2017-11-10 22:17:43 +03:00
health_cli.c Bluetooth: Mesh: Add support for Health Attention messages 2017-11-23 14:49:55 +02:00
health_srv.c Bluetooth: Mesh: Restrict scope of variables in health_get_registered() 2017-11-27 12:10:49 +02:00
Kconfig Bluetooth: Mesh: Fix typo in Kconfig help message 2017-12-07 17:15:47 +02:00
lpn.c Bluetooth: Mesh: Fix & clean up Friendship Credential handling 2017-11-28 17:17:48 +02:00
lpn.h Bluetooth: Mesh: Introduce public LPN APIs for better control 2017-11-24 11:37:09 +02:00
main.c Bluetooth: Mesh: Fix clearing Friend state upon reset 2017-11-28 17:17:48 +02:00
mesh.h Bluetooth: Mesh: Drop invalid destination addresses 2017-09-27 13:20:28 +03:00
net.c Bluetooth: Mesh: Fix relaying from GATT to Advertising 2017-12-05 13:52:10 +02:00
net.h Bluetooth: Mesh: Fix beacon cache handling 2017-12-01 12:28:56 +02:00
prov.c Bluetooth: btp: Add event indicating invalid provisioning BearerOpcode 2018-01-03 10:48:13 +01:00
prov.h Bluetooth: Mesh: Fix calling complete callback for bt_mesh_provision() 2017-11-15 13:48:29 +02:00
proxy.c Bluetooth: Mesh: Proxy: Don't try to advertise when it's not possible 2017-12-05 20:02:19 +02:00
proxy.h Bluetooth: Mesh: Add helpers for starting/stopping Node ID 2017-12-05 20:02:19 +02:00
shell.c subsys: bluetooth: host: mesh: shell: Fix IVIndex parsing 2017-12-30 08:28:00 +01:00
test.c
test.h Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
TODO Bluetooth: Mesh: Update TODO file 2017-11-21 12:19:41 +02:00
transport.c Revert "Bluetooth: Mesh: Fix ignoring invalid Transport OpCode as LPN" 2018-01-04 15:33:19 +01:00
transport.h Bluetooth: Mesh: Introduce API for clearing the RPL 2017-11-29 13:49:45 +02:00