diff options
author | Sven Gothel <[email protected]> | 2021-10-10 07:14:46 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-10-10 07:14:46 +0200 |
commit | dade7d8db9f89ac4c44c3ce5c1d7b9d1676c47c4 (patch) | |
tree | 70d755b605be300473247b5667898bf3bd085c16 /api/direct_bt/BTAdapter.hpp | |
parent | 57819d5aa74d6ab6e93e570f2c67c781f52f186d (diff) |
BTAdapter: Remove setDiscoverable() and setBondable() (-> startAdvertising() incl connectable)
Diffstat (limited to 'api/direct_bt/BTAdapter.hpp')
-rw-r--r-- | api/direct_bt/BTAdapter.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/api/direct_bt/BTAdapter.hpp b/api/direct_bt/BTAdapter.hpp index a87d3158..c1c49fc9 100644 --- a/api/direct_bt/BTAdapter.hpp +++ b/api/direct_bt/BTAdapter.hpp @@ -596,16 +596,6 @@ namespace direct_bt { HCIStatusCode setName(const std::string &name, const std::string &short_name) noexcept; /** - * Set the discoverable state of the adapter. - */ - bool setDiscoverable(bool value) noexcept; - - /** - * Set the bondable (aka pairable) state of the adapter. - */ - bool setBondable(bool value) noexcept; - - /** * Set the power state of the adapter. * * In case current power state is already as desired, method will not change the power state. |