Function esp_idf_svc::hal::sys::esp_ble_gap_config_scan_rsp_data_raw

source ยท
pub unsafe extern "C" fn esp_ble_gap_config_scan_rsp_data_raw(
    raw_data: *mut u8,
    raw_data_len: u32,
) -> i32
Expand description

@brief This function is called to set raw scan response data. User need to fill scan response data by self.

@param[in] raw_data : raw scan response data @param[in] raw_data_len : raw scan response data length , less than 31 bytes

@return - ESP_OK : success - other : failed