| Commit message (Expand) | Author | Age | Files | Lines |
* | BTDevice: Properly expose isPrePaired() to Javav3.2.3 | Sven Gothel | 2023-11-24 | 1 | -0/+3 |
* | BTDevice::setSMPKeyBin: Align C++/Java code using setSMPKeyBin() | Sven Gothel | 2023-11-24 | 1 | -1/+11 |
* | LE Resolvable Address: Handle identity- and resolvale-private-address (RPA), ... | Sven Gothel | 2023-10-25 | 1 | -3/+20 |
* | GATT Server Auth: Expose PASSKEY_NOTIFY from BTManager -> BTDevice; App using... | Sven Gothel | 2023-10-23 | 1 | -0/+8 |
* | Use jaulib's BasicTypes, PrintUtil and Clock, drop duplicates in BTUtil | Sven Gothel | 2022-07-08 | 1 | -8/+8 |
* | JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat... | Sven Gothel | 2022-05-10 | 1 | -2/+7 |
* | JNI Lifecycle Fix: DBTNativeDownlink: Allow pending `initDownlink(..)`, use s... | Sven Gothel | 2022-05-09 | 1 | -1/+1 |
* | Expose original AD_IND and AD_SCAN_RSP EIR in BTDevice, uniquely indicated by... | Sven Gothel | 2022-04-20 | 1 | -0/+20 |
* | BT[Adapter|Device].java: Document equals(..) method | Sven Gothel | 2022-02-08 | 1 | -13/+13 |
* | Fix DBTAdapter.removeAllStatusListener(): Remove DBTDevice listener and have ... | Sven Gothel | 2022-02-07 | 1 | -30/+3 |
* | Custom GATT Processing: MTU and remote GATT Services shall be processed at re... | Sven Gothel | 2022-02-02 | 1 | -2/+5 |
* | EInfoReport: Use via share_ptr to allow CoW replacement and copy once (via Ja... | Sven Gothel | 2022-01-25 | 1 | -2/+4 |
* | DBTDevice.java/cxx: Reuse EInfoReport instance and clear before retrieving data | Sven Gothel | 2022-01-18 | 1 | -4/+4 |
* | BTDevice: Expose aggregated scanned EIR | Sven Gothel | 2022-01-18 | 1 | -1/+7 |
* | BTDevice::setConnSecurity*(..): Consolidate write methods to setConnSecurity(... | Sven Gothel | 2022-01-13 | 1 | -29/+0 |
* | Add BTDevice::send[Indication|Notification]() (Java); Note: Sending zero leng... | Sven Gothel | 2021-11-09 | 1 | -0/+6 |
* | BTDevice.java: Align API functions to C++: getServices() -> getGattServices()... | Sven Gothel | 2021-11-08 | 1 | -7/+7 |
* | Add BTDevice::findGattChar(char_uuid), i.e. w/o service_uuid (Java/C++): Less... | Sven Gothel | 2021-11-08 | 1 | -0/+21 |
* | Move SMPKeyBin 'apply' to BTDevice, splitting functionality: setting + upload... | Sven Gothel | 2021-10-29 | 1 | -12/+127 |
* | BTDevice: SMP Keys (C++/Java): Have setter update PairingData::keys_*_has; Ex... | Sven Gothel | 2021-10-27 | 1 | -0/+25 |
* | Removed TinyB API artifacts, fix copyright notice. Add README.md 'Direct-BT O... | Sven Gothel | 2021-10-10 | 1 | -80/+16 |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 1 | -5/+3 |
* | Renamed SMP*KeyInfo -> SMP*Key: Simplify language and names | Sven Gothel | 2021-10-05 | 1 | -26/+26 |
* | Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..) | Sven Gothel | 2021-10-05 | 1 | -3/+4 |
* | SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res... | Sven Gothel | 2021-09-28 | 1 | -0/+17 |
* | Java: BTAdapter/BTDevice: Add [get|set]ConnectedLE_PHY(..), setDefaultLE_PHY(... | Sven Gothel | 2021-09-24 | 1 | -1/+36 |
* | Align Java/C++ findGatt[Service,Char](..) in BTDevice and BTGattService, remo... | Sven Gothel | 2021-09-18 | 1 | -4/+8 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 1 | -1/+1 |
* | Refine BTRole and add GATTRole, throughout BTAdapter, BTDevice (C++/Java) and... | Sven Gothel | 2021-09-16 | 1 | -0/+7 |
* | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 1 | -331/+1 |
* | Fix DBTDevice.java regression (commit e8e7f0958ed452a79eb2977555c2281b3ff3ba1... | Sven Gothel | 2021-07-29 | 1 | -5/+14 |
* | DBTDevice.java: Remove 'name' field: Use native name via JNI (resolve device ... | Sven Gothel | 2021-07-28 | 1 | -14/+4 |
* | Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap... | Sven Gothel | 2021-02-14 | 1 | -81/+103 |
* | BTDevice::setPairingPasskeyNegative(): Added API doc and missing Java binding... | Sven Gothel | 2021-02-11 | 1 | -0/+6 |
* | BTDevice.java: Add isValid() query, i.e. device reference valid and device no... | Sven Gothel | 2021-02-09 | 1 | -0/+4 |
* | BTDevice: Add automatic security negotiation of BTSecurityLevel and SMPIOCapa... | Sven Gothel | 2021-02-01 | 1 | -0/+9 |
* | BTDevice.cpp disconnect() method is noexcept, since all invoked methods are n... | Sven Gothel | 2021-01-30 | 1 | -4/+4 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 1 | -78/+78 |
* | Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up... | Sven Gothel | 2021-01-25 | 1 | -23/+23 |
* | Bump GetGitRevisionDescription.cmake to 6a748896188fdf3f885820ccd686393ea5215... | Sven Gothel | 2021-01-25 | 1 | -0/+871 |