summaryrefslogtreecommitdiffstats
path: root/src/direct_bt/SMPKeyBin.cpp
Commit message (Expand)AuthorAgeFilesLines
* LE Resolvable Address: Handle identity- and resolvale-private-address (RPA), ...Sven Gothel2023-10-251-8/+8
* LE Resolvable Address: Support IRK: SMPIdentityResolvingKey (IRK w/ added id_...Sven Gothel2023-10-251-2/+4
* clang-tidy fixes part-3 / 4, adding Check `performance-*`Sven Gothel2022-11-281-2/+2
* clang-tidy fixes part-1Sven Gothel2022-11-271-1/+4
* Adopt to jau::function<R(A...)> from jau::FunctionDef<>Sven Gothel2022-09-161-1/+1
* Adapt to `file_stats::to_string()` .. dropped 'use_space' paramter (jaulib c8...Sven Gothel2022-07-221-4/+4
* Adopt to jau::fs::dir_item changeSven Gothel2022-07-071-3/+3
* Adding C++ module/groups to separate the C++ API levels for the user; Adding ...v2.7.1Sven Gothel2022-05-221-0/+2
* Adopt jau/file_util.hpp: Replacing code in SMPKeyBin and trial dbt_utils.hppSven Gothel2022-05-181-62/+27
* SMPKeyBin Cleanup, use explicit :: anonymous namespace for externalsSven Gothel2022-05-011-3/+3
* SMPKeyBin::uses_SC() added to conveniently determine whether SC is being used...Sven Gothel2022-01-011-2/+2
* SMPKeyBin::createAndWrite(..): Drop 'overwrite' argument as we shall set over...Sven Gothel2021-11-191-1/+2
* Move SMPKeyBin 'apply' to BTDevice, splitting functionality: setting + upload...Sven Gothel2021-10-291-161/+0
* SMPKeyBin: Entangle filename with instance: write(..) takes path instead of f...Sven Gothel2021-10-281-12/+13
* SMPKeyBin: Add helper to load all SMPKeyBin files from a directory, filter fo...Sven Gothel2021-10-271-1/+74
* SMPKeyBin (Version 5, C++/Java): Add IRK and (set/get) and also set CSRKSven Gothel2021-10-271-0/+75
* SMPKeyBin::readAndApply(): Validate local- and remoteAddress; Java: Fix setti...Sven Gothel2021-10-061-0/+22
* SMPKeyBin Version 4: Add localAddress (adapter) to filename with shortened fo...Sven Gothel2021-10-061-18/+37
* Renamed SMP*KeyInfo -> SMP*Key: Simplify language and namesSven Gothel2021-10-051-10/+10
* Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..)Sven Gothel2021-10-051-2/+8
* SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res...Sven Gothel2021-09-281-3/+69
* SMPKeyFile: Tightened Constraints: readAndApply(..) key file's BTSecurityLeve...Sven Gothel2021-07-291-6/+32
* SMPKeyBin: Make key base filename compatible to FAT32 Long filename (LFN)v2.2.6Sven Gothel2021-06-111-0/+11
* SMPKeyBin: Allow BTSecurityLevel::NONE case; Add more convenient createAndWri...Sven Gothel2021-02-211-28/+142
* SMPKeyBin: Use fprintf_td(..) to have elapsedTime prependendSven Gothel2021-02-141-9/+9
* SMPKeyBin::remove: Don't use C++17 stdlib's std::filesystem::remove() per def...Sven Gothel2021-02-111-2/+10
* SMPKeyBin: Add static remove(..) method, supporting deletion of key file.Sven Gothel2021-02-111-2/+10
* API String Conversion Simplification: get.*String() -> direct_bt::to_string()...Sven Gothel2021-02-101-8/+8
* SMPKeyBin (C++/Java): Add 'apply(BTDevice&)' method, setting Security params ...Sven Gothel2021-02-091-0/+49
* Promote persistent SMP Key Storage to API: SMPKeyBinv2.2.3Sven Gothel2021-02-021-0/+200