summaryrefslogtreecommitdiffstats
path: root/src/direct_bt/BTDeviceRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup/Fix: C++20, clang-16 + clang-tidy-16, gcc 12.2, latest jaulib, passin...Sven Göthel2024-05-041-1/+4
* clang-tidy fixes part-1Sven Gothel2022-11-271-2/+1
* Remove BTDeviceRegistry's 'device processing' listSven Gothel2022-05-161-42/+0
* Removes using the 'device processing' list, as already the case for the trial...Sven Gothel2022-05-161-1/+1
* BT[Device|Security]Registry: Inline static func definition in header and add ...Sven Gothel2021-09-011-20/+20
* BTDeviceRegistry::DeviceQuery: Use explicit enum type distinguishing address ...Sven Gothel2021-08-051-3/+3
* BTDeviceRegistry, BTSecurityRegistry: Expose universal pattern matching, fix ...Sven Gothel2021-08-051-25/+25
* BTDeviceRegistry: Replace print*() to get*String() and clarify method names (...Sven Gothel2021-08-041-23/+24
* BTDeviceRegistry + BTSecurityRegistry: Expose underlying collection (C++ and ...Sven Gothel2021-08-041-63/+38
* BTDeviceRegistry.[cpp/java]: Bring back unordered_set/HashSet for devicesInPr...Sven Gothel2021-08-011-22/+55
* dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t...Sven Gothel2021-07-311-0/+174