Searched refs:send_ttl (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/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()
|
D | btc_ble_mesh_prov.c | 2397 .ctx.send_ttl = arg->model_send.ctx->send_ttl, in btc_ble_mesh_model_call_handler()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | transport.c | 480 if (net_tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in send_seg() 483 tx->ttl = net_tx->ctx->send_ttl; in send_seg() 1208 if (tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in ctl_send_seg() 1211 tx_seg->ttl = tx->ctx->send_ttl; in ctl_send_seg() 1265 tx->ctx->addr, tx->ctx->send_ttl, ctl_op); in bt_mesh_ctl_send() 1284 .send_ttl = ttl, in send_ack() 1495 rx->ttl = net_rx->ctx.send_ttl; 1591 net_rx->ctx.addr, net_rx->ctx.send_ttl, 1613 net_rx->ctx.send_ttl, seq_auth, 0, 1629 net_rx->ctx.send_ttl, seq_auth, 0, [all …]
|
D | net.c | 883 net_buf_simple_push_u8(buf, tx->ctx->send_ttl | 0x80); in bt_mesh_net_encode() 885 net_buf_simple_push_u8(buf, tx->ctx->send_ttl); in bt_mesh_net_encode() 927 if (tx->ctx->send_ttl == BLE_MESH_TTL_DEFAULT) { in bt_mesh_net_send() 928 tx->ctx->send_ttl = bt_mesh_default_ttl_get(); in bt_mesh_net_send() 941 tx->ctx->send_ttl != 1U) { in bt_mesh_net_send() 955 tx->ctx->send_ttl != 1U) { in bt_mesh_net_send() 999 if (tx->ctx->send_ttl != 1U) { in bt_mesh_net_send() 1390 rx->ctx.send_ttl = 0U; in bt_mesh_net_decode() 1392 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 | 299 tx.ctx->send_ttl = BLE_MESH_TTL_MAX; in bt_mesh_friend_clear() 814 .send_ttl = BLE_MESH_TTL_MAX, in send_friend_clear() 1445 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-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_access.h | 157 uint8_t send_ttl; member
|
/hal_espressif-latest/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-latest/components/bt/esp_ble_mesh/api/ |
D | esp_ble_mesh_defs.h | 543 uint8_t send_ttl; member
|