| Commit message (Expand) | Author | Age | Files | Lines |
| * | Align to jaulib 1.3.3: Full cmake-presets usage w/ vscode support update; als...v3.3.3 | Sven Göthel | 2024-08-09 | 2 | -0/+3 |
| * | jau::lb_endian_t: Adjust to earlier API changes | Sven Göthel | 2024-05-25 | 3 | -7/+7 |
| * | Adopt to jaulib: clangd/cland-tidy integration; Use VersionNumber | Sven Göthel | 2024-05-25 | 4 | -4/+4 |
| * | Cleanup/Fix: C++20, clang-16 + clang-tidy-16, gcc 12.2, latest jaulib, passin... | Sven Göthel | 2024-05-04 | 1 | -1/+1 |
| * | Bump jaulib and adopt to jaulib byte_util API change (commit 147e17b0b41a123b... | Sven Göthel | 2024-03-02 | 3 | -7/+7 |
| * | BTAdapter: Remove redundant startDiscovery overload w/o DBGattServerRef and h... | Sven Gothel | 2023-10-29 | 2 | -2/+2 |
| * | Complete LabPad example with full BTGattCmd test validation | Sven Gothel | 2023-10-28 | 2 | -41/+110 |
| * | BTGattHandler::BTGattHandler: Pick BTAdapter::getGATTServerData() also in GAT... | Sven Gothel | 2023-10-27 | 4 | -1/+1756 |
| * | Convenience: Add DBGattValue.make(..) for java and 'POctets make_gvalue(..)' ... | Sven Gothel | 2023-10-27 | 2 | -74/+32 |
| * | examples/dbt_scanner10.cpp: Restore default cmd_uuid and cmd_rsp_uuid matchin... | Sven Gothel | 2023-10-27 | 1 | -2/+2 |
| * | examples/dbt_scanner10.cpp: Remove pincode hack, accidentially included in ea... | Sven Gothel | 2023-10-26 | 1 | -9/+0 |
| * | GATT Server Auth: Prepare dbt_peripheral00 (C++ and java), add 'SMPIOCapabili... | Sven Gothel | 2023-10-25 | 2 | -31/+56 |
| * | GATT Server Auth: Expose PASSKEY_NOTIFY from BTManager -> BTDevice; App using... | Sven Gothel | 2023-10-23 | 1 | -2/+12 |
| * | Sync Java with C++ and tag API changes; All trial unit tests passed | Sven Gothel | 2023-10-22 | 5 | -27/+28 |
| * | Adapter Random Address (WIP): Add BTAdapter::setPrivacy() and intercepting ne... | Sven Gothel | 2023-10-22 | 1 | -1/+6 |
| * | BTAdapter/BTManager: Initialize BTAdapter w/ optional power-on, allowing subs... | Sven Gothel | 2023-10-22 | 1 | -3/+4 |
| * | DBTScanner10: Fix PASSKEY_EXPECTED/NUMERIC_COMPARE_EXPECTED BTSecurityRegistr... | Sven Gothel | 2023-10-20 | 1 | -2/+2 |
| * | clang-tidy fixes part-4 / 4: Use 'const T&' for arguments on listener types | Sven Gothel | 2022-11-28 | 3 | -44/+44 |
| * | clang-tidy fixes part-3 / 4, adding Check `performance-*` | Sven Gothel | 2022-11-28 | 3 | -33/+33 |
| * | clang-tidy fixes part-1 | Sven Gothel | 2022-11-27 | 1 | -2/+1 |
| * | Change all callback return type: dummy 'bool' -> 'void', now enabled by jau::... | Sven Gothel | 2022-09-16 | 3 | -10/+7 |
| * | Adopt to jau::function<R(A...)> from jau::FunctionDef<> | Sven Gothel | 2022-09-16 | 1 | -3/+3 |
| * | Use jaulib's BasicTypes, PrintUtil and Clock, drop duplicates in BTUtil | Sven Gothel | 2022-07-08 | 2 | -195/+201 |
| * | BTAdapter::setDefaultConnParam() may fail w/ UNKNOWN_COMMAND on GNU/Linux < 5... | Sven Gothel | 2022-06-18 | 3 | -3/+9 |
| * | Removes using the 'device processing' list, as already the case for the trial... | Sven Gothel | 2022-05-16 | 5 | -85/+26 |
| * | noexcept: BTGattHandler::send*(): JNI: Return the boolean result of actual na... | Sven Gothel | 2022-05-15 | 2 | -20/+20 |
| * | C++/JNI Lifecycle Fix: BTManager must be passed as shared_ptr<> and hold as s... | Sven Gothel | 2022-05-14 | 3 | -23/+23 |
| * | C++ Trial / Example: Server: Use robust jau::service_runner, ensuring service... | Sven Gothel | 2022-05-13 | 1 | -32/+42 |
| * | JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat... | Sven Gothel | 2022-05-10 | 2 | -5/+5 |
| * | JNI Lifecycle Fix: Have AdapterStatusListener derive from JavaUplink/DBTNativ... | Sven Gothel | 2022-05-09 | 3 | -4/+4 |
| * | Examples: Simplify CMakeLists.txt, remove unused examples/dbt_test_gattcharli... | Sven Gothel | 2022-05-09 | 2 | -718/+1 |
| * | API Change: AdapterStatusListener::deviceConnected(): `const uint16_t handle`... | Sven Gothel | 2022-05-06 | 6 | -25/+24 |
| * | Example & Trial Cleanup .. | Sven Gothel | 2022-05-01 | 2 | -37/+18 |
| * | Bump jaulib v0.9.1 and adopt to fraction changes, use wait_until() w/ out-of-... | Sven Gothel | 2022-05-01 | 2 | -4/+5 |
| * | Expose original AD_IND and AD_SCAN_RSP EIR in BTDevice, uniquely indicated by... | Sven Gothel | 2022-04-20 | 3 | -7/+13 |
| * | DBTServer00/DBTPeripheral00: Use classic monitor lock instead of 'experimenta... | Sven Gothel | 2022-04-18 | 1 | -47/+43 |
| * | Zero uninitialized POctet values (valgrind: conditional jump) | Sven Gothel | 2022-04-15 | 2 | -1/+5 |
| * | Align dbt_peripheral00, DBTPeripheral00 to Trial's DBTServer00 | Sven Gothel | 2022-04-15 | 2 | -66/+93 |
| * | Fix and document default connection paramter, leaning to higher performance s... | Sven Gothel | 2022-04-14 | 4 | -10/+10 |
| * | Use project name 'Direct-BT' instead of 'DirectBT' for version info .. it is ... | Sven Gothel | 2022-04-11 | 6 | -11/+11 |
| * | Examples: Only attempt using LE_PHYs::LE_2M if BT.major > 4, to keep the logs... | Sven Gothel | 2022-04-11 | 5 | -9/+9 |
| * | No need for BTAdapter::removeDiscoveredDevices() for server nor client before... | Sven Gothel | 2022-04-09 | 4 | -12/+0 |
| * | Server Test: Align connection interval min to system default, max to 30ms: (8... | Sven Gothel | 2022-04-08 | 2 | -2/+2 |
| * | DBTPeripheral00/DBTServer00: Issue device.remove() in processDisconnectedDevi... | Sven Gothel | 2022-02-08 | 1 | -0/+2 |
| * | dbt_repeater: Simplify myChangedAdapterSetFunc(..) | Sven Gothel | 2022-02-06 | 1 | -12/+4 |
| * | FwdGattServerHandler::close(): Shall not disconnect fwdServer (esp in same th... | Sven Gothel | 2022-02-05 | 1 | -1/+25 |
| * | Add BTGattHandler::NativeGattCharLister::mtuResponse(..) for high level info;... | Sven Gothel | 2022-02-05 | 1 | -1/+20 |
| * | dbt_repeater00: Fixed intendation for message (post from[*] -> to[*]) | Sven Gothel | 2022-02-05 | 1 | -3/+3 |
| * | BTGattHandler::NativeGattCharListener: Add optional low- and high-level user ... | Sven Gothel | 2022-02-05 | 1 | -30/+83 |
| * | Add invocation example to dbt_peripheral00.cpp and dbt_repeater00.cpp (and re... | Sven Gothel | 2022-02-05 | 4 | -0/+20 |