diff options
author | Sven Gothel <[email protected]> | 2021-08-04 06:25:02 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-08-04 06:25:02 +0200 |
commit | e5aef24df60a687667eb56add046aead994c7056 (patch) | |
tree | 783d93765a4c0d7a3fbdb224d9152b1f93c17829 /README.md | |
parent | 75df7a20a2c84de38a049974165434a85420b7ba (diff) |
Bump README.md (v2.2.9)v2.2.9
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -347,6 +347,18 @@ Changes * TODO +**2.2.9** + +* Move `BTDeviceRegistry` and `BTSecurityRegistry` to `direct_bt` library (from examples) +* EUI48Sub: Complement with `hash_code()`, `clear()`, `indexOf()`, `contains()`, ... +* SMPKeyBin: Tighten constraints, `readAndApply(..)` must validate `minSecLevel`. +* `BTAdapter::mgmtEvDeviceFoundHCI(..)`: Clarify code path, covering name change via AD EIR. +* Passthrough all paramter `BTAdapter::startDiscovery(..)` -> `HCIHandler::le_set_scan_param(..)`: Add `le_scan_active` and `filter_policy`. + Active scanning is used to gather device name in discovery mode (AD EIR). +* Add `-dbt_debug` argument for AD EIR `direct_bt.debug.hci.scan_ad_eir` and parse EIR GAPFlags +* Fix BTGattHandler: Gather all Descriptors from all Characteristics (only queried 1st Char.) +* SMPKeyBin's base filename compatibility with FAT32 Long Filename (LFN) + **2.2.5** * Complete SMPKeyBin user API: Convenient static 'one shot' entries + support no-encryption case |