diff --git a/Source/Plugin.BLE/Windows/Adapter.cs b/Source/Plugin.BLE/Windows/Adapter.cs index 77ea6070..b14418ef 100644 --- a/Source/Plugin.BLE/Windows/Adapter.cs +++ b/Source/Plugin.BLE/Windows/Adapter.cs @@ -151,7 +151,7 @@ private void Device_ConnectionStatusChanged(BluetoothLEDevice nativeDevice, obje bool disconnectRequested = disconnectingRegistry.Remove(id); if (!disconnectRequested) { - // device was powered off or went out of range. Call DisconnectDeviceNative to cleanup + // Device was powered off or went out of range. Call DisconnectInternal to cleanup // resources otherwise windows will not disconnect on a subsequent connect-disconnect. ((Device)disconnectedDevice).DisconnectInternal(); }