aboutsummaryrefslogtreecommitdiffstats
path: root/java/org
Commit message (Expand)AuthorAgeFilesLines
* BTDevice: Properly expose isPrePaired() to Javav3.2.3Sven Gothel2023-11-241-0/+10
* BTDevice: API Doc: Detail RSSI and Tx Power LevelSven Gothel2023-11-241-6/+33
* BTDevice::setSMPKeyBin: Align C++/Java code using setSMPKeyBin()Sven Gothel2023-11-241-0/+10
* DBTAdapter.deviceUpdated(): Debug: Only show update events w/o EVT_TYPE, RSSI...Sven Gothel2023-11-241-1/+3
* DBGattServer/Value: Add convenience make[_gatt]() for initializer list (byte ...v3.2.2Sven Gothel2023-10-281-0/+8
* DBGattServer/Value: Add convenience make[_gatt]() for initializer list (byte ...Sven Gothel2023-10-281-0/+5
* BTGattCmd: Response: Add DataCallback, add setting minimum response size, add...Sven Gothel2023-10-281-20/+57
* BTGattHandler::BTGattHandler: Pick BTAdapter::getGATTServerData() also in GAT...Sven Gothel2023-10-271-3/+6
* Convenience: Add DBGattValue.make(..) for java and 'POctets make_gvalue(..)' ...Sven Gothel2023-10-271-0/+27
* GATT Server Auth: SMPPairingState: Add missing PASSKEY_NOTIFY on byte -> enum...Sven Gothel2023-10-251-3/+4
* LE Resolvable Address: Handle identity- and resolvale-private-address (RPA), ...Sven Gothel2023-10-252-2/+57
* LE Resolvable Address: Support IRK: SMPIdentityResolvingKey (IRK w/ added id_...Sven Gothel2023-10-254-22/+47
* GATT Server Auth: Expose PASSKEY_NOTIFY from BTManager -> BTDevice; App using...Sven Gothel2023-10-233-3/+27
* Sync Java with C++ and tag API changes; All trial unit tests passedSven Gothel2023-10-221-26/+11
* Adopt to jaulib java changes PlatformProps -> RuntimeProps for native lib-loa...Sven Gothel2023-01-231-2/+2
* clang-tidy fixes part-1Sven Gothel2022-11-271-1/+0
* Use jaulib's BasicTypes, PrintUtil and Clock, drop duplicates in BTUtilSven Gothel2022-07-089-170/+70
* BTFactory: Fix exception messagesSven Gothel2022-07-071-2/+2
* BTAdapter::setDefaultConnParam() may fail w/ UNKNOWN_COMMAND on GNU/Linux < 5...Sven Gothel2022-06-182-2/+4
* BTFactory: Show Productname in capitals in VERBOSE modeSven Gothel2022-06-031-3/+3
* Adding C++ module/groups to separate the C++ API levels for the user; Adding ...v2.7.1Sven Gothel2022-05-2211-21/+84
* Remove BTDeviceRegistry's 'device processing' listSven Gothel2022-05-161-27/+0
* Removes using the 'device processing' list, as already the case for the trial...Sven Gothel2022-05-161-1/+1
* Trial C++/Java: Fix BaseDBTClientServer::setupTest(): Add a.removeAllStatusLi...Sven Gothel2022-05-161-0/+7
* noexcept: BTGattHandler::send*(): Fix BTDevice::getGattService(): Return zero...Sven Gothel2022-05-151-10/+13
* DBTNativeDownlink, AdapterStatusListener, BTGattCharListener: Allow `false ==...Sven Gothel2022-05-103-13/+32
* JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat...Sven Gothel2022-05-106-137/+59
* AdapterStatusListener.java: Constructor must be publicSven Gothel2022-05-091-1/+1
* AdapterStatusListener.java restrictions removed since having AdapterStatusLis...Sven Gothel2022-05-091-14/+0
* JNI Lifecycle Fix: Have AdapterStatusListener derive from JavaUplink/DBTNativ...Sven Gothel2022-05-091-11/+10
* Add BTUtils.toUUID128() and mention it and existing UUID16 definition from DB...Sven Gothel2022-05-067-15/+38
* API Change: AdapterStatusListener::deviceConnected(): `const uint16_t handle`...Sven Gothel2022-05-061-2/+3
* Add test using fat fat `Direct-BT Jaulib Fat Jar`: TestBringup00 [ loading na...Sven Gothel2022-04-241-0/+83
* 'Fix' OpenJDK 17 deprecated and removal warningsSven Gothel2022-04-232-5/+14
* Expose original AD_IND and AD_SCAN_RSP EIR in BTDevice, uniquely indicated by...Sven Gothel2022-04-203-2/+57
* BTDevice::connectLE(): Fix default conn_interval_min 15ms -> 10ms, matching C...v2.6.5Sven Gothel2022-04-191-1/+1
* Fix and document default connection paramter, leaning to higher performance s...Sven Gothel2022-04-141-4/+4
* Align C++ -> Java BTGattChar::get[ClientCharConfig,UserDescription]() and add...Sven Gothel2022-04-112-22/+40
* BTGattCmd: Fix DEBUG mode: Check rsp_data @ string conversion and use BTUtils...Sven Gothel2022-04-091-2/+6
* *::setDefaultConnParam(): Fix API doc, remove copy/paste fragmentSven Gothel2022-04-081-1/+1
* API doc: Fix DiscoveryPolicy::PAUSE_CONNECTED_UNTIL_READY and PAUSE_CONNECTED...Sven Gothel2022-02-092-5/+2
* BDAddressAndType: Document equals(..) methodSven Gothel2022-02-081-0/+6
* BT[Adapter|Device].java: Document equals(..) methodSven Gothel2022-02-082-0/+18
* Refactor TestDBTClientServer* (reuse tasks); Adding server-adapter for client...Sven Gothel2022-02-071-1/+5
* Fix commit ecaa2cf69208586da5305cd0289820a88859eb6b: Eclipse erroneous added ...Sven Gothel2022-02-071-4/+0
* Doxygen: Add 'trial' source path, disable CALL_GRAPH (CALLER_GRAPH is enough)...Sven Gothel2022-02-071-0/+21
* BTDevice: Replace EInfoReport when disconnected w/ empty one (avoid accumulat...Sven Gothel2022-02-071-0/+2
* BTAdapter/HCIHandler: Reflect: Advertising is active until either disabled vi...Sven Gothel2022-02-061-0/+11
* BTFactory: Expose getManifest() .. helper function to retrieve a Manifest ins...Sven Gothel2022-02-061-1/+4
* BTAdapter.java: API doc: Replace HTML tag with Markup listSven Gothel2022-02-061-24/+19