summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-11-17 08:17:01 +0100
committerSven Gothel <[email protected]>2020-11-17 08:17:01 +0100
commit764443a8a0005025db28bb78f61e5cc21dfd3db0 (patch)
tree1a35d711faa704ed961e5cd4f521a944b53a5e89 /api
parent014f5ed5893a8aec231cc3df7c5b6dca57715aa9 (diff)
AdapterStatusListener: Confine readiness criteria for deviceReady: ".. and ATT MTU size negotiated via connected GATT."
Diffstat (limited to 'api')
-rw-r--r--api/direct_bt/DBTAdapter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/direct_bt/DBTAdapter.hpp b/api/direct_bt/DBTAdapter.hpp
index 1275a1b2..3d846c92 100644
--- a/api/direct_bt/DBTAdapter.hpp
+++ b/api/direct_bt/DBTAdapter.hpp
@@ -138,7 +138,7 @@ namespace direct_bt {
virtual void devicePairingState(std::shared_ptr<DBTDevice> device, const SMPPairingState state, const PairingMode mode, const uint64_t timestamp) = 0;
/**
- * DBTDevice is ready for user (GATT) processing, i.e. already connected and optionally paired.
+ * DBTDevice is ready for user (GATT) processing, i.e. already connected, optionally paired and ATT MTU size negotiated via connected GATT.
* @param device the device ready to use
* @param timestamp the time in monotonic milliseconds when this event occurred. See BasicTypes::getCurrentMilliseconds().
*/