aboutsummaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Use typedef of shared_pre<T> 'TRef' and pass `const shared_pre<T>&` where pos...Sven Gothel2022-05-093-16/+18
* JNI Lifecycle Fix: Have AdapterStatusListener derive from JavaUplink/DBTNativ...Sven Gothel2022-05-092-9/+20
* BTManager: Call `jau::root_environment::set_terminating()` at dtor. Due to it...Sven Gothel2022-05-091-1/+2
* BTObject::checkValidInstance(): Can't call toString() on invalid object, alre...Sven Gothel2022-05-061-1/+1
* API Change: AdapterStatusListener::deviceConnected(): `const uint16_t handle`...Sven Gothel2022-05-061-3/+4
* Adopt to JavaUplink::checkValidInstance(): BTObject::{isValid()->isValidInsta...Sven Gothel2022-05-053-9/+10
* JavaUplink Derivations: Match virtual signature with override (requirement to...Sven Gothel2022-05-055-10/+10
* EIR: Initialize data mask w/ existing 0 enumSven Gothel2022-05-031-1/+1
* linux_kernel_types.hpp: Either include linux/types.h if on __linux__ or defin...Sven Gothel2022-05-031-15/+11
* Bump jaulib v0.9.1 and adopt to fraction changes, use wait_until() w/ out-of-...Sven Gothel2022-05-019-30/+36
* AttPDUMsg types: Minor whitespace editingSven Gothel2022-05-011-9/+9
* L2CAPClient::read(): Add READ_TIMEOUT and simplify branching on result in rea...Sven Gothel2022-04-231-0/+1
* L2CAPComm: Detail 'irqed' in intern and extern at output; BTGattHandler DBG_P...Sven Gothel2022-04-231-3/+10
* noexcept: BTGattChar + BTGattDescSven Gothel2022-04-232-37/+19
* noexcept: BTGattHandler::send*()Sven Gothel2022-04-231-44/+51
* BTGattHandler::l2capReaderInterrupted(int dummy{=0}) add default argumentSven Gothel2022-04-231-1/+1
* BTDevice: Have isConnected and allowConnected to be of sequential consistency...Sven Gothel2022-04-231-2/+2
* Remove explicit atomic::load() calls written out where redundant (type operator)Sven Gothel2022-04-221-1/+1
* BTGattHandler::disconnect(): Output rename ioErrorCause -> ioerr, avoiding 'E...Sven Gothel2022-04-221-3/+3
* BTGattHandler: Widen L2Cap 'interrupted' query to include disconnected device...Sven Gothel2022-04-221-0/+2
* [HCI|L2CAP]Comm: Clarify external interrupted API: is_interrupted_t -> get_bo...Sven Gothel2022-04-222-10/+10
* Expose original AD_IND and AD_SCAN_RSP EIR in BTDevice, uniquely indicated by...Sven Gothel2022-04-202-16/+42
* BTDevice::connectLE(): Fix default conn_interval_min 15ms -> 10ms, matching C...v2.6.5Sven Gothel2022-04-192-4/+4
* BTAdapter Server: Offload waiting for client connection from BTAdapter::mgmtE...Sven Gothel2022-04-192-0/+6
* [L2CAP, HCI]Comm: Hold external interrupted delegate from service_runner for ...Sven Gothel2022-04-185-17/+39
* BTDevice::send{Notification,Indication}(): Check isValid() first and make it ...Sven Gothel2022-04-161-2/+2
* Zero uninitialized POctet values (valgrind: conditional jump)Sven Gothel2022-04-151-0/+1
* Fix MgmtEvtHCILERemoteFeatures ctor: Allocation size missed hci_status (valgr...Sven Gothel2022-04-151-1/+1
* SMPHandler: Also use service_runner; Remove HCIHandler::pidSelfSven Gothel2022-04-152-9/+4
* Bump jaulib's service_runner change, adapt and fix BTGattHandler's l2capReade...Sven Gothel2022-04-151-2/+2
* WIP: BTAdapter::startDiscovery(): Retry up to MAX_BACKGROUND_DISCOVERY_RETRY ...Sven Gothel2022-04-142-15/+32
* BTDevice::notifyLEFeature(): Remove HCIStatusCode param and only call with SU...Sven Gothel2022-04-141-1/+1
* Fix and document default connection paramter, leaning to higher performance s...Sven Gothel2022-04-142-9/+9
* Fixes slave/server legacy LTK issue: Resolve MgmtLongTermKeyInfo::{initiator-...Sven Gothel2022-04-142-8/+22
* Align C++ -> Java BTGattChar::get[ClientCharConfig,UserDescription]() and add...Sven Gothel2022-04-111-0/+12
* Cleanup Gatt numbers: Merge GattTypes.hpp into GattNumbers.hpp, remove redund...Sven Gothel2022-04-115-105/+22
* BTAdapter: Add 'simple_timer smp_watchdog' triggering FAILED, key removal and...Sven Gothel2022-04-114-1/+15
* SMPPairingState: Complete util functionsSven Gothel2022-04-111-1/+11
* BTDevice::PairingData::toString() and BTDevice::setConnSecurity(): Show adapt...Sven Gothel2022-04-111-1/+1
* L2CAPComm.hpp: L2CAP{ClientServer->Comm}, add adapter device id for clarity o...Sven Gothel2022-04-103-17/+20
* SMPTypes.hpp: Encryption Types: Add note to little-endian byte order used for...Sven Gothel2022-04-101-13/+13
* L2CAPComm: Rename L2CAP{Comm->Client} and have L2CAP{Client,Server} derive fr...Sven Gothel2022-04-105-74/+71
* SMPHandler.hpp: #define -> 'inline constexpr' to allow proper compile time an...Sven Gothel2022-04-105-18/+11
* BTDevice::clearData() when disconnected, avoiding using old scanned artifacts...Sven Gothel2022-04-091-0/+2
* MgmtDefaultParam: Fox for g++ 8.3; MgmtReadDefaultSysParamCmd::getParams() sh...Sven Gothel2022-04-081-4/+4
* Revamp MgmtDefaultParam: Usability for read (new) and write, add 'BTManager::...Sven Gothel2022-04-082-54/+82
* *::setDefaultConnParam(): Fix API doc, remove copy/paste fragmentSven Gothel2022-04-082-2/+2
* API doc: Fix DiscoveryPolicy::PAUSE_CONNECTED_UNTIL_READY and PAUSE_CONNECTED...Sven Gothel2022-02-091-5/+2
* BTDevice: Replace EInfoReport when disconnected w/ empty one (avoid accumulat...Sven Gothel2022-02-071-0/+4
* BTAdapter/HCIHandler: Reflect: Advertising is active until either disabled vi...Sven Gothel2022-02-062-5/+26