Skip to content

Commit

Permalink
restore whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
janusw committed May 19, 2024
1 parent 368f15d commit 0341a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Plugin.BLE/Android/Adapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ protected override void DisconnectDeviceNative(IDevice device)
//make sure everything is disconnected
((Device)device).Disconnect();
}

public override async Task<IDevice> ConnectToKnownDeviceNativeAsync(Guid deviceGuid, ConnectParameters connectParameters = default(ConnectParameters), CancellationToken cancellationToken = default(CancellationToken))
{
var macBytes = deviceGuid.ToByteArray().Skip(10).Take(6).ToArray();
Expand Down

0 comments on commit 0341a8c

Please sign in to comment.