Function esp_idf_svc::hal::sys::esp_ble_gap_config_ext_scan_rsp_data_raw

source ยท
pub unsafe extern "C" fn esp_ble_gap_config_ext_scan_rsp_data_raw(
    instance: u8,
    length: u16,
    scan_rsp_data: *const u8,
) -> i32
Expand description

@brief This function is used to provide scan response data used in scanning response PDUs

@param[in] instance : identifies the advertising set whose response data are being configured. @param[in] length : responsedata length @param[in] scan_rsp_data : response data information

@return - ESP_OK : success - other : failed