diff options
author | Sven Gothel <[email protected]> | 2022-05-16 08:16:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-16 14:56:24 +0200 |
commit | c9d91dda0b3440e7242a3202076e2935a28fab9b (patch) | |
tree | d249c67e0f5c5adffecbfd93fae5b74dc95a7bf7 | |
parent | 7a0c3f5e16ee4c5eb728676f0523a2254888b9c8 (diff) |
README: v2.7.0v2.7.0
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |