Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c51 uint8_t max_hops; member
55 .max_hops = 0,
91 sub_ctx.max_hops = MAX(sub_ctx.max_hops, sub->max_hops); in sub_hb_recv_cb()
104 ASSERT_EQUAL(sub_ctx.max_hops, sub->max_hops); in sub_hb_end_cb()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dheartbeat.h75 uint8_t max_hops; member
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c216 sub.max_hops = MAX(sub.max_hops, hops); in bt_mesh_hb_recv()
321 sub.max_hops = 0U; in bt_mesh_hb_sub_set()
328 sub.max_hops = 0U; in bt_mesh_hb_sub_set()
Dcfg_srv.c2372 net_buf_simple_add_u8(&msg, sub->max_hops); in hb_sub_send_status()
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/src/
Dreel_board.c170 uint8_t max_hops; member
176 .max_hops = 0,
226 stat->max_hops = hops; in add_heartbeat()
234 } else if (hops > stat->max_hops) { in add_heartbeat()
235 stat->max_hops = hops; in add_heartbeat()