Home
last modified time | relevance | path

Searched refs:BT_MESH_TTL_DEFAULT (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Drpr.c91 .ttl = BT_MESH_TTL_DEFAULT, in cmd_scan()
133 .ttl = BT_MESH_TTL_DEFAULT, in cmd_scan_ext()
174 .ttl = BT_MESH_TTL_DEFAULT, in cmd_scan_srv()
208 .ttl = BT_MESH_TTL_DEFAULT, in cmd_scan_caps()
236 .ttl = BT_MESH_TTL_DEFAULT, in cmd_scan_get()
264 .ttl = BT_MESH_TTL_DEFAULT, in cmd_scan_stop()
289 .ttl = BT_MESH_TTL_DEFAULT, in cmd_link_get()
315 .ttl = BT_MESH_TTL_DEFAULT, in cmd_link_close()
336 .ttl = BT_MESH_TTL_DEFAULT, in cmd_provision_remote()
372 .ttl = BT_MESH_TTL_DEFAULT, in cmd_reprovision_remote()
Ddfu.c579 .send_ttl = BT_MESH_TTL_DEFAULT, in cmd_dfu_target_state()
635 .send_ttl = BT_MESH_TTL_DEFAULT, in cmd_dfu_target_imgs()
671 .send_ttl = BT_MESH_TTL_DEFAULT, in cmd_dfu_target_check()
766 dfu_tx.inputs.ttl = BT_MESH_TTL_DEFAULT; in cmd_dfu_send()
780 .send_ttl = BT_MESH_TTL_DEFAULT, in cmd_dfu_tx_cancel()
Ddfd.c234 params.ttl = BT_MESH_TTL_DEFAULT; in cmd_dfd_start()
Dblob.c280 blob_cli_xfer.inputs.ttl = BT_MESH_TTL_DEFAULT; in blob_cli_inputs_prepare()
Dshell.c1008 BT_MESH_TTL_DEFAULT); in cmd_net_send()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmsg.h134 BT_MESH_MSG_CTX_INIT(0, app_key_idx, dst, BT_MESH_TTL_DEFAULT)
144 BT_MESH_MSG_CTX_INIT(net_key_idx, BT_MESH_KEY_DEV_REMOTE, dst, BT_MESH_TTL_DEFAULT)
Daccess.h960 #define BT_MESH_TTL_DEFAULT 0xff macro
/Zephyr-latest/subsys/bluetooth/mesh/
Drpr.h28 .ttl = BT_MESH_TTL_DEFAULT \
Dblob_srv.c220 srv->state.ttl = BT_MESH_TTL_DEFAULT; in cancel()
854 srv->state.ttl = BT_MESH_TTL_DEFAULT; in blob_srv_init()
926 srv->state.ttl = BT_MESH_TTL_DEFAULT; in blob_srv_start()
Dcfg_srv.c772 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_set()
870 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_va_set()
2343 if (param->ttl > BT_MESH_TTL_MAX && param->ttl != BT_MESH_TTL_DEFAULT) { in heartbeat_pub_set()
Dtransport.c667 if (tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in bt_mesh_trans_send()
1071 if (tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in bt_mesh_ctl_send()
Dnet.c841 rx->ctx.send_ttl = BT_MESH_TTL_DEFAULT; in bt_mesh_net_decode()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst46 .ttl = BT_MESH_TTL_DEFAULT,
82 .ttl = BT_MESH_TTL_DEFAULT,
121 .ttl = BT_MESH_TTL_DEFAULT,
Dblob_cli.rst49 .ttl = BT_MESH_TTL_DEFAULT,
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c227 .send_ttl = BT_MESH_TTL_DEFAULT, in board_button_1_pressed()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c458 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()
Dtest_replay_cache.c265 .send_ttl = BT_MESH_TTL_DEFAULT, in msg_send()
Dtest_blob.c360 blob_cli_xfer.inputs.ttl = BT_MESH_TTL_DEFAULT; in blob_cli_inputs_prepare()
1576 ASSERT_EQUAL(BT_MESH_TTL_DEFAULT, blob_srv.state.ttl); in test_srv_stop()
Dtest_access.c383 .send_ttl = BT_MESH_TTL_DEFAULT, in test_tx_ext_model()
Dtest_friendship.c566 test_model->pub->ttl = BT_MESH_TTL_DEFAULT; in test_lpn_msg_mesh()
Dtest_dfu.c845 dfu_cli_xfer.inputs.ttl = BT_MESH_TTL_DEFAULT; in dfu_cli_inputs_prepare()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c3917 .ttl = BT_MESH_TTL_DEFAULT, in rpr_scan_start()
3942 .ttl = BT_MESH_TTL_DEFAULT, in rpr_ext_scan_start()
3965 .ttl = BT_MESH_TTL_DEFAULT, in rpr_scan_caps_get()
3992 .ttl = BT_MESH_TTL_DEFAULT, in rpr_scan_get()
4019 .ttl = BT_MESH_TTL_DEFAULT, in rpr_scan_stop()
4043 .ttl = BT_MESH_TTL_DEFAULT, in rpr_link_get()
4068 .ttl = BT_MESH_TTL_DEFAULT, in rpr_link_close()
4092 .ttl = BT_MESH_TTL_DEFAULT, in rpr_prov_remote()
4113 .ttl = BT_MESH_TTL_DEFAULT, in rpr_reprov_remote()
4247 .send_ttl = BT_MESH_TTL_DEFAULT, in dfu_info_get()
[all …]
/Zephyr-latest/samples/bluetooth/mesh/src/
Dmain.c307 .send_ttl = BT_MESH_TTL_DEFAULT, in gen_onoff_send()