| Commit message (Expand) | Author | Age | Files | Lines |
* | LE Resolvable Address: Add tinycrypt, supporting AES to match IRK w/ LE Rando... | Sven Gothel | 2023-10-25 | 1 | -0/+4 |
* | Add jaulib base_codec.cpp for file_util.cpp, i.e. encode() integer for copy dirs | Sven Gothel | 2022-09-06 | 1 | -0/+1 |
* | FreeBSD Support: Add patches. Build complete on GNU/Linux and FreeBSD. Missin... | Sven Gothel | 2022-07-26 | 1 | -0/+1 |
* | Adopt jau/file_util.hpp: Replacing code in SMPKeyBin and trial dbt_utils.hpp | Sven Gothel | 2022-05-18 | 1 | -0/+1 |
* | cmake: Add jaulib/src/simple_timer.cpp to lib | Sven Gothel | 2022-04-24 | 1 | -0/+1 |
* | Only use libunwind if specified (USE_LIBUNWIND via jaulib) | Sven Gothel | 2022-04-24 | 1 | -1/+1 |
* | Adopt jaulib detailed git version info: Using VERSION_COMMITS and VERSION_SHA... | Sven Gothel | 2022-02-07 | 1 | -2/+2 |
* | Introduce BTGattHandler::GattServerHandler and DBGattServer::Mode for alterna... | Sven Gothel | 2022-02-02 | 1 | -0/+1 |
* | CMakeLists: Add jau/service_runner.cpp | Sven Gothel | 2022-01-12 | 1 | -0/+1 |
* | Add BTGattCmd (C++/Java): Conveniently maps a GATT command and optionally its... | Sven Gothel | 2021-11-08 | 1 | -0/+1 |
* | Adding DBGattServer::Listener allowing server application to react on remote ... | Sven Gothel | 2021-10-16 | 1 | -0/+1 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 1 | -1/+2 |
* | Relocate ieee11073 -> direct_bt/ieee11073 to simplify deployment of header files | Sven Gothel | 2021-09-01 | 1 | -1/+1 |
* | dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t... | Sven Gothel | 2021-07-31 | 1 | -0/+2 |
* | Promote persistent SMP Key Storage to API: SMPKeyBinv2.2.3 | Sven Gothel | 2021-02-02 | 1 | -0/+1 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 1 | -14/+14 |
* | Use new jaulib/JaulibSetup.cmake (Unified Setup); RELEASE: Strip native libs ... | Sven Gothel | 2021-01-25 | 1 | -0/+8 |
* | Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up... | Sven Gothel | 2021-01-25 | 1 | -2/+2 |
* | cmake: Move jaucpp -> jaulib (source locations and add_subdirectory(jaulib)) | Sven Gothel | 2020-12-21 | 1 | -5/+5 |
* | Adding tentative SMPHandler (WIP for non Linux/BlueZ platforms or when suppor... | Sven Gothel | 2020-11-08 | 1 | -0/+1 |
* | New SMPTypes.[hpp,cpp]: Add all SMPMsg specializations as defined in Vol 3, P... | Sven Gothel | 2020-11-03 | 1 | -0/+1 |
* | cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti... | Sven Gothel | 2020-10-20 | 1 | -3/+0 |
* | Extract common C++ Support Library inclusive Java JNI Binding to sub-project ... | Sven Gothel | 2020-10-16 | 1 | -4/+5 |
* | dbt_debug/direct_bt::RuntimeException: Add de-mangled backtrace using libunwi... | Sven Gothel | 2020-10-13 | 1 | -0/+1 |
* | CMake Build: Use C++17 (C++20 not yet supported on all target platforms, i.e.... | Sven Gothel | 2020-09-12 | 1 | -1/+2 |
* | dbt_debug.hpp: Move implementation to dbt_debug.cpp, since we moved to proper... | Sven Gothel | 2020-08-26 | 1 | -0/+1 |
* | BluetoothFactory/DBTEnv: Pass JVM properties to environment, access DEBUG, VE... | Sven Gothel | 2020-08-24 | 1 | -1/+1 |
* | Add DBTEnv.hpp/cpp providing certain environment utilities (For now elapsed t... | Sven Gothel | 2020-08-24 | 1 | -0/+1 |
* | Extract dfa_utf8_decode.[cpp/hpp] added to libtinyb.so, i.e. used for both na... | Sven Gothel | 2020-07-04 | 1 | -0/+1 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 1 | -0/+2 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -1/+3 |
* | Move general types out of MgmtTypes; Extract DBTDevice + DBTAdapter into thei... | Sven Gothel | 2020-05-11 | 1 | -0/+1 |
* | cmake: COMPILE_FLAGS += -Werror (warnings -> error) | Sven Gothel | 2020-05-03 | 1 | -1/+1 |
* | HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,... | Sven Gothel | 2020-04-20 | 1 | -3/+4 |
* | CMake: Compile direct_bt with -Wall -Wextra | Sven Gothel | 2020-04-11 | 1 | -0/+1 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 1 | -0/+52 |