Function esp_idf_svc::sys::esp_ble_gap_set_scan_params
source ยท pub unsafe extern "C" fn esp_ble_gap_set_scan_params(
scan_params: *mut esp_ble_scan_params_t,
) -> i32
Expand description
@brief This function is called to set scan parameters
@param[in] scan_params: Pointer to User defined scan_params data structure. This memory space can not be freed until callback of set_scan_params
@return - ESP_OK : success - other : failed