Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhance run-*-trial.sh scripts | Sven Gothel | 2022-06-17 | 1 | -1/+10 |
| | |||||
* | C++/JNI Lifecycle Fix: BTManager must be passed as shared_ptr<> and hold as ↵ | Sven Gothel | 2022-05-14 | 1 | -8/+47 |
| | | | | | | | | such in BTAdapter, ... (API CHANGE) BTAdapter removes itself from BTManager, hence needs to ensure BTManager is not yet destructed. This goes well along with our new JNI mapping, holding the shared_ptr reference in nativeInstance. | ||||
* | Trial C++: Add 'provoke_' native test to be run manually, provoking issues .. | Sven Gothel | 2022-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Here we use a new custom client and server code, where client: - does not filter found devices whether they are already connected and server: - disconnects 100 ms after Gatt MTU change, disrupting client's getGattServices discovery process +++ Note: Usage of dbt_client* and dbt_server* has been untangled in the header files, i.e. included at top level. | ||||
* | build scripts: Only use OpenJDK 17 if available (Not available on Debian 10) | Sven Gothel | 2022-04-24 | 1 | -2/+6 |
| | |||||
* | scripts/run-java-trial.sh: Convenient java trial launch script using same ↵ | Sven Gothel | 2022-04-24 | 1 | -0/+46 |
invocation as trial unit tests (non-fat jar) |