| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | BTDeviceRegistry: Replace print*() to get*String() and clarify method names (... | Sven Gothel | 2021-08-04 | 1 | -10/+11 |
* | BTDeviceRegistry + BTSecurityRegistry: Expose underlying collection (C++ and ... | Sven Gothel | 2021-08-04 | 2 | -3/+60 |
* | Java JNI: Exceptions: Use jau::RuntimeException derivatives for all exception... | Sven Gothel | 2021-08-03 | 2 | -3/+3 |
* | BTDeviceRegistry.[cpp/java]: Bring back unordered_set/HashSet for devicesInPr... | Sven Gothel | 2021-08-01 | 1 | -24/+37 |
* | Update Examples doc root entry for dbt_scanner10.cpp and DBTScanner10.java | Sven Gothel | 2021-07-31 | 1 | -0/+3 |
* | dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t... | Sven Gothel | 2021-07-31 | 2 | -0/+306 |
* | Java: EUI48Sub add: hash_code(), clear(), indexOf(), contains(), operator==()... | Sven Gothel | 2021-07-31 | 2 | -53/+205 |
* | Fix DBTDevice.java regression (commit e8e7f0958ed452a79eb2977555c2281b3ff3ba1... | Sven Gothel | 2021-07-29 | 2 | -7/+19 |
* | SMPKeyFile: Tightened Constraints: readAndApply(..) key file's BTSecurityLeve... | Sven Gothel | 2021-07-29 | 1 | -12/+32 |
* | DBTDevice.java: Remove 'name' field: Use native name via JNI (resolve device ... | Sven Gothel | 2021-07-28 | 2 | -19/+6 |
* | Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_... | Sven Gothel | 2021-07-28 | 7 | -14/+55 |
* | Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A... | Sven Gothel | 2021-07-28 | 5 | -14/+64 |
* | [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 |
* | SMPKeyBin: Make key base filename compatible to FAT32 Long filename (LFN)v2.2.6 | Sven Gothel | 2021-06-11 | 1 | -2/+20 |
* | SMPKeyBin: Allow BTSecurityLevel::NONE case; Add more convenient createAndWri... | Sven Gothel | 2021-02-21 | 1 | -66/+257 |
* | BTUtils.java: Add 'long wallClockSeconds()' | Sven Gothel | 2021-02-21 | 2 | -4/+20 |
* | SMPKeyBin: Use fprintf_td(..) to have elapsedTime prependend | Sven Gothel | 2021-02-14 | 1 | -12/+12 |
* | Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap... | Sven Gothel | 2021-02-14 | 9 | -132/+350 |
* | JNI: Fix missed package and class name renaming in jni code. | Sven Gothel | 2021-02-12 | 2 | -6/+6 |
* | SMPKeyBin: Add static remove(..) method, supporting deletion of key file. | Sven Gothel | 2021-02-11 | 1 | -4/+22 |