Home
last modified time | relevance | path

Searched refs:bt_mesh_get_seg_retrans_timeout (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dtransport.h92 int32_t bt_mesh_get_seg_retrans_timeout(uint8_t ttl);
Dtransport.c170 int32_t bt_mesh_get_seg_retrans_timeout(uint8_t ttl) in bt_mesh_get_seg_retrans_timeout() function
/hal_espressif-latest/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()