pub unsafe extern "C" fn esp_mesh_get_rssi_threshold(
    threshold: *mut mesh_rssi_threshold_t,
) -> i32Expand description
@brief Get RSSI threshold of current parent
@param[out] threshold RSSI threshold
@return
- ESP_OK
 - ESP_ERR_MESH_ARGUMENT
 
pub unsafe extern "C" fn esp_mesh_get_rssi_threshold(
    threshold: *mut mesh_rssi_threshold_t,
) -> i32@brief Get RSSI threshold of current parent
@param[out] threshold RSSI threshold
@return