Searched refs:recv_ttl (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | net.c | 409 .recv_ttl = TTL(buf->data), in bt_mesh_net_local() 691 if (rx->ctx.recv_ttl <= 1U) { in bt_mesh_net_relay() 702 LOG_DBG("TTL %u CTL %u dst 0x%04x", rx->ctx.recv_ttl, rx->ctl, rx->ctx.recv_dst); in bt_mesh_net_relay() 723 sbuf->data[1] |= rx->ctx.recv_ttl - 1U; in bt_mesh_net_relay() 799 rx->ctx.recv_ttl = TTL(buf->data); in bt_mesh_net_header_parse() 835 rx->ctx.recv_ttl = TTL(out->data); in bt_mesh_net_decode() 838 if (rx->ctx.recv_ttl == 0U) { in bt_mesh_net_decode() 856 LOG_DBG("src 0x%04x dst 0x%04x ttl %u", rx->ctx.addr, rx->ctx.recv_dst, rx->ctx.recv_ttl); in bt_mesh_net_decode()
|
D | heartbeat.c | 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()
|
D | friend.c | 1454 info.ttl = rx->ctx.recv_ttl; in friend_lpn_enqueue_rx() 1456 info.ttl = rx->ctx.recv_ttl - 1U; in friend_lpn_enqueue_rx() 1705 (rx->ctx.recv_ttl <= 1U && rx->net_if != BT_MESH_NET_IF_LOCAL) || in bt_mesh_friend_enqueue_rx() 1710 LOG_DBG("recv_ttl %u net_idx 0x%04x src 0x%04x dst 0x%04x", rx->ctx.recv_ttl, in bt_mesh_friend_enqueue_rx()
|
D | transport.c | 1638 bt_mesh_test_net_recv(rx->ctx.recv_ttl, rx->ctl, rx->ctx.addr, rx->ctx.recv_dst, in bt_mesh_trans_recv()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | msg.h | 96 uint8_t recv_ttl; member
|
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/ |
D | main.c | 29 .recv_ttl = 0x05, 125 zassert_equal(gctx.recv_ttl, 0x05); in tc_teardown()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.c | 55 LOG_INF("\tttl: %u", ctx->recv_ttl); in msg_rx() 87 LOG_INF("\tttl: %u", ctx->recv_ttl); in data_rx()
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | mesh.c | 463 hops = init_ttl - ctx->recv_ttl + 1; in vnd_heartbeat()
|