Home
last modified time | relevance | path

Searched refs:init_ttl (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c105 uint8_t init_ttl; in heartbeat_send() member
128 hb.init_ttl = pub.ttl; in heartbeat_send()
192 uint8_t init_ttl, hops; in bt_mesh_hb_recv() local
200 init_ttl = (net_buf_simple_pull_u8(buf) & 0x7f); in bt_mesh_hb_recv()
203 hops = (init_ttl - rx->ctx.recv_ttl + 1); in bt_mesh_hb_recv()
223 rx->ctx.recv_ttl, init_ttl, hops, (hops == 1U) ? "" : "s", feat); in bt_mesh_hb_recv()
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/src/
Dmesh.c455 uint8_t init_ttl, hops; in vnd_heartbeat() local
462 init_ttl = net_buf_simple_pull_u8(buf); in vnd_heartbeat()
463 hops = init_ttl - ctx->recv_ttl + 1; in vnd_heartbeat()