Bluetooth: Mesh: Move heartbeat to separate module
Encapsulates the Heartbeat state and functionality in a separate heartbeat module, removing all manipulation of the heartbeat state from the transport and config server modules. Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
This commit is contained in:
parent
ec0e737b0c
commit
0dc9e5cd96
14 changed files with 659 additions and 451 deletions
|
@ -105,6 +105,8 @@
|
|||
#if defined(CONFIG_BT_MESH)
|
||||
Z_ITERABLE_SECTION_ROM(bt_mesh_subnet_cb, 4)
|
||||
Z_ITERABLE_SECTION_ROM(bt_mesh_app_key_cb, 4)
|
||||
|
||||
Z_ITERABLE_SECTION_ROM(bt_mesh_hb_cb, 4)
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_BT_MESH_FRIEND)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue