Searched refs:init_ttl (Results 1 – 2 of 2) sorted by relevance
105 uint8_t init_ttl; in heartbeat_send() member128 hb.init_ttl = pub.ttl; in heartbeat_send()192 uint8_t init_ttl, hops; in bt_mesh_hb_recv() local200 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()
455 uint8_t init_ttl, hops; in vnd_heartbeat() local462 init_ttl = net_buf_simple_pull_u8(buf); in vnd_heartbeat()463 hops = init_ttl - ctx->recv_ttl + 1; in vnd_heartbeat()