zephyr/subsys/bluetooth/mesh
Trond Einar Snekvik 19718fd6da Bluetooth: Mesh: Skip publish if update fails
Allow models to skip a periodic publish interval by returning an error
from the publish update callback.

Previously, an error return from publish update would cancel periodic
publishing. This can't be recovered from, and as such, no valid model
implementation could return an error from this callback, and there was
no way to skip a periodic publish.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2020-01-16 14:13:37 +02:00
..
CMakeLists.txt
Kconfig kconfig: Remove redundant 'default n' and 'prompt' properties 2019-12-09 16:14:50 +01:00
TODO
access.c Bluetooth: Mesh: Skip publish if update fails 2020-01-16 14:13:37 +02:00
access.h Bluetooth: Mesh: Model extension concept 2019-11-07 18:57:32 +02:00
adv.c
adv.h
beacon.c
beacon.h
cfg_cli.c Bluetooth: Mesh: Fixes Config client send publish message 2019-11-14 14:26:21 +02:00
cfg_srv.c Bluetooth: mesh: Use 24-bit functions 2020-01-02 19:05:27 +01:00
crypto.c Bluetooth: Mesh: Refactor CCM 2019-12-11 23:53:02 +02:00
crypto.h
foundation.h
friend.c Bluetooth: mesh: Use 24-bit functions 2020-01-02 19:05:27 +01:00
friend.h
health_cli.c
health_srv.c
lpn.c Bluetooth: Mesh: Fix PreviousAddress endianess in Friend Request 2020-01-03 10:14:10 +01:00
lpn.h
main.c Bluetooth: Mesh: Model start callback 2020-01-11 18:20:00 +01:00
mesh.h Bluetooth: Mesh: Model start callback 2020-01-11 18:20:00 +01:00
net.c Bluetooth: mesh: Use 24-bit functions 2020-01-02 19:05:27 +01:00
net.h Bluetooth: Mesh: Fixes Friend Add Another Update 2019-12-14 16:59:59 +02:00
nodes.c
nodes.h
prov.c
prov.h
proxy.c Bluetooth: host: cfg_write callback to return error code 2020-01-10 17:41:15 +01:00
proxy.h
settings.c Bluetooth: Mesh: Model start callback 2020-01-11 18:20:00 +01:00
settings.h
shell.c Bluetooth: Mesh: Add support for provisioner over PB-ADV to shell 2019-10-30 13:08:09 +01:00
test.c
test.h
transport.c Bluetooth: Mesh: Enable Segmented Control Messages 2020-01-11 18:20:52 +01:00
transport.h