diff options
author | Sven Gothel <[email protected]> | 2022-09-15 14:04:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-09-15 14:04:38 +0200 |
commit | 951b479fd6dd7331bf0b0db5e491d8de87c63b70 (patch) | |
tree | e05a5ba685c6390cce67efff930413b04be44eff /api/direct_bt/BTAdapter.hpp | |
parent | 25461332175e399b3d23686a8ecf61500c81fd62 (diff) |
BTAdapter::powerOff(): Add msg for debug tracing
Diffstat (limited to 'api/direct_bt/BTAdapter.hpp')
-rw-r--r-- | api/direct_bt/BTAdapter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/BTAdapter.hpp b/api/direct_bt/BTAdapter.hpp index 23c5c162..2fe3e028 100644 --- a/api/direct_bt/BTAdapter.hpp +++ b/api/direct_bt/BTAdapter.hpp @@ -455,7 +455,7 @@ namespace direct_bt { * </p> * @param active true if still powered and actively stopDiscovery and disconnect devices, otherwise this is a passive operation */ - void poweredOff(bool active) noexcept; + void poweredOff(bool active, const std::string& msg) noexcept; friend BTDeviceRef BTDevice::getSharedInstance() const noexcept; friend void BTDevice::remove() noexcept; |