Browse Source

btm: Update to 12.x

nce_cpp
Morph 5 years ago
parent
commit
05af8f0000
  1. 1
      src/core/hle/service/btm/btm.cpp

1
src/core/hle/service/btm/btm.cpp

@ -223,6 +223,7 @@ public:
{10, nullptr, "GetGattClientDisconnectionReason"}, {10, nullptr, "GetGattClientDisconnectionReason"},
{11, nullptr, "GetBleConnectionParameter"}, {11, nullptr, "GetBleConnectionParameter"},
{12, nullptr, "GetBleConnectionParameterRequest"}, {12, nullptr, "GetBleConnectionParameterRequest"},
{13, nullptr, "Unknown13"},
}; };
// clang-format on // clang-format on

Loading…
Cancel
Save