pub unsafe extern "C" fn esp_ble_gap_remove_duplicate_scan_exceptional_device(
    type_: u32,
    device_info: *mut u8,
) -> i32
Expand description

@brief This function is called to remove a device info from the duplicate scan exceptional list.

@param[in] type: device info type, it is defined in esp_ble_duplicate_exceptional_info_type_t when type is MESH_BEACON_TYPE, MESH_PROV_SRV_ADV or MESH_PROXY_SRV_ADV , device_info is invalid. @param[in] device_info: the device information. @return - ESP_OK : success - other : failed