/hal_espressif-3.4.0/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_time_scene_model.c | 262 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()
|
D | btc_ble_mesh_lighting_model.c | 260 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()
|
D | btc_ble_mesh_health_model.c | 279 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()
|
D | btc_ble_mesh_config_model.c | 346 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()
|
D | btc_ble_mesh_generic_model.c | 416 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()
|
D | btc_ble_mesh_sensor_model.c | 498 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/ |
D | ble_mesh_fast_prov_operation.c | 360 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/ |
D | transport.c | 472 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 …]
|
D | net.c | 877 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()
|
D | lpn.c | 186 .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()
|
D | access.c | 181 .send_ttl = pub->ttl, in publish_retransmit() 876 ctx.send_ttl = pub->ttl; in bt_mesh_model_publish()
|
D | friend.c | 282 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()
|
D | proxy_client.c | 838 .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/ |
D | ble_mesh_reg_gen_onoff_client_cmd.c | 115 .ctx.send_ttl = 7, in ble_mesh_generic_onoff_client_model()
|
D | ble_mesh_reg_test_perf_client_cmd.c | 60 ctx.send_ttl = profile_context->ttl; in ble_mesh_test_performance_client_model_throughput()
|
D | ble_mesh_reg_cfg_client_cmd.c | 232 .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/ |
D | main.c | 154 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/ |
D | mesh_access.h | 157 uint8_t send_ttl; member
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/ |
D | main.c | 182 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/ |
D | client_common.c | 187 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/ |
D | genie_model_srv.c | 394 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/ |
D | BLE_Mesh_Fast_Prov_Server_Example_Walkthrough.md | 373 | `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/ |
D | main.c | 181 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/ |
D | BLE_Mesh_Fast_Prov_Client_Example_Walkthrough.md | 155 common.ctx.send_ttl = 0;
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/tutorial/ |
D | BLE_Mesh_Node_OnOff_Client_Example_Walkthrough.md | 132 | `ctx.send_ttl`| The TTL State, which determines how many times a message will be relayed |
|