aboutsummaryrefslogtreecommitdiffstats
path: root/src/direct_bt/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene...Sven Gothel2021-09-181-1/+2
* Relocate ieee11073 -> direct_bt/ieee11073 to simplify deployment of header filesSven Gothel2021-09-011-1/+1
* dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t...Sven Gothel2021-07-311-0/+2
* Promote persistent SMP Key Storage to API: SMPKeyBinv2.2.3Sven Gothel2021-02-021-0/+1
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-251-14/+14
* Use new jaulib/JaulibSetup.cmake (Unified Setup); RELEASE: Strip native libs ...Sven Gothel2021-01-251-0/+8
* Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up...Sven Gothel2021-01-251-2/+2
* cmake: Move jaucpp -> jaulib (source locations and add_subdirectory(jaulib))Sven Gothel2020-12-211-5/+5
* Adding tentative SMPHandler (WIP for non Linux/BlueZ platforms or when suppor...Sven Gothel2020-11-081-0/+1
* New SMPTypes.[hpp,cpp]: Add all SMPMsg specializations as defined in Vol 3, P...Sven Gothel2020-11-031-0/+1
* cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti...Sven Gothel2020-10-201-3/+0
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-4/+5
* dbt_debug/direct_bt::RuntimeException: Add de-mangled backtrace using libunwi...Sven Gothel2020-10-131-0/+1
* CMake Build: Use C++17 (C++20 not yet supported on all target platforms, i.e....Sven Gothel2020-09-121-1/+2
* dbt_debug.hpp: Move implementation to dbt_debug.cpp, since we moved to proper...Sven Gothel2020-08-261-0/+1
* BluetoothFactory/DBTEnv: Pass JVM properties to environment, access DEBUG, VE...Sven Gothel2020-08-241-1/+1
* Add DBTEnv.hpp/cpp providing certain environment utilities (For now elapsed t...Sven Gothel2020-08-241-0/+1
* Extract dfa_utf8_decode.[cpp/hpp] added to libtinyb.so, i.e. used for both na...Sven Gothel2020-07-041-0/+1
* Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M...Sven Gothel2020-06-041-0/+2
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-171-1/+3
* Move general types out of MgmtTypes; Extract DBTDevice + DBTAdapter into thei...Sven Gothel2020-05-111-0/+1
* cmake: COMPILE_FLAGS += -Werror (warnings -> error)Sven Gothel2020-05-031-1/+1
* HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,...Sven Gothel2020-04-201-3/+4
* CMake: Compile direct_bt with -Wall -WextraSven Gothel2020-04-111-0/+1
* Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...Sven Gothel2020-04-091-0/+52