diff options
author | Sven Gothel <[email protected]> | 2021-09-28 22:10:48 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-09-28 22:10:48 +0200 |
commit | 0c253bfcbfe9d31f39f83c5f3f5c7b5bd148136d (patch) | |
tree | 25fa87fb873ad7b92ca46c52a8b4ba6ff9f4b5ae /api/direct_bt/BTAdapter.hpp | |
parent | b8421c4024714d11c55535a7ab2f0274c43c8b05 (diff) |
SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Respect BTRole in SMP key handling: responder=slave, initiator=master.
Diffstat (limited to 'api/direct_bt/BTAdapter.hpp')
-rw-r--r-- | api/direct_bt/BTAdapter.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/direct_bt/BTAdapter.hpp b/api/direct_bt/BTAdapter.hpp index b41ad8a5..fe54e14f 100644 --- a/api/direct_bt/BTAdapter.hpp +++ b/api/direct_bt/BTAdapter.hpp @@ -385,6 +385,7 @@ namespace direct_bt { bool mgmtEvDeviceFoundHCI(const MgmtEvent& e) noexcept; bool mgmtEvPairDeviceCompleteMgmt(const MgmtEvent& e) noexcept; bool mgmtEvNewLongTermKeyMgmt(const MgmtEvent& e) noexcept; + bool mgmtEvNewLinkKeyMgmt(const MgmtEvent& e) noexcept; bool mgmtEvDeviceDiscoveringHCI(const MgmtEvent& e) noexcept; bool mgmtEvDeviceConnectedHCI(const MgmtEvent& e) noexcept; |