aboutsummaryrefslogtreecommitdiffstats
path: root/trial
Commit message (Expand)AuthorAgeFilesLines
* Run java trial w/o fat-jar package but dedicated native lib path to support g...Sven Gothel2022-04-181-2/+1
* BaseDBTClientServer: Earmark further debug flags (disabled)Sven Gothel2022-04-181-0/+2
* TestDBTClientServer*: Issue adapter.removeAllStatusListener() w/o check on re...Sven Gothel2022-04-183-9/+6
* DBTServer00/DBTPeripheral00: Use classic monitor lock instead of 'experimenta...Sven Gothel2022-04-181-40/+43
* DBTClientServer1x: Make client/server adapter names unique appending its EUI4...Sven Gothel2022-04-183-6/+11
* DBTServer00: Remove AdapterStatusLister at close() same as we do for client (...Sven Gothel2022-04-181-1/+3
* DBTEndpoint::initChangedAdapterSetListener(): Issue manager.removeChangedAdap...Sven Gothel2022-04-181-0/+1
* Have DBTEndpoint::close() also apply for DBTClient00 and close its instance l...Sven Gothel2022-04-184-2/+12
* Align dbt_peripheral00, DBTPeripheral00 to Trial's DBTServer00Sven Gothel2022-04-151-0/+1
* TestDBTClientServer*: Cleanup stop()/close() of server and ensure server gets...Sven Gothel2022-04-154-52/+90
* TestDBTClientServer*: Replace fixed timeout with polling, speeding up server ...Sven Gothel2022-04-154-19/+33
* Fix and document default connection paramter, leaning to higher performance s...Sven Gothel2022-04-143-8/+8
* Trial Tests: Extract the non-encryption tests to its own Test* unit fileSven Gothel2022-04-146-32/+116
* Use project name 'Direct-BT' instead of 'DirectBT' for version info .. it is ...Sven Gothel2022-04-114-8/+8
* TestDBTClientServer11_SC0: Enable test01 EncNoneSven Gothel2022-04-111-1/+1
* TestDBTClientServer*: Expand to SC 0 (legacy) and SC 1 (secure connections) S...Sven Gothel2022-04-117-57/+203
* Refine DBT live test trial: Give client a name as well; Test both adapter in ...Sven Gothel2022-04-0910-219/+381
* No need for BTAdapter::removeDiscoveredDevices() for server nor client before...Sven Gothel2022-04-092-7/+3
* Server Test: Align connection interval min to system default, max to 30ms: (8...Sven Gothel2022-04-081-1/+1
* Trial: DBT[Client|Server]00: Have Client <-> Server handshake on success, all...Sven Gothel2022-02-095-46/+89
* BaseDBTClientServer: Cleanup/Setup: Also stop advertising and discovery (unch...Sven Gothel2022-02-091-0/+6
* BaseDBTClientServer: Set DEBUG props before BTFactory.initDirectBTLibrary(); ...Sven Gothel2022-02-092-14/+7
* TestDBTClientServer10: Double test timeout 20s -> 40s for certaing slow SMP k...Sven Gothel2022-02-081-2/+2
* DBTPeripheral00/DBTServer00: Issue device.remove() in processDisconnectedDevi...Sven Gothel2022-02-081-0/+2
* Refactor TestDBTClientServer* (reuse tasks); Adding server-adapter for client...Sven Gothel2022-02-077-161/+343
* Adopt jaulib detailed git version info: Using VERSION_COMMITS and VERSION_SHA...Sven Gothel2022-02-071-5/+5
* BTDevice: Replace EInfoReport when disconnected w/ empty one (avoid accumulat...Sven Gothel2022-02-071-1/+21
* Fix trial/java/CMakeLists.txt: Use proper environment variable USER for capsh...v2.6.0Sven Gothel2022-02-071-1/+1
* Added online unit testing using actual BT adapter, testing client with server...Sven Gothel2022-02-0710-0/+2291