BluetoothRemoveDevice

[DllImport("Irprops.dll", SetLastError = true)]
public static extern uint BluetoothRemoveDevice(
   ref Guid pbtAddress
);

Microsoft documentation: Linkarrow-up-right

Last updated