diff options
author | Sven Gothel <[email protected]> | 2021-10-29 05:15:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-10-29 05:15:46 +0200 |
commit | b01c83eb0102fc81fa03e0cef8adbfbf1bd432b9 (patch) | |
tree | 52d481906f3b55bb9683405b1bdd26658844ec5a /api/direct_bt/BTAdapter.hpp | |
parent | dfcc4c549e591992aee20fab1564d26ce3e4e17b (diff) |
BTAdapter::[get|set]SecureConnections*() align and complete on Java side
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 90aeedcd..06d64478 100644 --- a/api/direct_bt/BTAdapter.hpp +++ b/api/direct_bt/BTAdapter.hpp @@ -643,6 +643,7 @@ namespace direct_bt { * By default, Secure Connections (SC) is enabled if supported. * * @param enable + * @return true if successful, otherwise false * @see getSecureConnectionsEnabled() * @since 2.4.0 */ |