aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-05-16 08:16:21 +0200
committerSven Gothel <[email protected]>2022-05-16 14:56:24 +0200
commitc9d91dda0b3440e7242a3202076e2935a28fab9b (patch)
treed249c67e0f5c5adffecbfd93fae5b74dc95a7bf7
parent7a0c3f5e16ee4c5eb728676f0523a2254888b9c8 (diff)
README: v2.7.0v2.7.0
-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