diff options
Diffstat (limited to 'api/direct_bt/DBTDevice.hpp')
-rw-r--r-- | api/direct_bt/DBTDevice.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/api/direct_bt/DBTDevice.hpp b/api/direct_bt/DBTDevice.hpp index a870dfd2..c72e801c 100644 --- a/api/direct_bt/DBTDevice.hpp +++ b/api/direct_bt/DBTDevice.hpp @@ -456,11 +456,10 @@ namespace direct_bt { /** * Sets the long term ket (LTK) info of this device to reuse pre-paired encryption. - * @param ltk the pre-paired encryption - * @param responder true will set the responder's LTK info (remote device, LL slave), otherwise the initiator's (the LL master). + * @param ltk the pre-paired encryption LTK * @return ::HCIStatusCode::SUCCESS if successful, otherwise the appropriate error code. */ - HCIStatusCode setLongTermKeyInfo(const SMPLongTermKeyInfo& ltk, const bool responder) noexcept; + HCIStatusCode setLongTermKeyInfo(const SMPLongTermKeyInfo& ltk) noexcept; /** * Unpairs this device from the adapter while staying connected. |