Home
last modified time | relevance | path

Searched refs:send_ttl (Results 1 – 25 of 28) sorted by relevance

12

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_time_scene_model.c262 params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_time_scene_client_cb_evt_to_btc()
312 common.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_time_scene_client_call_handler()
332 common.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_time_scene_client_call_handler()
445 cb_params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_time_scene_server_cb_evt_to_btc()
Dbtc_ble_mesh_lighting_model.c260 params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_lighting_client_cb_evt_to_btc()
310 common.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_lighting_client_call_handler()
330 common.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_lighting_client_call_handler()
542 cb_params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_lighting_server_cb_evt_to_btc()
Dbtc_ble_mesh_health_model.c279 params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_health_client_cb_evt_to_btc()
327 param.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_health_client_get_state()
362 param.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_health_client_set_state()
Dbtc_ble_mesh_config_model.c346 params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_config_client_cb_evt_to_btc()
409 param.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_config_client_get_state()
489 param.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_config_client_set_state()
737 cb_params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_config_server_cb_evt_to_btc()
Dbtc_ble_mesh_generic_model.c416 params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_generic_client_cb_evt_to_btc()
466 common.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_generic_client_call_handler()
486 common.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_generic_client_call_handler()
727 cb_params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_generic_server_cb_evt_to_btc()
Dbtc_ble_mesh_sensor_model.c498 params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_sensor_client_cb_evt_to_btc()
548 common.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_sensor_client_call_handler()
568 common.ctx.send_ttl = params->ctx.send_ttl; in btc_ble_mesh_sensor_client_call_handler()
859 cb_params.ctx.send_ttl = ctx->send_ttl; in bt_mesh_sensor_server_cb_evt_to_btc()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/fast_provisioning/
Dble_mesh_fast_prov_operation.c360 common.ctx.send_ttl = 0; in example_send_config_appkey_add()
383 common.ctx.send_ttl = 0; in example_send_generic_onoff_get()
416 common.ctx.send_ttl = 0; in example_send_generic_onoff_set()
483 .send_ttl = 0, in example_send_fast_prov_info_set()
506 .send_ttl = 0, in example_send_fast_prov_net_key_add()
529 .send_ttl = 0, in example_send_fast_prov_self_prov_node_addr()
549 .send_ttl = 0, in example_send_fast_prov_all_node_addr_get()
570 ctx->send_ttl = 0; in example_send_fast_prov_status_msg()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c472 if (net_tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in send_seg()
475 tx->ttl = net_tx->ctx->send_ttl; in send_seg()
1181 if (tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in ctl_send_seg()
1184 tx_seg->ttl = tx->ctx->send_ttl; in ctl_send_seg()
1238 tx->ctx->addr, tx->ctx->send_ttl, ctl_op); in bt_mesh_ctl_send()
1257 .send_ttl = ttl, in send_ack()
1467 rx->ttl = net_rx->ctx.send_ttl; in seg_rx_alloc()
1563 net_rx->ctx.addr, net_rx->ctx.send_ttl, in trans_seg()
1585 net_rx->ctx.send_ttl, seq_auth, 0, in trans_seg()
1601 net_rx->ctx.send_ttl, seq_auth, 0, in trans_seg()
[all …]
Dnet.c877 net_buf_simple_push_u8(buf, tx->ctx->send_ttl | 0x80); in bt_mesh_net_encode()
879 net_buf_simple_push_u8(buf, tx->ctx->send_ttl); in bt_mesh_net_encode()
921 if (tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in bt_mesh_net_send()
922 tx->ctx->send_ttl = bt_mesh_default_ttl_get(); in bt_mesh_net_send()
935 tx->ctx->send_ttl != 1U) { in bt_mesh_net_send()
949 tx->ctx->send_ttl != 1U) { in bt_mesh_net_send()
975 } else if (tx->ctx->send_ttl != 1U) { in bt_mesh_net_send()
1364 rx->ctx.send_ttl = 0U; in bt_mesh_net_decode()
1366 rx->ctx.send_ttl = BLE_MESH_TTL_DEFAULT; in bt_mesh_net_decode()
Dlpn.c186 .send_ttl = 0, in send_friend_clear()
309 .send_ttl = 0, in send_friend_req()
380 .send_ttl = 0, in send_friend_poll()
666 .send_ttl = 0, in sub_update()
Daccess.c181 .send_ttl = pub->ttl, in publish_retransmit()
876 ctx.send_ttl = pub->ttl; in bt_mesh_model_publish()
Dfriend.c282 tx.ctx->send_ttl = BLE_MESH_TTL_MAX; in bt_mesh_friend_clear()
798 .send_ttl = BLE_MESH_TTL_MAX, in send_friend_clear()
1437 info.ttl = tx->ctx->send_ttl; in friend_lpn_enqueue_tx()
Dproxy_client.c838 .send_ttl = 0U, /* TTL shall be set to 0 */ in send_proxy_cfg()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_reg_gen_onoff_client_cmd.c115 .ctx.send_ttl = 7, in ble_mesh_generic_onoff_client_model()
Dble_mesh_reg_test_perf_client_cmd.c60 ctx.send_ttl = profile_context->ttl; in ble_mesh_test_performance_client_model_throughput()
Dble_mesh_reg_cfg_client_cmd.c232 .ctx.send_ttl = 7, in ble_mesh_configuration_client_model_operation()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dmain.c154 common->ctx.send_ttl = MSG_SEND_TTL; in example_ble_mesh_set_msg_common()
459 ctx.send_ttl = MSG_SEND_TTL; in example_ble_mesh_send_vendor_message()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_access.h157 uint8_t send_ttl; member
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dmain.c182 common.ctx.send_ttl = 3; in example_ble_mesh_send_gen_onoff_set()
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c187 seg_retrans_to = bt_mesh_get_seg_retrans_timeout(ctx->send_ttl); in bt_mesh_client_calc_timeout()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_model_srv.c394 ctx.send_ttl = BLE_MESH_TTL_DEFAULT; in genie_model_msg_send()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/tutorial/
DBLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md373 | `ctx.send_ttl`| The TTL State, which determines how many times a message can be relayed|
388 .send_ttl = 0,
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/
Dmain.c181 common->ctx.send_ttl = MSG_SEND_TTL; in example_ble_mesh_set_msg_common()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_client/tutorial/
DBLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md155 common.ctx.send_ttl = 0;
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/
DBLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md132 | `ctx.send_ttl`| The TTL State, which determines how many times a message will be relayed |

12