| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Adding dbt_repeater00, example implementing a GATT repeater | Sven Gothel | 2022-02-02 | 2 | -0/+954 |
* | BTAdapter::startAdvertising(): Set default adv_interval from 1.28s -> 400ms a... | Sven Gothel | 2022-02-02 | 2 | -7/+6 |
* | Refine dbt_scanner10/DBTScanner10: Title, PERF status and QUIET flag | Sven Gothel | 2022-02-02 | 2 | -50/+71 |
* | Remove obsolete and unmaintained examples: dbt_scanner00 and dbt_scanner01 | Sven Gothel | 2022-02-02 | 3 | -679/+0 |
* | Peripheral00: Send echo response on writeCharValueDone(..); Get and use DBGat... | Sven Gothel | 2022-01-28 | 2 | -30/+49 |
* | DBGatt[Char|Desc] (Server): Add setValue(..), allowing user to safely overwri... | Sven Gothel | 2022-01-28 | 2 | -2/+25 |
* | dbt_preipheral00.cpp: Fix jau::dfa_utf8_decode(..), pass its c_str() to fprin... | Sven Gothel | 2022-01-25 | 1 | -2/+2 |
* | Expose BTManager::setDefaultConnParam(..) via BTAdapter::setDefaultConnParam(... | Sven Gothel | 2022-01-25 | 2 | -0/+30 |
* | Refine BTAdapter API and doc on commands in powerd-off state only: setName() ... | Sven Gothel | 2022-01-25 | 2 | -4/+8 |
* | DBTScanner10: Remove unused function 'matches()' | Sven Gothel | 2022-01-25 | 1 | -8/+0 |
* | dbt_scanner10: Adapt to EInfoReport change (shared_ptr) | Sven Gothel | 2022-01-25 | 1 | -4/+4 |
* | dbt_peripheral00.cpp/DBTPeripheral00.java: Add adapter->setServerConnSecurity... | Sven Gothel | 2022-01-24 | 2 | -9/+26 |
* | Add DBGattServer::Listener::write[Char|Desc]ValueDone() (C++/Java), notifyies... | Sven Gothel | 2022-01-24 | 2 | -6/+36 |
* | dbt_scanner10 (C++/Java): Use potential connection interval within EIR for co... | Sven Gothel | 2022-01-18 | 2 | -4/+28 |
* | BTDevice::setConnSecurity*(..): Consolidate write methods to setConnSecurity(... | Sven Gothel | 2022-01-13 | 3 | -3/+3 |
* | BTAdapter: Add startAdvertising(..) overload with user given EInfoReport and ... | Sven Gothel | 2022-01-04 | 2 | -2/+42 |
* | peripheral00 example: Use adapter name for GENERIC_ACCESS.DEVICE_NAME | Sven Gothel | 2022-01-02 | 2 | -2/+2 |