aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs b/src/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs
index 3c9938ad..da45dc77 100644
--- a/src/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs
+++ b/src/Ryujinx.HLE/HOS/Services/BluetoothManager/BtmUser/IBtmUserCore.cs
@@ -8,16 +8,16 @@ namespace Ryujinx.HLE.HOS.Services.BluetoothManager.BtmUser
class IBtmUserCore : IpcService
{
public KEvent _bleScanEvent;
- public int _bleScanEventHandle;
+ public int _bleScanEventHandle;
public KEvent _bleConnectionEvent;
- public int _bleConnectionEventHandle;
+ public int _bleConnectionEventHandle;
public KEvent _bleServiceDiscoveryEvent;
- public int _bleServiceDiscoveryEventHandle;
+ public int _bleServiceDiscoveryEventHandle;
public KEvent _bleMtuConfigEvent;
- public int _bleMtuConfigEventHandle;
+ public int _bleMtuConfigEventHandle;
public IBtmUserCore() { }
@@ -125,4 +125,4 @@ namespace Ryujinx.HLE.HOS.Services.BluetoothManager.BtmUser
return ResultCode.Success;
}
}
-} \ No newline at end of file
+}