Skip to content

Commit

Permalink
Fixed comment in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ask Bojesen committed May 8, 2024
1 parent a54b536 commit a9efc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Plugin.BLE/Windows/Adapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit a9efc5a

Please sign in to comment.