Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
fix #41 - should allow MTU requests on iOS, not pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed May 8, 2017
1 parent 43d108e commit 2fda489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.BluetoothLE.Apple.Shared/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Device(BleContext context, CBPeripheral peripheral) : base(peripheral.Nam


#if __IOS__ || __TVOS__
public override DeviceFeatures Features => DeviceFeatures.PairingRequests;
public override DeviceFeatures Features => DeviceFeatures.MtuRequests;
#else
// TODO: MAC
public override DeviceFeatures Features => DeviceFeatures.None;
Expand Down

0 comments on commit 2fda489

Please sign in to comment.