| Commit message (Expand) | Author | Age | Files | Lines |
* | Align to jaulib 1.3.3: Full cmake-presets usage w/ vscode support update; als...v3.3.3 | Sven Göthel | 2024-08-09 | 1 | -0/+4 |
* | Fix or silent clang-tidy issues | Sven Göthel | 2024-05-25 | 1 | -2/+2 |
* | Adopt to jaulib: clangd/cland-tidy integration; Use VersionNumber | Sven Göthel | 2024-05-25 | 2 | -1/+2 |
* | Adjust clang-tidy setup, project wide and per unit tests (drop 'bugprone-chai... | Sven Göthel | 2024-05-20 | 1 | -0/+3 |
* | Add jaulib jau::os::get_platform_info() (jau::os, jau::cpu) code and show inf... | Sven Göthel | 2024-05-12 | 1 | -0/+3 |
* | jaulib: Bump and adopt to enum type name changes, added '_t' | Sven Göthel | 2024-05-12 | 2 | -4/+4 |
* | Bump jaulib and adopt to jaulib byte_util API change (commit 147e17b0b41a123b... | Sven Göthel | 2024-03-02 | 2 | -4/+4 |
* | BTAdapter: Remove redundant startDiscovery overload w/o DBGattServerRef and h... | Sven Gothel | 2023-10-29 | 1 | -1/+1 |
* | Convenience: Add DBGattValue.make(..) for java and 'POctets make_gvalue(..)' ... | Sven Gothel | 2023-10-27 | 1 | -37/+16 |
* | GATT Server Auth: Prepare dbt_peripheral00 (C++ and java), add 'SMPIOCapabili... | Sven Gothel | 2023-10-25 | 1 | -1/+1 |
* | Sync Java with C++ and tag API changes; All trial unit tests passed | Sven Gothel | 2023-10-22 | 2 | -16/+10 |
* | clang-tidy fixes part-4 / 4: Use 'const T&' for arguments on listener types | Sven Gothel | 2022-11-28 | 3 | -26/+26 |
* | clang-tidy fixes part-3 / 4, adding Check `performance-*` | Sven Gothel | 2022-11-28 | 8 | -27/+27 |
* | Change all callback return type: dummy 'bool' -> 'void', now enabled by jau::... | Sven Gothel | 2022-09-16 | 1 | -4/+3 |
* | Adopt to jau::function<R(A...)> from jau::FunctionDef<> | Sven Gothel | 2022-09-16 | 3 | -5/+5 |
* | Trial Unit Test: Add adapter reset test_client_server40_reset | Sven Gothel | 2022-09-15 | 4 | -2/+137 |
* | Trial Unit Tests: Reorg and cleanup to be expanded (for reset test) | Sven Gothel | 2022-09-15 | 5 | -45/+60 |
* | cmake trial launch: Use `-E` for sudo to pass environment | Sven Gothel | 2022-07-07 | 1 | -1/+1 |
* | Catch2: Adopt tests to v3.0.1 | Sven Gothel | 2022-06-19 | 8 | -24/+0 |
* | BTAdapter::setDefaultConnParam() may fail w/ UNKNOWN_COMMAND on GNU/Linux < 5... | Sven Gothel | 2022-06-18 | 1 | -1/+3 |
* | trials: Initialize the environment first for 'direct_bt' key | Sven Gothel | 2022-06-17 | 1 | -0/+1 |
* | Bump jaulib v0.13.1-14-g7c88cff and adopt | Sven Gothel | 2022-06-16 | 1 | -2/+2 |
* | Bump jaulib v0.10.1-1-g6eea830 and adapt to minor changes | Sven Gothel | 2022-05-23 | 1 | -1/+1 |
* | Adopt jau/file_util.hpp: Replacing code in SMPKeyBin and trial dbt_utils.hpp | Sven Gothel | 2022-05-18 | 1 | -165/+5 |
* | Removes using the 'device processing' list, as already the case for the trial... | Sven Gothel | 2022-05-16 | 3 | -7/+2 |
* | Trial C++/Java: Validate BTAdapter::[add|remove]StatusListener() expected result | Sven Gothel | 2022-05-16 | 2 | -4/+4 |
* | Trial C++/Java: Fix BaseDBTClientServer::setupTest(): Add a.removeAllStatusLi... | Sven Gothel | 2022-05-16 | 1 | -21/+16 |
* | C++ Trial: Client/Server: close() and dtor waits for pending running_threads ... | Sven Gothel | 2022-05-16 | 2 | -0/+35 |
* | Trial Tests C++/Java: Used merger dbt_[client|server]01 test code, drop dbt_[... | Sven Gothel | 2022-05-16 | 7 | -1512/+46 |
* | C++/JNI Lifecycle Fix: BTManager must be passed as shared_ptr<> and hold as s... | Sven Gothel | 2022-05-14 | 4 | -31/+38 |
* | C++ Trial / Example: Server: Use robust jau::service_runner, ensuring service... | Sven Gothel | 2022-05-13 | 2 | -98/+80 |
* | DBTServerTest::stop(): Remove `current_exp_advertising_state`, due to closing... | Sven Gothel | 2022-05-13 | 5 | -5/+5 |
* | Trial: Server01::disconnectDevice(): Catch an already deleted device (null ch... | Sven Gothel | 2022-05-12 | 1 | -2/+6 |
* | Trial C++: Query BaseDBTClientServer::is_timedout() having an atomic flag set... | Sven Gothel | 2022-05-12 | 2 | -7/+11 |
* | Trial C++: trial/direct_bt/dbt_client_server1x.hpp: Only use DBTServerTest::s... | Sven Gothel | 2022-05-12 | 1 | -2/+1 |
* | Trial C++: Move `static BaseDBTClientServer& base_test_framework` into common... | Sven Gothel | 2022-05-12 | 8 | -21/+3 |
* | Trial: Server: Unify stop + close, ensuring AdapterStatusListener is removed ... | Sven Gothel | 2022-05-12 | 4 | -45/+40 |
* | Trials: Client: Detect BTGattChar::[add|remove]CharListener() errors, forward... | Sven Gothel | 2022-05-12 | 2 | -10/+44 |
* | C++ Trial: Complete file_stats and file_utils in dbt_utils.hpp (namely mkdir ... | Sven Gothel | 2022-05-11 | 1 | -96/+110 |
* | JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat... | Sven Gothel | 2022-05-10 | 2 | -92/+104 |
* | JNI Lifecycle Fix: Have AdapterStatusListener derive from JavaUplink/DBTNativ... | Sven Gothel | 2022-05-09 | 5 | -5/+5 |
* | trial i470 test_provoke (C++) / TestDBTProvoke (Java) demonstrating C++ survi... | Sven Gothel | 2022-05-07 | 4 | -191/+222 |
* | API Change: AdapterStatusListener::deviceConnected(): `const uint16_t handle`... | Sven Gothel | 2022-05-06 | 4 | -12/+12 |
* | Trial (Java + C++): DBTEndpoint, DBTClientTest, DBTServerTest: Add abstractio... | Sven Gothel | 2022-05-05 | 16 | -331/+267 |
* | jaulib: JavaUplink::{checkValid() -> checkValidInstance()} change | Sven Gothel | 2022-05-05 | 1 | -0/+0 |
* | C++ Trial: DBTServer*: Remove unused sync_data atomic | Sven Gothel | 2022-05-05 | 2 | -18/+0 |
* | C++ Trial: DBTClient*: Mark all virtual functions override for consistency an... | Sven Gothel | 2022-05-05 | 2 | -4/+4 |
* | Trial C++: Add 'provoke_' native test to be run manually, provoking issues .. | Sven Gothel | 2022-05-03 | 7 | -7/+1733 |
* | Trial Unit Test C++: Working State; Completed dbt_client_server1x.cpp ... | Sven Gothel | 2022-05-03 | 15 | -79/+501 |
* | Bump jaulib v0.9.3-3-g4de806f | Sven Gothel | 2022-05-03 | 1 | -0/+0 |