pub unsafe extern "C" fn esp_mesh_set_rssi_threshold(
    threshold: *const mesh_rssi_threshold_t
) -> esp_err_t
Expand description

@brief Set RSSI threshold - The default high RSSI threshold value is -78 dBm. - The default medium RSSI threshold value is -82 dBm. - The default low RSSI threshold value is -85 dBm.

@param[in] threshold RSSI threshold

@return

  • ESP_OK
  • ESP_ERR_MESH_ARGUMENT