| Commit message (Expand) | Author | Age | Files | Lines |
* | [HCI|L2CAP]Comm: Clarify external interrupted API: is_interrupted_t -> get_bo... | Sven Gothel | 2022-04-22 | 2 | -10/+10 |
* | Expose original AD_IND and AD_SCAN_RSP EIR in BTDevice, uniquely indicated by... | Sven Gothel | 2022-04-20 | 2 | -16/+42 |
* | BTDevice::connectLE(): Fix default conn_interval_min 15ms -> 10ms, matching C...v2.6.5 | Sven Gothel | 2022-04-19 | 2 | -4/+4 |
* | BTAdapter Server: Offload waiting for client connection from BTAdapter::mgmtE... | Sven Gothel | 2022-04-19 | 2 | -0/+6 |
* | [L2CAP, HCI]Comm: Hold external interrupted delegate from service_runner for ... | Sven Gothel | 2022-04-18 | 5 | -17/+39 |
* | BTDevice::send{Notification,Indication}(): Check isValid() first and make it ... | Sven Gothel | 2022-04-16 | 1 | -2/+2 |
* | Zero uninitialized POctet values (valgrind: conditional jump) | Sven Gothel | 2022-04-15 | 1 | -0/+1 |
* | Fix MgmtEvtHCILERemoteFeatures ctor: Allocation size missed hci_status (valgr... | Sven Gothel | 2022-04-15 | 1 | -1/+1 |
* | SMPHandler: Also use service_runner; Remove HCIHandler::pidSelf | Sven Gothel | 2022-04-15 | 2 | -9/+4 |
* | Bump jaulib's service_runner change, adapt and fix BTGattHandler's l2capReade... | Sven Gothel | 2022-04-15 | 1 | -2/+2 |
* | WIP: BTAdapter::startDiscovery(): Retry up to MAX_BACKGROUND_DISCOVERY_RETRY ... | Sven Gothel | 2022-04-14 | 2 | -15/+32 |
* | BTDevice::notifyLEFeature(): Remove HCIStatusCode param and only call with SU... | Sven Gothel | 2022-04-14 | 1 | -1/+1 |
* | Fix and document default connection paramter, leaning to higher performance s... | Sven Gothel | 2022-04-14 | 2 | -9/+9 |
* | Fixes slave/server legacy LTK issue: Resolve MgmtLongTermKeyInfo::{initiator-... | Sven Gothel | 2022-04-14 | 2 | -8/+22 |
* | Align C++ -> Java BTGattChar::get[ClientCharConfig,UserDescription]() and add... | Sven Gothel | 2022-04-11 | 1 | -0/+12 |
* | Cleanup Gatt numbers: Merge GattTypes.hpp into GattNumbers.hpp, remove redund... | Sven Gothel | 2022-04-11 | 5 | -105/+22 |
* | BTAdapter: Add 'simple_timer smp_watchdog' triggering FAILED, key removal and... | Sven Gothel | 2022-04-11 | 4 | -1/+15 |
* | SMPPairingState: Complete util functions | Sven Gothel | 2022-04-11 | 1 | -1/+11 |
* | BTDevice::PairingData::toString() and BTDevice::setConnSecurity(): Show adapt... | Sven Gothel | 2022-04-11 | 1 | -1/+1 |
* | L2CAPComm.hpp: L2CAP{ClientServer->Comm}, add adapter device id for clarity o... | Sven Gothel | 2022-04-10 | 3 | -17/+20 |
* | SMPTypes.hpp: Encryption Types: Add note to little-endian byte order used for... | Sven Gothel | 2022-04-10 | 1 | -13/+13 |
* | L2CAPComm: Rename L2CAP{Comm->Client} and have L2CAP{Client,Server} derive fr... | Sven Gothel | 2022-04-10 | 5 | -74/+71 |
* | SMPHandler.hpp: #define -> 'inline constexpr' to allow proper compile time an... | Sven Gothel | 2022-04-10 | 5 | -18/+11 |
* | BTDevice::clearData() when disconnected, avoiding using old scanned artifacts... | Sven Gothel | 2022-04-09 | 1 | -0/+2 |
* | MgmtDefaultParam: Fox for g++ 8.3; MgmtReadDefaultSysParamCmd::getParams() sh... | Sven Gothel | 2022-04-08 | 1 | -4/+4 |
* | Revamp MgmtDefaultParam: Usability for read (new) and write, add 'BTManager::... | Sven Gothel | 2022-04-08 | 2 | -54/+82 |
* | *::setDefaultConnParam(): Fix API doc, remove copy/paste fragment | Sven Gothel | 2022-04-08 | 2 | -2/+2 |
* | API doc: Fix DiscoveryPolicy::PAUSE_CONNECTED_UNTIL_READY and PAUSE_CONNECTED... | Sven Gothel | 2022-02-09 | 1 | -5/+2 |
* | BTDevice: Replace EInfoReport when disconnected w/ empty one (avoid accumulat... | Sven Gothel | 2022-02-07 | 1 | -0/+4 |
* | BTAdapter/HCIHandler: Reflect: Advertising is active until either disabled vi... | Sven Gothel | 2022-02-06 | 2 | -5/+26 |
* | BTAdapter/HCIHandler: API doc: Replace HTML tag with Markup list | Sven Gothel | 2022-02-06 | 2 | -43/+31 |
* | BTGattHandler: Fix API doc (minor) | Sven Gothel | 2022-02-05 | 1 | -6/+6 |
* | Add BTGattHandler::NativeGattCharLister::mtuResponse(..) for high level info;... | Sven Gothel | 2022-02-05 | 1 | -0/+35 |
* | BTGattHandler::NativeGattCharListener: Add optional low- and high-level user ... | Sven Gothel | 2022-02-05 | 1 | -0/+142 |
* | Add invocation example to dbt_peripheral00.cpp and dbt_repeater00.cpp (and re... | Sven Gothel | 2022-02-05 | 1 | -0/+17 |
* | Adding dbt_repeater00, example implementing a GATT repeater | Sven Gothel | 2022-02-02 | 1 | -0/+7 |
* | Introduce BTGattHandler::GattServerHandler and DBGattServer::Mode for alterna... | Sven Gothel | 2022-02-02 | 2 | -27/+250 |
* | BTAdapter/BTGattChar: API doc typo fix and removal of unused/unimpl declaration | Sven Gothel | 2022-02-02 | 2 | -2/+1 |
* | Custom GATT Processing: MTU and remote GATT Services shall be processed at re... | Sven Gothel | 2022-02-02 | 3 | -90/+141 |
* | BTAdapter::startAdvertising(): Set default adv_interval from 1.28s -> 400ms a... | Sven Gothel | 2022-02-02 | 3 | -10/+10 |
* | Refine dbt_scanner10/DBTScanner10: Title, PERF status and QUIET flag | Sven Gothel | 2022-02-02 | 1 | -3/+2 |
* | Remove obsolete and unmaintained examples: dbt_scanner00 and dbt_scanner01 | Sven Gothel | 2022-02-02 | 1 | -22/+0 |
* | BTAdapter: Expose `getBTMajorVersion()` in C++ and Java, removing hasHCIExtSc... | Sven Gothel | 2022-01-29 | 1 | -11/+5 |
* | MgmtSetLocalNameCmd: BlueZ/Linux >= 5.13 (?) Bug Workaround on 'set_local_nam... | Sven Gothel | 2022-01-28 | 1 | -2/+15 |
* | DBGatt[Char|Desc] (Server): Add setValue(..), allowing user to safely overwri... | Sven Gothel | 2022-01-28 | 1 | -6/+32 |
* | Fix for g++ 8.3.0 (Default constructor signature of EInfoReport) | Sven Gothel | 2022-01-25 | 1 | -2/+2 |
* | Expose BTManager::setDefaultConnParam(..) via BTAdapter::setDefaultConnParam(... | Sven Gothel | 2022-01-25 | 2 | -6/+34 |
* | Refine BTAdapter API and doc on commands in powerd-off state only: setName() ... | Sven Gothel | 2022-01-25 | 1 | -8/+16 |
* | Define BTDevice::getName(): Set by the advertised EInfoReport if available, o... | Sven Gothel | 2022-01-25 | 1 | -0/+6 |
* | EInfoReport: Use via share_ptr to allow CoW replacement and copy once (via Ja... | Sven Gothel | 2022-01-25 | 2 | -13/+14 |