diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/bcat/bcat_module.cpp | 4 | ||||
| -rw-r--r-- | src/core/hle/service/btdrv/btdrv.cpp | 5 | ||||
| -rw-r--r-- | src/core/hle/service/btm/btm.cpp | 8 |
3 files changed, 13 insertions, 4 deletions
diff --git a/src/core/hle/service/bcat/bcat_module.cpp b/src/core/hle/service/bcat/bcat_module.cpp index d928e37fb..bc08ac487 100644 --- a/src/core/hle/service/bcat/bcat_module.cpp +++ b/src/core/hle/service/bcat/bcat_module.cpp | |||
| @@ -140,8 +140,8 @@ public: | |||
| 140 | {20401, nullptr, "UnregisterSystemApplicationDeliveryTask"}, | 140 | {20401, nullptr, "UnregisterSystemApplicationDeliveryTask"}, |
| 141 | {20410, nullptr, "SetSystemApplicationDeliveryTaskTimer"}, | 141 | {20410, nullptr, "SetSystemApplicationDeliveryTaskTimer"}, |
| 142 | {30100, &IBcatService::SetPassphrase, "SetPassphrase"}, | 142 | {30100, &IBcatService::SetPassphrase, "SetPassphrase"}, |
| 143 | {30101, nullptr, "Unknown"}, | 143 | {30101, nullptr, "Unknown30101"}, |
| 144 | {30102, nullptr, "Unknown2"}, | 144 | {30102, nullptr, "Unknown30102"}, |
| 145 | {30200, nullptr, "RegisterBackgroundDeliveryTask"}, | 145 | {30200, nullptr, "RegisterBackgroundDeliveryTask"}, |
| 146 | {30201, nullptr, "UnregisterBackgroundDeliveryTask"}, | 146 | {30201, nullptr, "UnregisterBackgroundDeliveryTask"}, |
| 147 | {30202, nullptr, "BlockDeliveryTask"}, | 147 | {30202, nullptr, "BlockDeliveryTask"}, |
diff --git a/src/core/hle/service/btdrv/btdrv.cpp b/src/core/hle/service/btdrv/btdrv.cpp index f9ee2b624..ec7e5320c 100644 --- a/src/core/hle/service/btdrv/btdrv.cpp +++ b/src/core/hle/service/btdrv/btdrv.cpp | |||
| @@ -181,6 +181,11 @@ public: | |||
| 181 | {147, nullptr, "RegisterAudioControlNotification"}, | 181 | {147, nullptr, "RegisterAudioControlNotification"}, |
| 182 | {148, nullptr, "SendAudioControlPassthroughCommand"}, | 182 | {148, nullptr, "SendAudioControlPassthroughCommand"}, |
| 183 | {149, nullptr, "SendAudioControlSetAbsoluteVolumeCommand"}, | 183 | {149, nullptr, "SendAudioControlSetAbsoluteVolumeCommand"}, |
| 184 | {150, nullptr, "AcquireAudioSinkVolumeLocallyChangedEvent"}, | ||
| 185 | {151, nullptr, "AcquireAudioSinkVolumeUpdateRequestCompletedEvent"}, | ||
| 186 | {152, nullptr, "GetAudioSinkVolume"}, | ||
| 187 | {153, nullptr, "RequestUpdateAudioSinkVolume"}, | ||
| 188 | {154, nullptr, "IsAudioSinkVolumeSupported"}, | ||
| 184 | {256, nullptr, "IsManufacturingMode"}, | 189 | {256, nullptr, "IsManufacturingMode"}, |
| 185 | {257, nullptr, "EmulateBluetoothCrash"}, | 190 | {257, nullptr, "EmulateBluetoothCrash"}, |
| 186 | {258, nullptr, "GetBleChannelMap"}, | 191 | {258, nullptr, "GetBleChannelMap"}, |
diff --git a/src/core/hle/service/btm/btm.cpp b/src/core/hle/service/btm/btm.cpp index 3fa88cbd3..eebf85e03 100644 --- a/src/core/hle/service/btm/btm.cpp +++ b/src/core/hle/service/btm/btm.cpp | |||
| @@ -214,8 +214,12 @@ public: | |||
| 214 | {76, nullptr, "Unknown76"}, | 214 | {76, nullptr, "Unknown76"}, |
| 215 | {100, nullptr, "Unknown100"}, | 215 | {100, nullptr, "Unknown100"}, |
| 216 | {101, nullptr, "Unknown101"}, | 216 | {101, nullptr, "Unknown101"}, |
| 217 | {110, nullptr, "Unknown102"}, | 217 | {110, nullptr, "Unknown110"}, |
| 218 | {111, nullptr, "Unknown103"}, | 218 | {111, nullptr, "Unknown111"}, |
| 219 | {112, nullptr, "Unknown112"}, | ||
| 220 | {113, nullptr, "Unknown113"}, | ||
| 221 | {114, nullptr, "Unknown114"}, | ||
| 222 | {115, nullptr, "Unknown115"}, | ||
| 219 | }; | 223 | }; |
| 220 | // clang-format on | 224 | // clang-format on |
| 221 | 225 | ||