Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c50 uint8_t min_hops; member
54 .min_hops = 0xFF,
90 sub_ctx.min_hops = MIN(sub_ctx.min_hops, sub->min_hops); in sub_hb_recv_cb()
103 ASSERT_EQUAL(sub_ctx.min_hops, sub->min_hops); in sub_hb_end_cb()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dheartbeat.h68 uint8_t min_hops; member
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dheartbeat.c215 sub.min_hops = MIN(sub.min_hops, hops); in bt_mesh_hb_recv()
320 sub.min_hops = 0U; in bt_mesh_hb_sub_set()
327 sub.min_hops = BT_MESH_TTL_MAX; in bt_mesh_hb_sub_set()
Dcfg_srv.c2374 net_buf_simple_add_u8(&msg, sub->min_hops); in hb_sub_send_status()
2440 sub.min_hops = BT_MESH_TTL_MAX; in heartbeat_sub_set()
/Zephyr-Core-3.7.0/samples/boards/reel_board/mesh_badge/src/
Dreel_board.c169 uint8_t min_hops; member
175 .min_hops = BT_MESH_TTL_MAX,
225 stat->min_hops = hops; in add_heartbeat()
232 if (hops < stat->min_hops) { in add_heartbeat()
233 stat->min_hops = hops; in add_heartbeat()