Function esp_idf_svc::sys::esp_ble_gap_set_ext_scan_params

source ยท
pub unsafe extern "C" fn esp_ble_gap_set_ext_scan_params(
    params: *const esp_ble_ext_scan_params_t,
) -> i32
Expand description

@brief This function is used to set the extended scan parameters to be used on the advertising channels.

@param[in] params : scan parameters

@return - ESP_OK : success - other : failed