BluetoothRemoveDevice
[DllImport("Irprops.dll", SetLastError = true)]
public static extern uint BluetoothRemoveDevice(
ref Guid pbtAddress
);
Microsoft documentation: Link
Last updated
[DllImport("Irprops.dll", SetLastError = true)]
public static extern uint BluetoothRemoveDevice(
ref Guid pbtAddress
);
Microsoft documentation: Link
Last updated