pub unsafe extern "C" fn esp_mesh_set_passive_scan_time(
    time_ms: i32,
) -> i32Expand description
@brief Set passive scan time
@param[in] time_ms passive scan time (msecs)
@return
- ESP_OK
 - ESP_FAIL
 - ESP_ERR_ARGUMENT
 
pub unsafe extern "C" fn esp_mesh_set_passive_scan_time(
    time_ms: i32,
) -> i32@brief Set passive scan time
@param[in] time_ms passive scan time (msecs)
@return