Home
last modified time | relevance | path

Searched refs:sub_end (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dheartbeat.h104 void (*sub_end)(const struct bt_mesh_hb_sub *sub); member
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c90 if (cb->sub_end) { in notify_sub_end()
91 cb->sub_end(&sub); in notify_sub_end()
96 static void sub_end(struct k_work *work) in sub_end() function
385 k_work_init_delayable(&sub_timer, sub_end); in bt_mesh_hb_init()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c133 .sub_end = sub_hb_end_cb,
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Dheartbeat.rst60 :cpp:member:`bt_mesh_hb_cb::sub_end` callback gets called.