| Commit message (Expand) | Author | Age | Files | Lines |
* | SMPKeyBin: Add helper to load all SMPKeyBin files from a directory, filter fo... | Sven Gothel | 2021-10-27 | 1 | -2/+6 |
* | SMPKeyBin (Version 5, C++/Java): Add IRK and (set/get) and also set CSRK | Sven Gothel | 2021-10-27 | 1 | -4/+103 |
* | BTDevice: SMP Keys (C++/Java): Have setter update PairingData::keys_*_has; Ex... | Sven Gothel | 2021-10-27 | 3 | -4/+141 |
* | Add SMPIdentityResolvingKey (C++/Java): Prepare to expose IRK | Sven Gothel | 2021-10-27 | 1 | -0/+186 |
* | Add BTAdapter::setSecureConnections(bool) (C++/Java): Allow testing periphera... | Sven Gothel | 2021-10-27 | 3 | -2/+26 |
* | [BT|DB]GattChar::getUserDescription() and userDescriptionIndex added (from de... | Sven Gothel | 2021-10-13 | 2 | -2/+12 |
* | BTAdapter: Remove setDiscoverable() and setBondable() (-> startAdvertising() ... | Sven Gothel | 2021-10-10 | 3 | -57/+0 |
* | Prelim add DBGatt[Server, Service, Char, Desc] Java classes (WIP) | Sven Gothel | 2021-10-10 | 4 | -0/+283 |
* | DBGattServer.hpp: Add and use DBGattServer, a complete list of Gatt Service o... | Sven Gothel | 2021-10-10 | 1 | -1/+1 |
* | Remove DirectBTJNISettings: Always use uuid_t -> uuid128_t mapping, unifying ... | Sven Gothel | 2021-10-10 | 7 | -53/+6 |
* | Removed TinyB API artifacts, fix copyright notice. Add README.md 'Direct-BT O... | Sven Gothel | 2021-10-10 | 19 | -737/+67 |
* | SMPKeyBin::readAndApply(): Validate local- and remoteAddress; Java: Fix setti... | Sven Gothel | 2021-10-06 | 1 | -2/+18 |
* | SMPKeyBin Version 4: Add localAddress (adapter) to filename with shortened fo... | Sven Gothel | 2021-10-06 | 1 | -37/+62 |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 6 | -33/+22 |
* | Renamed SMP*KeyInfo -> SMP*Key: Simplify language and names | Sven Gothel | 2021-10-05 | 8 | -158/+158 |
* | Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..) | Sven Gothel | 2021-10-05 | 11 | -54/+64 |
* | BTGattService: Clarify fields; BTGatt*::toString(): Add type prefix | Sven Gothel | 2021-10-03 | 1 | -2/+2 |
* | BTAdapter: Only power-off at close() IF BTAdapter::initialize() has actually ... | Sven Gothel | 2021-10-01 | 1 | -7/+5 |
* | Notification/Indication timestamp clarification: 'monotonic timestamp at rece... | Sven Gothel | 2021-09-30 | 2 | -4/+4 |
* | Fix BTGattChar::removeCharListener(..): Polymorph BTGattCharListener derivati... | Sven Gothel | 2021-09-29 | 1 | -0/+1 |
* | SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res... | Sven Gothel | 2021-09-28 | 7 | -30/+410 |
* | Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI... | Sven Gothel | 2021-09-24 | 2 | -56/+119 |
* | EIRDataTypeSet: Simplify toString() | Sven Gothel | 2021-09-24 | 1 | -62/+6 |
* | Java: BTAdapter/BTDevice: Add [get|set]ConnectedLE_PHY(..), setDefaultLE_PHY(... | Sven Gothel | 2021-09-24 | 8 | -4/+459 |
* | BTAdapter::initialize() validates power-on state and fails if not successful,... | Sven Gothel | 2021-09-21 | 3 | -9/+14 |
* | Bump README; Link BTAdapter::isInitialize() in API-doc | Sven Gothel | 2021-09-18 | 1 | -0/+6 |
* | Java public interface methods are always public, remove 'public' qualifier in... | Sven Gothel | 2021-09-18 | 5 | -77/+77 |
* | Add BTGattChar::findGattDesc() (C++ and Java) - Aligned find* methods across ... | Sven Gothel | 2021-09-18 | 4 | -41/+14 |
* | Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter. | Sven Gothel | 2021-09-18 | 3 | -0/+21 |
* | Align Java/C++ findGatt[Service,Char](..) in BTDevice and BTGattService, remo... | Sven Gothel | 2021-09-18 | 4 | -59/+45 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 9 | -605/+38 |
* | BTDevice.java API doc: Align w/ C++, mention 'remote' | Sven Gothel | 2021-09-16 | 1 | -1/+1 |
* | Refine BTRole and add GATTRole, throughout BTAdapter, BTDevice (C++/Java) and... | Sven Gothel | 2021-09-16 | 5 | -31/+95 |
* | Doxygen: Add dbt_peripheral00.cpp / DBTPeripheral00.java to Examples and ment... | Sven Gothel | 2021-09-16 | 1 | -1/+5 |
* | Introduce BTRole: Bluetooth device roles from the perspective of the link lay... | Sven Gothel | 2021-09-15 | 5 | -8/+133 |
* | BTAdapter/HCIHandler Refine advertising/discovery state validation | Sven Gothel | 2021-09-15 | 2 | -1/+14 |
* | Add advertising support (start with set-data and -params, stop) via HCIHandler | Sven Gothel | 2021-09-15 | 3 | -1/+132 |
* | BTAdapter: Resolve name and short_name, both readable via get<Name>() and set... | Sven Gothel | 2021-09-15 | 3 | -28/+81 |
* | Multi Direct-BT application, each using 1 adapter: Have user explicitly initi... | Sven Gothel | 2021-09-15 | 8 | -38/+90 |
* | Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via BTFa... | Sven Gothel | 2021-08-31 | 2 | -3/+17 |
* | Merge branch 'master' into b_v2.3v2.3.0 | Sven Gothel | 2021-08-31 | 1 | -13/+18 |
|\ |
|
| * | EIRDataTypeSet.DataType: Fix data type, aligned with C++ change of commit 294... | Sven Gothel | 2021-08-31 | 1 | -13/+18 |
* | | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 52 | -6108/+228 |
|/ |
|
* | API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13 | Sven Gothel | 2021-08-28 | 4 | -61/+101 |
* | Fix EUI48Sub::scanEUI48Sub(..): Fail on missing expected colon, i.e. after ea... | Sven Gothel | 2021-08-25 | 1 | -3/+10 |
* | DBTAdapter.cxx: Fix JNIAdapterStatusListener::deviceConnected(..): NewObject(...v2.2.12 | Sven Gothel | 2021-08-25 | 1 | -38/+29 |
* | BTDeviceRegistry::DeviceQuery: No need for EUI48Sub string representation if ... | Sven Gothel | 2021-08-05 | 1 | -1/+1 |
* | EUI48Sub::toString(): if 0 == length return ":", allowing fully functional EU... | Sven Gothel | 2021-08-05 | 1 | -2/+2 |
* | BTDeviceRegistry::DeviceQuery: Use explicit enum type distinguishing address ... | Sven Gothel | 2021-08-05 | 1 | -12/+30 |
* | BTDeviceRegistry, BTSecurityRegistry: Expose universal pattern matching, fix ... | Sven Gothel | 2021-08-05 | 2 | -45/+247 |