summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Add scripts/run-native-trial*.sh, split valgrind-jvm.supp from valgrind.suppSven Gothel2022-05-136-72/+152
* JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat...Sven Gothel2022-05-101-2/+2
* trial i470 test_provoke (C++) / TestDBTProvoke (Java) demonstrating C++ survi...Sven Gothel2022-05-071-9/+9
* Trial C++: Add 'provoke_' native test to be run manually, provoking issues ..Sven Gothel2022-05-032-3/+3
* build scripts: Only use OpenJDK 17 if available (Not available on Debian 10)Sven Gothel2022-04-245-6/+26
* scripts/run-trials-until.sh: Allow preferred path build/trial/javaSven Gothel2022-04-241-2/+2
* scripts/run-java-trial.sh: Convenient java trial launch script using same inv...Sven Gothel2022-04-241-0/+46
* scripts/run-trials-until.sh: Add notice to run from build directory (if not)Sven Gothel2022-04-241-0/+5
* Build and testing using OpenJDK 17 (min requirement still 11) using our build...Sven Gothel2022-04-234-4/+4
* README: Bump v2.6.4. Convert Connection_Paramter.md to markdown and link.v2.6.4Sven Gothel2022-04-191-0/+7
* build.sh: Detail trial/testing w/ and w/o DEBUGSven Gothel2022-04-181-1/+3
* valgrind for jvm: Don't show reachable (OK) leaksSven Gothel2022-04-161-1/+1
* valgrind suppressed file: Adding a few sections to silence JVM memcheck (alre...Sven Gothel2022-04-161-0/+64
* scripts/run-native-example.sh: Fix runit_capsh() EXE_WRAPPERSven Gothel2022-04-151-1/+1
* README.md: Bump for v2.6.3v2.6.3Sven Gothel2022-04-111-1/+1
* Adjust *build-doc.shSven Gothel2022-02-072-4/+4
* Added online unit testing using actual BT adapter, testing client with server...Sven Gothel2022-02-072-2/+4
* scripts/run-java-example.sh: Escape cmd args to preserve quoting like run-nat...Sven Gothel2022-02-021-11/+12
* Remove obsolete and unmaintained examples: dbt_scanner00 and dbt_scanner01Sven Gothel2022-02-022-2/+0
* [re]build.sh: Fully specify `logfile` incl $rootdir and $archabi part; Adding...Sven Gothel2022-01-253-4/+37
* bluez-btreset: Add setting local nameSven Gothel2022-01-171-0/+4
* run-native-example-simple.sh: Don't sudo ..Sven Gothel2022-01-021-2/+2
* Examples: Use clear 'client_keys' and 'server_keys' for key client- and serve...Sven Gothel2022-01-014-6/+8
* scripts/build.sh: Cleanup alternative cmake invocation, emphasize on RELEASE ...Sven Gothel2021-11-151-1/+4
* DBGattServer::Listener: Fix API docSven Gothel2021-11-082-0/+46
* Add example: dbt_readsmpkey.cpp: Read SMPKeyBin files and dump themSven Gothel2021-11-083-0/+120
* scripts/build-doc.sh: Create tar archive of doc (Bump jaulib for same change)Sven Gothel2021-11-041-1/+3
* scripts/run-*-example.sh: Set kernel core pattern, to be sure of name and loc...Sven Gothel2021-11-022-0/+2
* Adding blues-btreset.sh: Reset and 'disable' one or more adapter ..Sven Gothel2021-10-291-0/+14
* Add BTAdapter's Slave Peripheral SMP Key ManagementSven Gothel2021-10-291-0/+1
* scripts/run-native-example.sh: Enforce using bash to preserve command-line qu...Sven Gothel2021-09-291-14/+21
* scripts/run-java-scanner10.sh: Removed (missed in previous unified launch scr...Sven Gothel2021-09-271-133/+0
* Examples: Build using a set of idiomatic names, one recipe for each examples;...Sven Gothel2021-09-272-2/+0
* Add build-cross.sh using chroot to target system (from my pi-gen work, using ...Sven Gothel2021-09-262-0/+95
* scripts/run*: Unify launch scripts using single defintion and symbolic links ...Sven Gothel2021-09-2611-454/+194
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene...Sven Gothel2021-09-181-1/+1
* Add advertising support (start with set-data and -params, stop) via HCIHandlerSven Gothel2021-09-152-0/+269
* scripts/run-dbt_scanner10.sh: Fix '-root' launchSven Gothel2021-09-031-1/+1
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-311-1/+0
* Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec...Sven Gothel2021-08-301-0/+2
* run-[dbt_|java-]scanner10.sh: Add [-setcap, -root] launch options, update set...Sven Gothel2021-08-112-49/+147
* dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t...Sven Gothel2021-07-311-4/+10
* Clarify EInfoReport ownership between MgmtEvtDeviceFound, HCIHandler and BTAd...Sven Gothel2021-07-271-5/+18
* test_java.sh: Fix jar name usedSven Gothel2021-07-271-5/+6
* scripts/run-java-scanner10.sh: Add 'JAVA_PROPS' var to allow passing Java pro...v2.2.7Sven Gothel2021-06-151-1/+3
* add script/*.sh for native testsSven Gothel2021-01-294-0/+77
* locale: Add LC_ALL and hint to set system (testing requires proper unified se...Sven Gothel2021-01-299-18/+36
* Revert to gcc as default since clang < 10 has issues on 32bit arm (raspi3 setup)Sven Gothel2021-01-281-1/+1
* cmake/build/test: Ensure UTF8 is used by system, set LANG to 'en_US.UTF-8' to...Sven Gothel2021-01-283-0/+12
* Enhance Scanner10's MyLongTermKeyInfo (C++/Java): Store BTSecurityLevel and S...Sven Gothel2021-01-282-0/+4