| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle abort() via dbt_debug's new ABORT(..), ensure a message is being send ... | Sven Gothel | 2020-09-20 | 1 | -2/+1 |
* | C++ DBTManager / Java BluetoothFactory: Default operation is BTMode::LE (Was ... | Sven Gothel | 2020-09-20 | 1 | -3/+3 |
* | POctets::malloc: throw new exception type OutOfMemoryError early on malloc fa... | Sven Gothel | 2020-09-19 | 2 | -1/+8 |
* | C++/JNI: helper_base.hpp/cxx: Rework raise_java_exception(..) and rethrow_and... | Sven Gothel | 2020-09-19 | 2 | -119/+131 |
* | C++ tinyb/general: Use rethrow_and_raise_java_exception(..) instead of explod... | Sven Gothel | 2020-09-19 | 7 | -1336/+268 |
* | helper_base.hpp: Have all raise_java_exception(..) and rethrow_and_raise_java... | Sven Gothel | 2020-09-19 | 2 | -111/+126 |
* | DBTDevice: Resolve disconnect/remove resource race condition @ rapid connect ...v2.1.22 | Sven Gothel | 2020-09-18 | 2 | -11/+35 |
* | Correct API doc for DBTDevice::remove() (C++ and Java): | Sven Gothel | 2020-09-16 | 1 | -4/+6 |
* | CMake: Support full parallel build by adding target dependencies | Sven Gothel | 2020-09-15 | 2 | -0/+4 |
* | Only generate JNI headers when Java sources have been modified, i.e. when Jar... | Sven Gothel | 2020-09-15 | 1 | -9/+21 |
* | C++ noexcept: DBTManager, DBTAdapter and DBTDevice (concluding for now) | Sven Gothel | 2020-09-15 | 1 | -1/+1 |
* | C++ noexcept: JavaUplink, DBTObject, JavaGlobalObj | Sven Gothel | 2020-09-15 | 1 | -11/+11 |
* | C++ noexcept: JNIMem* (convert exception in dtor to abort) | Sven Gothel | 2020-09-15 | 2 | -17/+19 |
* | CMake Build: Use C++17 (C++20 not yet supported on all target platforms, i.e.... | Sven Gothel | 2020-09-12 | 1 | -1/+2 |
* | Fixing Example crossreference and Menu item | Sven Gothel | 2020-09-03 | 1 | -0/+26 |
* | Complete mapping of BTMode (C++, Java) and have Adapter recognize actual BTMo... | Sven Gothel | 2020-09-03 | 4 | -8/+107 |
* | DBTDevice::pingGATT(): Disconnect and return false if: GATT not connected or ... | Sven Gothel | 2020-08-28 | 1 | -2/+5 |
* | DBTManager, HCIHandler, GATTHandler: Defer fetching timeout+ config from envi... | Sven Gothel | 2020-08-28 | 1 | -1/+1 |
* | BluetoothFactory, DBTEnv: Only pass '[org.]tinyb.*' and 'direct_bt.*' propert... | Sven Gothel | 2020-08-27 | 1 | -5/+7 |
* | BluetoothGattCharacteristic: API Change: 'writeValue(byte[] value)' -> 'write... | Sven Gothel | 2020-08-26 | 6 | -15/+75 |
* | PlatformToolkit: EABI_AARCH64 maps to 'arm64' not 'aarch64' for our common os... | Sven Gothel | 2020-08-26 | 1 | -1/+1 |
* | PlatformToolkit: Properly map 'os.arch' -> CPUType (reduction) -> 'os_arch' (... | Sven Gothel | 2020-08-26 | 1 | -5/+250 |
* | PlatformToolkit: White space fix | Sven Gothel | 2020-08-26 | 1 | -277/+275 |
* | PlatformToolkit::addPath(..): Resolve complete path via File::getCanonicalPat... | Sven Gothel | 2020-08-26 | 1 | -3/+25 |
* | PlatformToolkit: Reuse BluetoothFactory.DEBUG | Sven Gothel | 2020-08-25 | 1 | -10/+8 |
* | BluetoothFactory: Attempt to load native libraries from 'os_and_arch' subdir ... | Sven Gothel | 2020-08-25 | 2 | -46/+338 |
* | cmake: Add variable/define 'SKIP_TINYB': Allow to not build the tinyb native ... | Sven Gothel | 2020-08-25 | 1 | -1/+4 |
* | BluetoothFactory: Disable codepath using OS_AND_ARCH library basename feature... | Sven Gothel | 2020-08-25 | 1 | -4/+10 |
* | DBTEnv: Use plain 'foo.bar' names, not 'foo_bar'; Add 'exploding' name values... | Sven Gothel | 2020-08-24 | 1 | -5/+8 |
* | BluetoothFactory: Attempt to load native libraries with 'os_and_arch' postfix... | Sven Gothel | 2020-08-24 | 1 | -9/+38 |
* | Adapt to new DBG_PRINT(..) semantics, reduce verbosity, use specific macros f... | Sven Gothel | 2020-08-24 | 3 | -19/+5 |
* | BluetoothFactory/DBTEnv: Pass JVM properties to environment, access DEBUG, VE... | Sven Gothel | 2020-08-24 | 2 | -0/+47 |
* | HCIStatusCode.java: Add INTERNAL_TIMEOUT | Sven Gothel | 2020-08-23 | 1 | -0/+2 |
* | DBTAdapter::stopDiscover() now returns the boolean result w/ proper native ->... | Sven Gothel | 2020-08-23 | 1 | -2/+1 |
* | DBTAdapter: Have non-enabled adapter to be valid, use lazy HCI initialization... | Sven Gothel | 2020-08-22 | 5 | -3/+49 |
* | DiscoveryState: Complete state transition table | Sven Gothel | 2020-07-29 | 1 | -10/+10 |
* | JNI: Complete C++ to Java Exception mapping | Sven Gothel | 2020-07-29 | 3 | -29/+77 |
* | DBTAdapter DiscoveryState: Refine currentMetaScanType, introduce currentNativ... | Sven Gothel | 2020-07-29 | 1 | -4/+21 |
* | Refine enum BTMode and ScanType: Elevate to 'enum class', shorten value defin... | Sven Gothel | 2020-07-29 | 1 | -1/+1 |
* | Fix typo in HCIStatusCode enum value | Sven Gothel | 2020-07-28 | 1 | -2/+2 |
* | Expose hciConnectionHandle: AdapterStatusListener connect/disconnect (C++/Jav... | Sven Gothel | 2020-07-28 | 6 | -20/+52 |
* | DBusManager_delete: Do not call destructor, C++ implementation says so. Avoid... | Sven Gothel | 2020-07-27 | 1 | -1/+2 |
* | DBTManager.getServices(): Simplify gathering services, dropping manual connect. | Sven Gothel | 2020-07-27 | 1 | -17/+6 |
* | C++/Java *Device::connect*(..), disconnect(): Return HCIStatusCode instead of... | Sven Gothel | 2020-07-27 | 5 | -64/+130 |
* | BluetoothUtil: Add getElapsedMillisecond(); ScannerTinyB10 shows elapsed mill... | Sven Gothel | 2020-07-27 | 2 | -0/+19 |
* | GATTHandler::sendWithReply(): Disclose timeout value in error and exception o... | Sven Gothel | 2020-07-27 | 1 | -2/+2 |
* | Robustness: Distinguish between get<Type>Checked() and get<Type>Unchecked(): ... | Sven Gothel | 2020-07-26 | 2 | -8/+2 |
* | Shutdown: Drop special case, working on robustness | Sven Gothel | 2020-07-26 | 3 | -56/+34 |
* | Have GATT[Service,Characteristic,Descriptor] derived from DBTObject for valid... | Sven Gothel | 2020-07-26 | 6 | -61/+89 |
* | GATTCharacteristic: Add enableNotificationOrIndication(..)..; DIRECTBT_CHARAC...v2.1.15 | Sven Gothel | 2020-07-25 | 6 | -21/+165 |