diff options
author | Sven Gothel <[email protected]> | 2022-01-25 18:25:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-01-25 18:25:57 +0100 |
commit | 0504e28442c88d4d9da6ff720723f169b14a63c5 (patch) | |
tree | cd99f4adafa4522a5a5dfbfd8e8bf53242cbb950 | |
parent | fed5a977d7d9f2a26b5ef462d13146de1bfaffec (diff) |
Bump README for v2.5.3v2.5.3
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -442,6 +442,20 @@ from the year 2016. * TODO +**2.5.3** +* Refine BTAdapter API on commands in powerd-off state only: `setName()`, `setSecureConnections()`, `setDefaultConnParam()` +* Proper definition of `BTDevice::getName()` +* Expose refined EInfoReport via `BTDevice::getEIR()` and use it in `BTAdapter::startAdvertising()` +* Add `DBGattServer::Listener::write[Char|Desc]ValueDone()` callback +* Add and use `[BTAdapter|BTManager]::setDefaultConnParam(..)` essential in server mode +* Consolidated `BTDevice::setConnSecurity*(..)` and added `BTAdapter::setServerConnSecurity(...)` +* Server fixes GATT sendNotification/Indication, `BTDevice::connectGATT()`, `AttReadNRsp`. +* Server adding proper `AttErrorRsp` replies and supporting `AttFindByTypeValueReq/Rsp`. +* Server: Using L2CapServer socket/accept services while in advertising mode. +* Reuse `jau::service_runner`, replacing code duplication +* Enhance SMP and key managment, LTK validation +* jaulib v0.7.9 fixes + **2.5.2** * jaulib v0.7.5 fixes |