| Commit message (Expand) | Author | Age | Files | Lines |
* | SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res... | Sven Gothel | 2021-09-28 | 1 | -0/+17 |
* | Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI... | Sven Gothel | 2021-09-24 | 1 | -11/+18 |
* | Java: BTAdapter/BTDevice: Add [get|set]ConnectedLE_PHY(..), setDefaultLE_PHY(... | Sven Gothel | 2021-09-24 | 2 | -4/+54 |
* | BTAdapter::initialize() validates power-on state and fails if not successful,... | Sven Gothel | 2021-09-21 | 1 | -1/+1 |
* | Add BTGattChar::findGattDesc() (C++ and Java) - Aligned find* methods across ... | Sven Gothel | 2021-09-18 | 1 | -7/+2 |
* | Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter. | Sven Gothel | 2021-09-18 | 1 | -0/+3 |
* | Align Java/C++ findGatt[Service,Char](..) in BTDevice and BTGattService, remo... | Sven Gothel | 2021-09-18 | 2 | -11/+10 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 2 | -2/+2 |
* | Refine BTRole and add GATTRole, throughout BTAdapter, BTDevice (C++/Java) and... | Sven Gothel | 2021-09-16 | 1 | -0/+7 |
* | Introduce BTRole: Bluetooth device roles from the perspective of the link lay... | Sven Gothel | 2021-09-15 | 1 | -0/+13 |
* | BTAdapter/HCIHandler Refine advertising/discovery state validation | Sven Gothel | 2021-09-15 | 1 | -0/+5 |
* | Add advertising support (start with set-data and -params, stop) via HCIHandler | Sven Gothel | 2021-09-15 | 1 | -0/+26 |
* | BTAdapter: Resolve name and short_name, both readable via get<Name>() and set... | Sven Gothel | 2021-09-15 | 1 | -11/+32 |
* | Multi Direct-BT application, each using 1 adapter: Have user explicitly initi... | Sven Gothel | 2021-09-15 | 2 | -2/+14 |
* | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 6 | -760/+58 |
* | API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13 | Sven Gothel | 2021-08-28 | 1 | -13/+27 |
* | 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 |
* | Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_... | Sven Gothel | 2021-07-28 | 2 | -6/+16 |
* | Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A... | Sven Gothel | 2021-07-28 | 1 | -9/+27 |
* | [D]BTAdapter.printDeviceList[s](..): Also print device name in debug output. | Sven Gothel | 2021-06-15 | 1 | -1/+2 |
* | DBTAdapter.printDeviceLists(): Avoid ConcurrentModificationException by using... | Sven Gothel | 2021-06-15 | 1 | -1/+2 |
* | Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap... | Sven Gothel | 2021-02-14 | 2 | -118/+217 |
* | 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 |
* | Bump jaulib; Adapt to jau::bytesHexString(..) removed leading0X argument: Uni... | Sven Gothel | 2021-02-06 | 1 | -2/+2 |
* | 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 |
* | BTManager.Settings Name Fix | Sven Gothel | 2021-01-29 | 2 | -4/+4 |
* | API renaming of missed 'Characteristic', add listener to API name table | Sven Gothel | 2021-01-27 | 1 | -6/+6 |
* | Update README.md; Provide Java package API doc (Copied from C++) etc .. | Sven Gothel | 2021-01-27 | 1 | -1/+0 |
* | Have BTFactory.main(..) show version info and available adapter, also whether... | Sven Gothel | 2021-01-27 | 1 | -1/+0 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 9 | -376/+376 |
* | Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up... | Sven Gothel | 2021-01-25 | 9 | -90/+90 |
* | Bump GetGitRevisionDescription.cmake to 6a748896188fdf3f885820ccd686393ea5215... | Sven Gothel | 2021-01-25 | 9 | -0/+3250 |