Function esp_idf_sys::esp_mesh_set_beacon_interval
source ยท pub unsafe extern "C" fn esp_mesh_set_beacon_interval(
interval_ms: c_int,
) -> esp_err_t
Expand description
Function Definitions
/ /** @brief Set mesh softAP beacon interval
@param[in] interval_ms beacon interval (msecs) (100 msecs ~ 60000 msecs)
@return - ESP_OK - ESP_FAIL - ESP_ERR_INVALID_ARG