Searched refs:sub_end (Results 1 – 4 of 4) sorted by relevance
104 void (*sub_end)(const struct bt_mesh_hb_sub *sub); member
90 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() function385 k_work_init_delayable(&sub_timer, sub_end); in bt_mesh_hb_init()
133 .sub_end = sub_hb_end_cb,
60 :cpp:member:`bt_mesh_hb_cb::sub_end` callback gets called.