diff options
author | bunnei <bunneidev@gmail.com> | 2021-04-09 19:59:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 19:59:27 +0200 |
commit | c34249559d4e6184a65a18d601dfcc19010df8a6 (patch) | |
tree | db2901ffb5f6c87768f7f58a3b5e415597e6a61e /src/core/hle/service/btdrv | |
parent | Merge pull request #6168 from Morph1984/stub-SetNpadAnalogStickUseCenterClamp (diff) | |
parent | ns: Update to 12.x (diff) | |
download | yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.gz yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.bz2 yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.lz yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.xz yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.tar.zst yuzu-c34249559d4e6184a65a18d601dfcc19010df8a6.zip |
Diffstat (limited to 'src/core/hle/service/btdrv')
-rw-r--r-- | src/core/hle/service/btdrv/btdrv.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/core/hle/service/btdrv/btdrv.cpp b/src/core/hle/service/btdrv/btdrv.cpp index 17a2ac899..af3a5842d 100644 --- a/src/core/hle/service/btdrv/btdrv.cpp +++ b/src/core/hle/service/btdrv/btdrv.cpp @@ -156,6 +156,25 @@ public: {97, nullptr, "RegisterBleHidEvent"}, {98, nullptr, "SetBleScanParameter"}, {99, nullptr, "MoveToSecondaryPiconet"}, + {100, nullptr, "IsBluetoothEnabled"}, + {128, nullptr, "AcquireAudioEvent"}, + {129, nullptr, "GetAudioEventInfo"}, + {130, nullptr, "OpenAudioConnection"}, + {131, nullptr, "CloseAudioConnection"}, + {132, nullptr, "OpenAudioOut"}, + {133, nullptr, "CloseAudioOut"}, + {134, nullptr, "AcquireAudioOutStateChangedEvent"}, + {135, nullptr, "StartAudioOut"}, + {136, nullptr, "StopAudioOut"}, + {137, nullptr, "GetAudioOutState"}, + {138, nullptr, "GetAudioOutFeedingCodec"}, + {139, nullptr, "GetAudioOutFeedingParameter"}, + {140, nullptr, "AcquireAudioOutBufferAvailableEvent"}, + {141, nullptr, "SendAudioData"}, + {142, nullptr, "AcquireAudioControlInputStateChangedEvent"}, + {143, nullptr, "GetAudioControlInputState"}, + {144, nullptr, "AcquireAudioConnectionStateChangedEvent"}, + {145, nullptr, "GetConnectedAudioDevice"}, {256, nullptr, "IsManufacturingMode"}, {257, nullptr, "EmulateBluetoothCrash"}, {258, nullptr, "GetBleChannelMap"}, |