aboutsummaryrefslogtreecommitdiffstats
path: root/trial
Commit message (Expand)AuthorAgeFilesLines
* Convenience: Add DBGattValue.make(..) for java and 'POctets make_gvalue(..)' ...Sven Gothel2023-10-272-72/+32
* GATT Server Auth: Prepare dbt_peripheral00 (C++ and java), add 'SMPIOCapabili...Sven Gothel2023-10-253-3/+3
* Sync Java with C++ and tag API changes; All trial unit tests passedSven Gothel2023-10-224-30/+20
* clang-tidy fixes part-4 / 4: Use 'const T&' for arguments on listener typesSven Gothel2022-11-283-26/+26
* clang-tidy fixes part-3 / 4, adding Check `performance-*`Sven Gothel2022-11-288-27/+27
* clang-tidy fixes part-1Sven Gothel2022-11-273-8/+0
* Change all callback return type: dummy 'bool' -> 'void', now enabled by jau::...Sven Gothel2022-09-161-4/+3
* Adopt to jau::function<R(A...)> from jau::FunctionDef<>Sven Gothel2022-09-163-5/+5
* Trial Unit Test: Add adapter reset test_client_server40_resetSven Gothel2022-09-158-4/+275
* Trial Unit Tests: Reorg and cleanup to be expanded (for reset test)Sven Gothel2022-09-1511-105/+145
* Use jaulib's BasicTypes, PrintUtil and Clock, drop duplicates in BTUtilSven Gothel2022-07-087-188/+195
* cmake trial launch: Use `-E` for sudo to pass environmentSven Gothel2022-07-072-2/+2
* Catch2: Adopt tests to v3.0.1Sven Gothel2022-06-198-24/+0
* BTAdapter::setDefaultConnParam() may fail w/ UNKNOWN_COMMAND on GNU/Linux < 5...Sven Gothel2022-06-182-2/+6
* trials: Initialize the environment first for 'direct_bt' keySven Gothel2022-06-171-0/+1
* Bump jaulib v0.13.1-14-g7c88cff and adoptSven Gothel2022-06-161-2/+2
* Bump jaulib v0.10.1-1-g6eea830 and adapt to minor changesSven Gothel2022-05-231-1/+1
* Adopt jau/file_util.hpp: Replacing code in SMPKeyBin and trial dbt_utils.hppSven Gothel2022-05-181-165/+5
* Removes using the 'device processing' list, as already the case for the trial...Sven Gothel2022-05-166-14/+4
* Trial C++/Java: Validate BTAdapter::[add|remove]StatusListener() expected resultSven Gothel2022-05-166-10/+10
* Trial C++/Java: Fix BaseDBTClientServer::setupTest(): Add a.removeAllStatusLi...Sven Gothel2022-05-162-55/+32
* C++ Trial: Client/Server: close() and dtor waits for pending running_threads ...Sven Gothel2022-05-162-0/+35
* Trial Tests C++/Java: Used merger dbt_[client|server]01 test code, drop dbt_[...Sven Gothel2022-05-1612-3046/+77
* C++/JNI Lifecycle Fix: BTManager must be passed as shared_ptr<> and hold as s...Sven Gothel2022-05-144-31/+38
* C++ Trial / Example: Server: Use robust jau::service_runner, ensuring service...Sven Gothel2022-05-132-98/+80
* DBTServerTest::stop(): Remove `current_exp_advertising_state`, due to closing...Sven Gothel2022-05-1310-10/+10
* Trial: Server01::disconnectDevice(): Catch an already deleted device (null ch...Sven Gothel2022-05-122-4/+12
* Trial C++: Query BaseDBTClientServer::is_timedout() having an atomic flag set...Sven Gothel2022-05-122-7/+11
* Trial C++: trial/direct_bt/dbt_client_server1x.hpp: Only use DBTServerTest::s...Sven Gothel2022-05-121-2/+1
* Trial C++: Move `static BaseDBTClientServer& base_test_framework` into common...Sven Gothel2022-05-128-21/+3
* Trial: Server: Unify stop + close, ensuring AdapterStatusListener is removed ...Sven Gothel2022-05-127-80/+59
* Trials: Client: Detect BTGattChar::[add|remove]CharListener() errors, forward...Sven Gothel2022-05-124-19/+82
* C++ Trial: Complete file_stats and file_utils in dbt_utils.hpp (namely mkdir ...Sven Gothel2022-05-111-96/+110
* JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat...Sven Gothel2022-05-104-190/+213
* JNI Lifecycle Fix: Have AdapterStatusListener derive from JavaUplink/DBTNativ...Sven Gothel2022-05-095-5/+5
* trial i470 test_provoke (C++) / TestDBTProvoke (Java) demonstrating C++ survi...Sven Gothel2022-05-078-381/+430
* API Change: AdapterStatusListener::deviceConnected(): `const uint16_t handle`...Sven Gothel2022-05-068-20/+20
* Trial (Java + C++): DBTEndpoint, DBTClientTest, DBTServerTest: Add abstractio...Sven Gothel2022-05-0532-441/+2098
* jaulib: JavaUplink::{checkValid() -> checkValidInstance()} changeSven Gothel2022-05-051-0/+0
* C++ Trial: DBTServer*: Remove unused sync_data atomicSven Gothel2022-05-052-18/+0
* C++ Trial: DBTClient*: Mark all virtual functions override for consistency an...Sven Gothel2022-05-052-4/+4
* Trial C++: Add 'provoke_' native test to be run manually, provoking issues ..Sven Gothel2022-05-037-7/+1733
* Trial Unit Test C++: Working State; Completed dbt_client_server1x.cpp ...Sven Gothel2022-05-0329-178/+642
* Bump jaulib v0.9.3-3-g4de806fSven Gothel2022-05-037-0/+0
* Trial Unit Test C++: Enable `test_client_server01_NoEnc` test methods, not ye...Sven Gothel2022-05-033-3/+10
* Trial Unit Test C++: Fix, have test_client_server00 pass successfulSven Gothel2022-05-035-24/+46
* Trial Unit Test C++: Fix initial commit (compile clean) and add dbt_client_se...Sven Gothel2022-05-0315-217/+547
* Trial Unit Test C++: Initial commit w/ working test case test_client_server00...Sven Gothel2022-05-029-0/+2240
* Bump jaulib v0.9.3-2-g40b592fSven Gothel2022-05-021-0/+21
* Example & Trial Cleanup ..Sven Gothel2022-05-013-70/+43