Home
last modified time | relevance | path

Searched refs:max_timeout (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c1307 int32_t max_timeout = 0; in gatt_proxy_advertise() local
1314 max_timeout = NODE_ID_TIMEOUT / MAX(subnet_count, 6); in gatt_proxy_advertise()
1315 max_timeout = MAX(max_timeout, K_SECONDS(1)); in gatt_proxy_advertise()
1317 if (remaining > max_timeout || remaining < 0) { in gatt_proxy_advertise()
1318 remaining = max_timeout; in gatt_proxy_advertise()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dconfiguration-file.rst90 | max_timeout | The longest any command can run | 240 s …