diff options
author | Sven Gothel <[email protected]> | 2022-04-10 01:53:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-04-10 01:53:53 +0200 |
commit | 35ecc48639ae1dd20a3d7e4428559cc199e0ca28 (patch) | |
tree | ea0a9d36b30683ab05c0ab3d5483b066ee46a8dd /api/direct_bt/BTAdapter.hpp | |
parent | 03d93b36f91f03e6ad6f4250a4967119a17b92e8 (diff) |
SMPHandler.hpp: #define -> 'inline constexpr' to allow proper compile time analysis; Also 'static constexpr const -> inline constexpr const' for global constants
Diffstat (limited to 'api/direct_bt/BTAdapter.hpp')
-rw-r--r-- | api/direct_bt/BTAdapter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/BTAdapter.hpp b/api/direct_bt/BTAdapter.hpp index 3e6ad065..0b94b399 100644 --- a/api/direct_bt/BTAdapter.hpp +++ b/api/direct_bt/BTAdapter.hpp @@ -1046,7 +1046,7 @@ namespace direct_bt { const bool filter_dup=true) noexcept; private: - HCIStatusCode stopDiscovery(const bool forceDiscoveringEvent, const bool temporary) noexcept; + HCIStatusCode stopDiscoveryImpl(const bool forceDiscoveringEvent, const bool temporary) noexcept; public: /** |