diff options
author | Sven Gothel <[email protected]> | 2021-11-29 16:19:06 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-11-29 16:19:06 +0100 |
commit | 70055add6bf505c519b39fe798ccbb1323020eb8 (patch) | |
tree | 20910b03ec1ea999814615a0fdd0fade50046c0a /README.md | |
parent | 9f2e1dd8afeb3ba3d621df817c988467377be066 (diff) |
Bump README.md v2.5.1v2.5.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -442,6 +442,13 @@ from the year 2016. * TODO +**2.5.1** + +* `BTAdapter::pausing_discovery_devices`: Use `std::weak_ptr<BTDevice>` list +* Add `BTAdapter::removeDevicePausingDiscovery()` and `getCurrentDiscoveryPolicy()` +* DBTAdapter.cxx: Fix AdapterStatusListener.discoveringChanged(..) signature +* Add BTObject::checkValid() implementation overriding jau:JavaUplink, to actually validate whether instance is still valid. + **2.5.0** * Added *DiscoveryPolicy*, allowing fine tuned discovery keep-alive policy |