Home
last modified time | relevance | path

Searched refs:bt_mesh_hb_cb (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dheartbeat.h79 struct bt_mesh_hb_cb { struct
124 static const STRUCT_SECTION_ITERABLE(bt_mesh_hb_cb, _name) argument
/Zephyr-Core-3.5.0/include/zephyr/linker/common-rom/
Dcommon-rom-bt.ld21 ITERABLE_SECTION_ROM(bt_mesh_hb_cb, 4)
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst57 to the :cpp:member:`bt_mesh_hb_cb::recv` event handler.
60 :cpp:member:`bt_mesh_hb_cb::sub_end` callback gets called.
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c40 STRUCT_SECTION_FOREACH(bt_mesh_hb_cb, cb) { in notify_pub_sent()
78 STRUCT_SECTION_FOREACH(bt_mesh_hb_cb, cb) { in notify_recv()
89 STRUCT_SECTION_FOREACH(bt_mesh_hb_cb, cb) { in notify_sub_end()
/Zephyr-Core-3.5.0/cmake/linker_script/common/
Dcommon-rom.cmake116 zephyr_iterable_section(NAME bt_mesh_hb_cb KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN 4)