| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 1 | -6/+3 |
* | Renamed SMP*KeyInfo -> SMP*Key: Simplify language and names | Sven Gothel | 2021-10-05 | 1 | -13/+13 |
* | SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res... | Sven Gothel | 2021-09-28 | 1 | -1/+26 |
* | HCIHandler/BTAdapter/BTDevice: Add le_set[_default]_phy(..) / set[Connected|D... | Sven Gothel | 2021-09-24 | 1 | -0/+53 |
* | HCIHandler::le_read_phy(..)/BTDevice::getConnectedLE_PHY(..): Use orig HCI ar... | Sven Gothel | 2021-09-24 | 1 | -11/+12 |
* | HCIHandler/BTDevice: Enhance API doc on conn_latency and supervision_timeout;... | Sven Gothel | 2021-09-23 | 1 | -2/+2 |
* | Add BTGattChar::findGattDesc() (C++ and Java) - Aligned find* methods across ... | Sven Gothel | 2021-09-18 | 1 | -4/+4 |
* | Align Java/C++ findGatt[Service,Char](..) in BTDevice and BTGattService, remo... | Sven Gothel | 2021-09-18 | 1 | -7/+24 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 1 | -6/+6 |
* | Refine BTRole and add GATTRole, throughout BTAdapter, BTDevice (C++/Java) and... | Sven Gothel | 2021-09-16 | 1 | -1/+29 |
* | Introduce BTRole: Bluetooth device roles from the perspective of the link lay... | Sven Gothel | 2021-09-15 | 1 | -0/+5 |
* | Multi Direct-BT application, each using 1 adapter: Have user explicitly initi... | Sven Gothel | 2021-09-15 | 1 | -0/+1 |
* | uuid_t: static factory return unique_ptr<uuid_t> (drop const); Have uuid_t as... | Sven Gothel | 2021-09-15 | 1 | -5/+5 |
* | Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec... | Sven Gothel | 2021-08-30 | 1 | -2/+13 |
* | API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13 | Sven Gothel | 2021-08-28 | 1 | -0/+2 |
* | Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap... | Sven Gothel | 2021-02-14 | 1 | -2/+47 |
* | BTDevice::setPairingPasskeyNegative(): Added API doc and missing Java binding... | Sven Gothel | 2021-02-11 | 1 | -0/+22 |
* | C++: Replace {@code lala} with `lala` as it confuses Doxygen preprocessor par... | Sven Gothel | 2021-02-05 | 1 | -3/+3 |
* | Fix BTDevice::setConnSecurityAuto(..) API doc (disabled by ..) | Sven Gothel | 2021-02-02 | 1 | -1/+1 |
* | DBTDevice: Fix automatic security negotiation: 'pairing_data.ioCap_auto' need... | Sven Gothel | 2021-02-01 | 1 | -1/+2 |
* | BTDevice: Add automatic security negotiation of BTSecurityLevel and SMPIOCapa... | Sven Gothel | 2021-02-01 | 1 | -4/+43 |
* | BTDevice::setConnSecurity(..): Remove UNSET argument restrictions, allowing t... | Sven Gothel | 2021-02-01 | 1 | -4/+3 |
* | DBTDevice.hpp/cpp: Remove const_cast on now explicit mutable mutex and atomic... | Sven Gothel | 2021-02-01 | 1 | -5/+5 |
* | BTDevice.cpp connect*() methods are all noexcept, since all invoked methods a... | Sven Gothel | 2021-01-30 | 1 | -3/+3 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 1 | -0/+831 |