| Commit message (Expand) | Author | Age | Files | Lines |
* | Convenience: Add DBGattValue.make(..) for java and 'POctets make_gvalue(..)' ... | Sven Gothel | 2023-10-27 | 2 | -72/+32 |
* | GATT Server Auth: Prepare dbt_peripheral00 (C++ and java), add 'SMPIOCapabili... | Sven Gothel | 2023-10-25 | 3 | -3/+3 |
* | Sync Java with C++ and tag API changes; All trial unit tests passed | Sven Gothel | 2023-10-22 | 4 | -30/+20 |
* | 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 |
* | clang-tidy fixes part-1 | Sven Gothel | 2022-11-27 | 3 | -8/+0 |
* | 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 | 8 | -4/+275 |
* | Trial Unit Tests: Reorg and cleanup to be expanded (for reset test) | Sven Gothel | 2022-09-15 | 11 | -105/+145 |
* | Use jaulib's BasicTypes, PrintUtil and Clock, drop duplicates in BTUtil | Sven Gothel | 2022-07-08 | 7 | -188/+195 |
* | cmake trial launch: Use `-E` for sudo to pass environment | Sven Gothel | 2022-07-07 | 2 | -2/+2 |
* | 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 | 2 | -2/+6 |
* | 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 | 6 | -14/+4 |
* | Trial C++/Java: Validate BTAdapter::[add|remove]StatusListener() expected result | Sven Gothel | 2022-05-16 | 6 | -10/+10 |
* | Trial C++/Java: Fix BaseDBTClientServer::setupTest(): Add a.removeAllStatusLi... | Sven Gothel | 2022-05-16 | 2 | -55/+32 |
* | 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 | 12 | -3046/+77 |
* | 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 | 10 | -10/+10 |
* | Trial: Server01::disconnectDevice(): Catch an already deleted device (null ch... | Sven Gothel | 2022-05-12 | 2 | -4/+12 |
* | 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 | 7 | -80/+59 |
* | Trials: Client: Detect BTGattChar::[add|remove]CharListener() errors, forward... | Sven Gothel | 2022-05-12 | 4 | -19/+82 |
* | 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 | 4 | -190/+213 |
* | 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 | 8 | -381/+430 |
* | API Change: AdapterStatusListener::deviceConnected(): `const uint16_t handle`... | Sven Gothel | 2022-05-06 | 8 | -20/+20 |
* | Trial (Java + C++): DBTEndpoint, DBTClientTest, DBTServerTest: Add abstractio... | Sven Gothel | 2022-05-05 | 32 | -441/+2098 |
* | 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 | 29 | -178/+642 |
* | Bump jaulib v0.9.3-3-g4de806f | Sven Gothel | 2022-05-03 | 7 | -0/+0 |
* | Trial Unit Test C++: Enable `test_client_server01_NoEnc` test methods, not ye... | Sven Gothel | 2022-05-03 | 3 | -3/+10 |
* | Trial Unit Test C++: Fix, have test_client_server00 pass successful | Sven Gothel | 2022-05-03 | 5 | -24/+46 |
* | Trial Unit Test C++: Fix initial commit (compile clean) and add dbt_client_se... | Sven Gothel | 2022-05-03 | 15 | -217/+547 |
* | Trial Unit Test C++: Initial commit w/ working test case test_client_server00... | Sven Gothel | 2022-05-02 | 9 | -0/+2240 |
* | Bump jaulib v0.9.3-2-g40b592f | Sven Gothel | 2022-05-02 | 1 | -0/+21 |
* | Example & Trial Cleanup .. | Sven Gothel | 2022-05-01 | 3 | -70/+43 |