diff options
author | Sven Gothel <[email protected]> | 2020-10-13 17:32:39 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-10-13 17:32:39 +0200 |
commit | db056cb4c7dd114aa11adecb0b660d86a3612650 (patch) | |
tree | a5f6dbdbdb2c269e20bb6c415f79d11e033d0cde /api/direct_bt/DBTAdapter.hpp | |
parent | 1ac5c3efbe6c6b3a36d5688dfe60bfe7168c6907 (diff) |
AdapterStatusListener::adapterSettingsChanged(..) API doc: Mention initial setting notification if oldmask is empty
Diffstat (limited to 'api/direct_bt/DBTAdapter.hpp')
-rw-r--r-- | api/direct_bt/DBTAdapter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/DBTAdapter.hpp b/api/direct_bt/DBTAdapter.hpp index c5c41486..0b7f0402 100644 --- a/api/direct_bt/DBTAdapter.hpp +++ b/api/direct_bt/DBTAdapter.hpp @@ -78,7 +78,7 @@ namespace direct_bt { /** * DBTAdapter setting(s) changed. * @param adapter the adapter which settings have changed. - * @param oldmask the previous settings mask + * @param oldmask the previous settings mask. AdapterSetting::NONE indicates the initial setting notification, see DBTAdapter::addStatusListener(). * @param newmask the new settings mask * @param changedmask the changes settings mask * @param timestamp the time in monotonic milliseconds when this event occurred. See BasicTypes::getCurrentMilliseconds(). |