zephyr/include/bluetooth/mesh
Trond Einar Snekvik 723e14a432 Bluetooth: Mesh: Model start callback
Replaces the Mesh model settings_commit callback with a start callback,
indicating that the mesh model behavior is ready to start. Everything
that was previously done in the settings_commit callback may be moved to
this callback, which gets called just after mesh settings are committed,
instead of in the middle of the process.

This resolves an issue where models had no context in which to start
their behavior, as the previous settings_commit call fired before the
mesh was declared valid, making access APIs inaccessible.

Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2020-01-11 18:20:00 +01:00
..
access.h Bluetooth: Mesh: Model start callback 2020-01-11 18:20:00 +01:00
cfg_cli.h Bluetooth: Mesh: Clean up API documentation 2019-12-05 13:04:14 +01:00
cfg_srv.h Bluetooth: Mesh: Clean up API documentation 2019-12-05 13:04:14 +01:00
health_cli.h bluetooth: doc: Cleanup warnings with doc build 2019-12-12 12:39:35 -06:00
health_faults.h Bluetooth: Mesh: Restructure doc 2019-11-27 13:32:45 -05:00
health_srv.h Bluetooth: Mesh: Clean up API documentation 2019-12-05 13:04:14 +01:00
main.h Bluetooth: Mesh: Clean up API documentation 2019-12-05 13:04:14 +01:00
proxy.h Bluetooth: Mesh: Clean up API documentation 2019-12-05 13:04:14 +01:00