pub unsafe extern "C" fn esp_ble_gap_config_ext_scan_rsp_data_raw(
instance: u8,
length: u16,
scan_rsp_data: *const u8,
) -> esp_err_t
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