/ src / Ryujinx.HLE / HOS / Services / BluetoothManager / IBtmSystem.cs
IBtmSystem.cs
1  namespace Ryujinx.HLE.HOS.Services.BluetoothManager
2  {
3      [Service("btm:sys")]
4      class IBtmSystem : IpcService
5      {
6          public IBtmSystem(ServiceCtx context) { }
7      }
8  }