Home
last modified time | relevance | path

Searched refs:msg_timeout (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/
Dclient_common.h73 int32_t msg_timeout; /* Time to get corresponding response */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_time_scene_model.c313 common.msg_timeout = params->msg_timeout; in btc_ble_mesh_time_scene_client_call_handler()
333 common.msg_timeout = params->msg_timeout; in btc_ble_mesh_time_scene_client_call_handler()
Dbtc_ble_mesh_health_model.c328 param.msg_timeout = params->msg_timeout; in btc_ble_mesh_health_client_get_state()
363 param.msg_timeout = params->msg_timeout; in btc_ble_mesh_health_client_set_state()
Dbtc_ble_mesh_lighting_model.c311 common.msg_timeout = params->msg_timeout; in btc_ble_mesh_lighting_client_call_handler()
331 common.msg_timeout = params->msg_timeout; in btc_ble_mesh_lighting_client_call_handler()
Dbtc_ble_mesh_config_model.c410 param.msg_timeout = params->msg_timeout; in btc_ble_mesh_config_client_get_state()
490 param.msg_timeout = params->msg_timeout; in btc_ble_mesh_config_client_set_state()
Dbtc_ble_mesh_generic_model.c467 common.msg_timeout = params->msg_timeout; in btc_ble_mesh_generic_client_call_handler()
487 common.msg_timeout = params->msg_timeout; in btc_ble_mesh_generic_client_call_handler()
Dbtc_ble_mesh_sensor_model.c549 common.msg_timeout = params->msg_timeout; in btc_ble_mesh_sensor_client_call_handler()
569 common.msg_timeout = params->msg_timeout; in btc_ble_mesh_sensor_client_call_handler()
Dbtc_ble_mesh_prov.c2399 .msg_timeout = arg->model_send.msg_timeout, in btc_ble_mesh_model_call_handler()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_networking_api.c22 int32_t msg_timeout, bool need_rsp, in ble_mesh_model_send_msg() argument
101 arg.model_send.msg_timeout = msg_timeout; in ble_mesh_model_send_msg()
191 int32_t msg_timeout, bool need_rsp, in esp_ble_mesh_client_model_send_msg() argument
201 length, data, msg_timeout, need_rsp, device_role); in esp_ble_mesh_client_model_send_msg()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_networking_api.h122 int32_t msg_timeout, bool need_rsp,
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c323 … param->msg_timeout ? param->msg_timeout : CONFIG_BLE_MESH_CLIENT_MSG_TIMEOUT); in bt_mesh_client_send_msg()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c891 uint32_t msg_timeout; in wps_start_msg_timer() local
899 msg_timeout = 100; in wps_start_msg_timer()
900 wpa_printf(MSG_DEBUG, "start msg timer WPS_FINISHED %" PRId32 " ms", msg_timeout); in wps_start_msg_timer()
902 eloop_register_timeout(0, msg_timeout*1000, wifi_station_wps_msg_timeout, NULL, NULL); in wps_start_msg_timer()
905 msg_timeout = 5; in wps_start_msg_timer()
906 wpa_printf(MSG_DEBUG, "start msg timer RECV_M2 %" PRId32 " s", msg_timeout); in wps_start_msg_timer()
908 eloop_register_timeout(msg_timeout, 0, wifi_station_wps_msg_timeout, NULL, NULL); in wps_start_msg_timer()
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h329 int32_t msg_timeout; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/
Desp_ble_mesh_defs.h2058 int32_t msg_timeout; /*!< Timeout value (ms) to get response to the sent message */ member