Home
last modified time | relevance | path

Searched refs:ttl (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_srv.h45 uint8_t ttl; member
77 uint8_t ttl; member
91 uint8_t ttl; member
102 uint8_t ttl; member
201 uint8_t ttl; member
Dcfg_cli.h76 uint8_t ttl; member
127 uint8_t ttl; member
176 uint8_t ttl; member
206 uint8_t ttl; member
Dmesh_access.h365 uint8_t ttl; /**< Publish Time to Live. */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.c57 #define SEG_RETRANSMIT_TIMEOUT_UNICAST(tx) (K_MSEC(400) + 50 * (tx)->ttl)
80 uint8_t ttl; member
96 uint8_t ttl; member
170 int32_t bt_mesh_get_seg_retrans_timeout(uint8_t ttl) in bt_mesh_get_seg_retrans_timeout() argument
179 .ttl = ttl, in bt_mesh_get_seg_retrans_timeout()
481 tx->ttl = bt_mesh_default_ttl_get(); in send_seg()
483 tx->ttl = net_tx->ctx->send_ttl; in send_seg()
1120 uint8_t ttl = 0U; in ack_timeout() local
1122 if (rx->ttl == BLE_MESH_TTL_DEFAULT) { in ack_timeout()
1123 ttl = bt_mesh_default_ttl_get(); in ack_timeout()
[all …]
Dtransport.h92 int32_t bt_mesh_get_seg_retrans_timeout(uint8_t ttl);
Dsettings.c84 uint8_t ttl; member
131 uint8_t ttl; member
569 hb_pub->ttl = 0U; in hb_pub_set()
581 hb_pub->ttl = hb_val.ttl; in hb_pub_set()
703 model->pub->ttl = 0U; in model_set_pub()
717 model->pub->ttl = pub.ttl; in model_set_pub()
1676 val.ttl = hb_pub->ttl; in store_pending_hb_pub()
1913 pub.ttl = model->pub->ttl; in store_pending_mod_pub()
Dcfg_srv.c216 uint16_t app_idx, uint8_t cred_flag, uint8_t ttl, uint8_t period, in _mod_pub_set() argument
239 model->pub->ttl = 0U; in _mod_pub_set()
266 model->pub->ttl = ttl; in _mod_pub_set()
993 net_buf_simple_add_u8(&msg, mod->pub->ttl); in send_mod_pub_status()
1123 change.cfg_mod_pub_set.ttl = mod->pub->ttl; in mod_pub_set()
2336 cfg->hb_pub.ttl = 0U; in hb_pub_disable()
3011 uint8_t ttl; member
3038 net_buf_simple_add_u8(&msg, cfg->hb_pub.ttl); in hb_pub_send_status()
3085 if (param->ttl > BLE_MESH_TTL_MAX && param->ttl != BLE_MESH_TTL_DEFAULT) { in heartbeat_pub_set()
3086 BT_ERR("Invalid TTL value 0x%02x", param->ttl); in heartbeat_pub_set()
[all …]
Dfriend.c44 uint8_t ttl:7, member
354 net_buf_add_u8(buf, info->ttl | 0x80); in create_friend_pdu()
356 net_buf_add_u8(buf, info->ttl); in create_friend_pdu()
562 info.ttl = 0U; in encode_friend_ctl()
1404 info.ttl = rx->ctx.recv_ttl; in friend_lpn_enqueue_rx()
1406 info.ttl = rx->ctx.recv_ttl - 1U; in friend_lpn_enqueue_rx()
1445 info.ttl = tx->ctx->send_ttl; in friend_lpn_enqueue_tx()
Dcfg_cli.c403 status.ttl = net_buf_simple_pull_u8(buf); in mod_pub_status()
474 status.ttl = net_buf_simple_pull_u8(buf); in hb_pub_status()
940 net_buf_simple_add_u8(&msg, pub->ttl); in bt_mesh_cfg_mod_pub_set()
988 net_buf_simple_add_u8(&msg, pub->ttl); in bt_mesh_cfg_hb_pub_set()
1021 net_buf_simple_add_u8(&msg, pub->ttl); in bt_mesh_cfg_mod_pub_va_set()
Daccess.c181 .send_ttl = pub->ttl, in publish_retransmit()
876 ctx.send_ttl = pub->ttl; in bt_mesh_model_publish()
Dprovisioner_main.c1126 model->pub->ttl = 0U; in model_pub_clear()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h63 uint8_t ttl; /*!< TTL to be used when sending Heartbeat messages */ member
148 uint8_t ttl; /*!< The default TTL state value */ member
323 uint8_t ttl; /*!< TTL to be used when sending Heartbeat messages */ member
445 uint8_t ttl; /*!< Default TTL value for the outgoing messages */ member
494 uint8_t ttl; /*!< TTL to be used when sending Heartbeat messages */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_config_model.c497 return bt_mesh_cfg_ttl_set(&param, set->default_ttl_set.ttl); in btc_ble_mesh_config_client_set_state()
522 .ttl = set->model_pub_set.publish_ttl, in btc_ble_mesh_config_client_set_state()
570 .ttl = set->model_pub_va_set.publish_ttl, in btc_ble_mesh_config_client_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dtime_scene_server.c271 prev_ttl = model->pub->ttl; in time_get()
278 model->pub->ttl = 0U; in time_get()
282 model->pub->ttl = prev_ttl; in time_get()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h385 uint8_t ttl; /*!< Publish Time to Live. */ member