aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* scripts/run-java-scanner10.sh: Remove jni debugging, oopsSven Gothel2021-01-261-2/+2
* Complete build change: Using jaulib[_fat] if available (for Java) incl. nativ...Sven Gothel2021-01-252-2/+54
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-254-13/+14
* Update run-dbt_scanner10.sh (just naming..)Sven Gothel2021-01-111-8/+9
* Replace std::vector w/ jau::darray: Adapt JNI methodsSven Gothel2021-01-111-2/+2
* valgrind.supp: Add Catch to suppressed stacksSven Gothel2021-01-111-0/+8
* cmake: Disable RTTI (-fno-rtti) for now, ensuring no side-effects; Adding GPR...Sven Gothel2021-01-051-1/+4
* Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use Cat...Sven Gothel2020-12-211-0/+44
* scripts/run*sh: Use ${USER} environment variable instead of hardcoded name ;-)Sven Gothel2020-12-032-4/+4
* scripts/run-*-scanner10.sh: Have capsh user being configured and include 'uli...Sven Gothel2020-10-272-4/+8
* Document Direct-BT Non-Root Usage via setcap or preferrably capsh.Sven Gothel2020-10-272-4/+39
* Add ChangedAdapterSetCallback (C++), ChangedAdapterSetListener (Java) for [DB...Sven Gothel2020-10-251-0/+4
* Update valgrind.suppSven Gothel2020-10-221-5/+46
* cmake: Expose different instrumentation (-fsanitize=) modulesSven Gothel2020-10-211-0/+2
* run-dbt-scanner10: Use export for VALGRIND invocation macroSven Gothel2020-10-191-4/+4
* Update valgrind.supp fileSven Gothel2020-10-191-71/+115
* Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=ONSven Gothel2020-10-181-0/+1
* Align run-java-scanner10.sh with run-dbt-scanner10.sh scriptSven Gothel2020-10-142-8/+41
* run-dbt-scanner10.sh: Added current valgrind (memcheck, drd and callgrind) co...Sven Gothel2020-10-091-11/+37
* valgrind.supp: Add DRD suppressions equivalent to Helgrind (No errors)Sven Gothel2020-10-091-1/+210
* helgrind suppressions file: 0 errors (from initial 3716)Sven Gothel2020-10-082-3/+21
* helgrind suppressions file added: 10 errors left (from 3716), analyzed and su...Sven Gothel2020-10-083-0/+370
* run-java-scanner10.sh: Add uncommented check:jni and valgrind variantsSven Gothel2020-09-301-1/+5
* scripts/build.sh: Add commented out CLANG_ARGS (documentation, convenience)Sven Gothel2020-09-301-2/+3