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