summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b15c8613..b02bc480 100644
--- a/README.md
+++ b/README.md
@@ -493,7 +493,12 @@ from the year 2016.
* TODO
-**2.7.0** (TODO)
+**2.7.0**
+* `AdapterstatusListener::deviceFound()` is only called if not already connected and if initially found.
+* Use `noexcept` where possible
+ - `BTGattHandler::send*()`
+ - `BTGattHandler::GattServerHandler`, `BTGattChar`, `BTGattDesc`
+* BTManager is passed as `shared_ptr<BTManager>`, aligning with JNI lifecycle
* AdapterStatusListener, BTGattCharListener: Adopt full Java/Native link via DBTNativeDownlink and JavaUplink, clean API, impl and lifecycle
* Robustness of JNI
- Passing `trial.org.direct_bt.TestDBTProvokeClientServer_i470` w/o crash