aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/btm/btm.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-09 10:59:27 -0700
committerGitHub <noreply@github.com>2021-04-09 10:59:27 -0700
commitc34249559d4e6184a65a18d601dfcc19010df8a6 (patch)
treedb2901ffb5f6c87768f7f58a3b5e415597e6a61e /src/core/hle/service/btm/btm.cpp
parentc1017efb4a7d5e3b20fb919021c45d7ab964ec1b (diff)
parent9c85bcbecc4278adf4d588842b206b852dc3c05f (diff)
Merge pull request #6164 from Morph1984/service-update-12.x
service: Update service function tables
Diffstat (limited to 'src/core/hle/service/btm/btm.cpp')
-rw-r--r--src/core/hle/service/btm/btm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/btm/btm.cpp b/src/core/hle/service/btm/btm.cpp
index 9cf2ee92a..d1ebc2388 100644
--- a/src/core/hle/service/btm/btm.cpp
+++ b/src/core/hle/service/btm/btm.cpp
@@ -223,6 +223,7 @@ public:
{10, nullptr, "GetGattClientDisconnectionReason"},
{11, nullptr, "GetBleConnectionParameter"},
{12, nullptr, "GetBleConnectionParameterRequest"},
+ {13, nullptr, "Unknown13"},
};
// clang-format on