BluetoothFindDeviceClose

[DllImport("Irprops.dll", SetLastError = true)]
public static extern uint BluetoothFindDeviceClose(
   IntPtr hFind
);

Microsoft documentation: Link

Last updated