diff options
author | Sven Gothel <[email protected]> | 2020-12-09 11:35:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-12-09 11:35:06 +0100 |
commit | 11adcc6471121559b55075cc34eb47ce8823664b (patch) | |
tree | a7ed3de6d1eab3f3c9cfbd2c8670a7b310c5384e /api | |
parent | ba7ab284bb3b4bbbbef75b54dfbc87478079a72a (diff) |
DBTManager::uploadLongTermKey(..): Return HCIStatusCode (platform agnostic; TODO: Use it everywhere possible)
Diffstat (limited to 'api')
-rw-r--r-- | api/direct_bt/DBTManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/DBTManager.hpp b/api/direct_bt/DBTManager.hpp index 3706d997..4908906b 100644 --- a/api/direct_bt/DBTManager.hpp +++ b/api/direct_bt/DBTManager.hpp @@ -440,7 +440,7 @@ namespace direct_bt { MgmtStatus uploadLinkKey(const uint16_t dev_id, const bool debug_keys, const MgmtLinkKeyInfo &key) noexcept; - MgmtStatus uploadLongTermKey(const uint16_t dev_id, const MgmtLongTermKeyInfo &key) noexcept; + HCIStatusCode uploadLongTermKey(const uint16_t dev_id, const MgmtLongTermKeyInfo &key) noexcept; HCIStatusCode uploadLongTermKeyInfo(const uint16_t dev_id, const EUI48& address, BDAddressType address_type, const SMPLongTermKeyInfo& ltk, const bool responder) noexcept; |