| Commit message (Expand) | Author | Age | Files | Lines |
* | Eclipse updatev2.3.1 | Sven Gothel | 2021-09-01 | 2 | -7/+3 |
* | Relocate ieee11073 -> direct_bt/ieee11073 to simplify deployment of header files | Sven Gothel | 2021-09-01 | 4 | -2/+2 |
* | Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via BTFa... | Sven Gothel | 2021-08-31 | 9 | -41/+37 |
* | README: Typo | Sven Gothel | 2021-08-31 | 1 | -2/+2 |
* | 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 | 103 | -14174/+353 |
|/ |
|
* | README: Add Adapter: Realtek Bluetooth 5.0 (`RTK_BT_5.0`) | Sven Gothel | 2021-08-30 | 1 | -0/+1 |
* | HCIHandler::le_enable_scan: Use 'filter_dup' (was disabled for debugging, ove...v2.2.14 | Sven Gothel | 2021-08-30 | 3 | -227/+207 |
* | Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec... | Sven Gothel | 2021-08-30 | 19 | -207/+1434 |
* | API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13 | Sven Gothel | 2021-08-28 | 12 | -201/+337 |
* | Fix EUI48Sub::scanEUI48Sub(..): Fail on missing expected colon, i.e. after ea... | Sven Gothel | 2021-08-25 | 4 | -4/+64 |
* | DBTAdapter.cxx: Fix JNIAdapterStatusListener::deviceConnected(..): NewObject(...v2.2.12 | Sven Gothel | 2021-08-25 | 1 | -38/+29 |
* | Bump README.md for 2.2.11v2.2.11 | Sven Gothel | 2021-08-11 | 1 | -1/+2 |
* | run-[dbt_|java-]scanner10.sh: Add [-setcap, -root] launch options, update set... | Sven Gothel | 2021-08-11 | 3 | -97/+217 |
* | .gitignore: Add issues/ | Sven Gothel | 2021-08-11 | 1 | -0/+1 |
* | Fix EUI48Sub Tests: An empty input string EUI48Sub results in a toString() ':... | Sven Gothel | 2021-08-06 | 2 | -14/+22 |
* | Bump READMEv2.2.10 | Sven Gothel | 2021-08-05 | 1 | -1/+2 |
* | BTDeviceRegistry::DeviceQuery: No need for EUI48Sub string representation if ... | Sven Gothel | 2021-08-05 | 2 | -2/+2 |
* | EUI48Sub::toString(): if 0 == length return ":", allowing fully functional EU... | Sven Gothel | 2021-08-05 | 2 | -2/+4 |
* | BTDeviceRegistry::DeviceQuery: Use explicit enum type distinguishing address ... | Sven Gothel | 2021-08-05 | 3 | -26/+57 |
* | BTDeviceRegistry, BTSecurityRegistry: Expose universal pattern matching, fix ... | Sven Gothel | 2021-08-05 | 8 | -103/+506 |
* | Bump README.md (v2.2.9)v2.2.9 | Sven Gothel | 2021-08-04 | 1 | -0/+12 |
* | BTDeviceRegistry: Replace print*() to get*String() and clarify method names (... | Sven Gothel | 2021-08-04 | 5 | -75/+76 |
* | BTDeviceRegistry + BTSecurityRegistry: Expose underlying collection (C++ and ... | Sven Gothel | 2021-08-04 | 6 | -66/+209 |
* | Eclipse: Add jaulib/java/jni in source pathv2.2.8 | Sven Gothel | 2021-08-03 | 1 | -0/+1 |
* | DBTScanner10.java: Show -dbt_debug option 'hci.scan_ad_eir' | Sven Gothel | 2021-08-03 | 1 | -1/+1 |
* | Return HCIStatusCode::NOT_POWERED if !adapter.isPowered(), also show adapter.... | Sven Gothel | 2021-08-03 | 2 | -7/+7 |
* | AdapterSetting: Add clrAdapterSettingMaskBit(..) | Sven Gothel | 2021-08-03 | 1 | -0/+5 |
* | Java JNI: Exceptions: Use jau::RuntimeException derivatives for all exception... | Sven Gothel | 2021-08-03 | 2 | -3/+3 |
* | jaulib: Java JNI: Exceptions: Use jau::RuntimeException derivatives for all e... | Sven Gothel | 2021-08-03 | 1 | -0/+0 |
* | BTDeviceRegistry.[cpp/java]: Bring back unordered_set/HashSet for devicesInPr... | Sven Gothel | 2021-08-01 | 3 | -48/+92 |
* | Update Examples doc root entry for dbt_scanner10.cpp and DBTScanner10.java | Sven Gothel | 2021-07-31 | 2 | -4/+17 |
* | dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t... | Sven Gothel | 2021-07-31 | 10 | -354/+883 |
* | Java: EUI48Sub add: hash_code(), clear(), indexOf(), contains(), operator==()... | Sven Gothel | 2021-07-31 | 2 | -53/+205 |
* | C++: EUI48Sub add: hash_code(), clear(), indexOf(), contains(), operator==() ... | Sven Gothel | 2021-07-30 | 2 | -37/+177 |
* | 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 | 5 | -66/+110 |
* | BTAdapter::mgmtEvDeviceFoundHCI: Resolve all 6 code-path (discovered, shared,... | Sven Gothel | 2021-07-28 | 1 | -77/+133 |
* | DBTDevice.java: Remove 'name' field: Use native name via JNI (resolve device ... | Sven Gothel | 2021-07-28 | 2 | -19/+6 |
* | BTAdapter::mgmtEvDeviceFoundHCI: 2nd AD-EIR w/ event-type SCAN_RSP notified v... | Sven Gothel | 2021-07-28 | 1 | -2/+6 |
* | HCIHandler: AD EIR Debug: Remove the byte stream (use btmon instead) | Sven Gothel | 2021-07-28 | 1 | -5/+1 |
* | Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_... | Sven Gothel | 2021-07-28 | 18 | -34/+123 |
* | Add EIR GAPFlags definition and string presentation for EInfoReport | Sven Gothel | 2021-07-28 | 3 | -11/+75 |
* | Eclipse .cproject (Add other examples for refactoring/indexing), project not ... | Sven Gothel | 2021-07-28 | 1 | -0/+2 |
* | Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A... | Sven Gothel | 2021-07-28 | 20 | -54/+129 |
* | Fix warning (=error) clang 11.0.1: Different comparison types: Must explicitl... | Sven Gothel | 2021-07-28 | 1 | -10/+10 |
* | Bump jaulib | Sven Gothel | 2021-07-28 | 1 | -0/+0 |
* | HCIHandler: Additionally dump AD EIR byte-hex stream if env.DEBUG_SCAN_AD_EIR | Sven Gothel | 2021-07-27 | 1 | -1/+5 |
* | BTAdapter: Remove duplicate friend declaration | Sven Gothel | 2021-07-27 | 1 | -1/+0 |