| /Zephyr-latest/include/zephyr/bluetooth/mesh/ |
| D | msg.h | 105 uint8_t send_ttl; member 124 .send_ttl = (ttl), \ 155 .send_ttl = (pub)->ttl, \
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | transport.c | 370 .send_ttl = tx->ttl, in seg_tx_send_unacked() 538 tx->ttl = net_tx->ctx->send_ttl; in send_seg() 667 if (tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in bt_mesh_trans_send() 668 tx->ctx->send_ttl = bt_mesh_default_ttl_get(); in bt_mesh_trans_send() 669 } else if (tx->ctx->send_ttl > BT_MESH_TTL_MAX) { in bt_mesh_trans_send() 1071 if (tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in bt_mesh_ctl_send() 1072 tx->ctx->send_ttl = bt_mesh_default_ttl_get(); in bt_mesh_ctl_send() 1073 } else if (tx->ctx->send_ttl > BT_MESH_TTL_MAX) { in bt_mesh_ctl_send() 1093 tx->ctx->send_ttl, ctl_op); in bt_mesh_ctl_send() 1110 .send_ttl = ttl, in send_ack() [all …]
|
| D | net.c | 411 .send_ttl = 1U, in bt_mesh_net_local() 468 net_buf_simple_push_u8(buf, tx->ctx->send_ttl | 0x80); in net_header_encode() 470 net_buf_simple_push_u8(buf, tx->ctx->send_ttl); in net_header_encode() 555 tx->ctx->send_ttl == 1U) { in bt_mesh_net_send() 569 if (tx->ctx->send_ttl == 1U) { in bt_mesh_net_send() 839 rx->ctx.send_ttl = 0U; in bt_mesh_net_decode() 841 rx->ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_net_decode()
|
| D | dfu_srv.c | 187 ctx->send_ttl = srv->update.ttl; in handle_info_get() 215 ctx->send_ttl = srv->update.ttl; in handle_metadata_check() 241 ctx->send_ttl = srv->update.ttl; in update_status_rsp()
|
| D | lpn.c | 215 .send_ttl = 0, in send_friend_clear() 362 .send_ttl = 0, in send_friend_req() 464 .send_ttl = 0, in send_friend_poll() 792 .send_ttl = 0, in sub_update()
|
| D | blob_srv.c | 182 .send_ttl = srv->state.ttl, in block_report() 348 ctx->send_ttl = srv->state.ttl; in xfer_status_rsp() 411 ctx->send_ttl = srv->state.ttl; in block_status_rsp() 830 ctx->send_ttl = srv->state.ttl; in handle_info_get()
|
| D | heartbeat.c | 112 .send_ttl = pub.ttl, in heartbeat_send()
|
| D | dfu_cli.c | 27 .send_ttl = (cli)->blob.inputs->ttl, \ 903 ctx->send_ttl = cli->req.ttl; in handle_info_status() 1188 cli->req.ttl = ctx->send_ttl; in bt_mesh_dfu_cli_imgs_get()
|
| D | friend.c | 289 tx.ctx->send_ttl = BT_MESH_TTL_MAX; in bt_mesh_friend_clear() 815 .send_ttl = BT_MESH_TTL_MAX, in send_friend_clear() 1494 info.ttl = tx->ctx->send_ttl; in friend_lpn_enqueue_tx()
|
| D | rpr_cli.c | 25 .addr = (_srv)->addr, .send_ttl = (_srv)->ttl, \
|
| D | rpr_srv.c | 32 .addr = (_cli)->addr, .send_ttl = (_cli)->ttl, \
|
| D | blob_cli.c | 588 .send_ttl = cli->inputs->ttl, in tx()
|
| /Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/ |
| D | main.c | 32 .send_ttl = 0x06}; 128 zassert_equal(gctx.send_ttl, 0x06); in tc_teardown()
|
| /Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
| D | main.c | 227 .send_ttl = BT_MESH_TTL_DEFAULT, in board_button_1_pressed()
|
| /Zephyr-latest/subsys/bluetooth/mesh/shell/ |
| D | dfu.c | 578 .send_ttl = BT_MESH_TTL_DEFAULT, in cmd_dfu_target_state() 634 .send_ttl = BT_MESH_TTL_DEFAULT, in cmd_dfu_target_imgs() 670 .send_ttl = BT_MESH_TTL_DEFAULT, in cmd_dfu_target_check() 779 .send_ttl = BT_MESH_TTL_DEFAULT, in cmd_dfu_tx_cancel()
|
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
| D | mesh_test.c | 458 test_send_ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_test_send_async() 541 test_send_ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_test_send_data()
|
| D | test_replay_cache.c | 265 .send_ttl = BT_MESH_TTL_DEFAULT, in msg_send()
|
| D | test_access.c | 383 .send_ttl = BT_MESH_TTL_DEFAULT, in test_tx_ext_model()
|
| /Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
| D | mesh.c | 530 .send_ttl = DEFAULT_TTL, in send_hello() 557 .send_ttl = DEFAULT_TTL, in send_baduser()
|
| /Zephyr-latest/samples/bluetooth/mesh/src/ |
| D | main.c | 307 .send_ttl = BT_MESH_TTL_DEFAULT, in gen_onoff_send()
|
| /Zephyr-latest/tests/bluetooth/tester/src/ |
| D | btp_mesh.c | 1691 .send_ttl = cp->ttl, in net_send() 1698 LOG_DBG("ttl 0x%02x dst 0x%04x payload_len %d", ctx.send_ttl, in net_send() 1816 .send_ttl = cp->ttl, in model_send() 4247 .send_ttl = BT_MESH_TTL_DEFAULT, in dfu_info_get() 4282 .send_ttl = BT_MESH_TTL_DEFAULT, in dfu_update_metadata_check() 4345 .send_ttl = BT_MESH_TTL_DEFAULT, in dfu_firmware_update_get() 4379 .send_ttl = BT_MESH_TTL_DEFAULT, in dfu_firmware_update_cancel()
|