summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eclipse updatev2.3.1Sven Gothel2021-09-012-7/+3
* Relocate ieee11073 -> direct_bt/ieee11073 to simplify deployment of header filesSven Gothel2021-09-014-2/+2
* Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via BTFa...Sven Gothel2021-08-319-41/+37
* README: TypoSven Gothel2021-08-311-2/+2
* Merge branch 'master' into b_v2.3v2.3.0Sven Gothel2021-08-311-13/+18
|\
| * EIRDataTypeSet.DataType: Fix data type, aligned with C++ change of commit 294...Sven Gothel2021-08-311-13/+18
* | Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-31103-14174/+353
|/
* README: Add Adapter: Realtek Bluetooth 5.0 (`RTK_BT_5.0`)Sven Gothel2021-08-301-0/+1
* HCIHandler::le_enable_scan: Use 'filter_dup' (was disabled for debugging, ove...v2.2.14Sven Gothel2021-08-303-227/+207
* Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec...Sven Gothel2021-08-3019-207/+1434
* API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13Sven Gothel2021-08-2812-201/+337
* Fix EUI48Sub::scanEUI48Sub(..): Fail on missing expected colon, i.e. after ea...Sven Gothel2021-08-254-4/+64
* DBTAdapter.cxx: Fix JNIAdapterStatusListener::deviceConnected(..): NewObject(...v2.2.12Sven Gothel2021-08-251-38/+29
* Bump README.md for 2.2.11v2.2.11Sven Gothel2021-08-111-1/+2
* run-[dbt_|java-]scanner10.sh: Add [-setcap, -root] launch options, update set...Sven Gothel2021-08-113-97/+217
* .gitignore: Add issues/Sven Gothel2021-08-111-0/+1
* Fix EUI48Sub Tests: An empty input string EUI48Sub results in a toString() ':...Sven Gothel2021-08-062-14/+22
* Bump READMEv2.2.10Sven Gothel2021-08-051-1/+2
* BTDeviceRegistry::DeviceQuery: No need for EUI48Sub string representation if ...Sven Gothel2021-08-052-2/+2
* EUI48Sub::toString(): if 0 == length return ":", allowing fully functional EU...Sven Gothel2021-08-052-2/+4
* BTDeviceRegistry::DeviceQuery: Use explicit enum type distinguishing address ...Sven Gothel2021-08-053-26/+57
* BTDeviceRegistry, BTSecurityRegistry: Expose universal pattern matching, fix ...Sven Gothel2021-08-058-103/+506
* Bump README.md (v2.2.9)v2.2.9Sven Gothel2021-08-041-0/+12
* BTDeviceRegistry: Replace print*() to get*String() and clarify method names (...Sven Gothel2021-08-045-75/+76
* BTDeviceRegistry + BTSecurityRegistry: Expose underlying collection (C++ and ...Sven Gothel2021-08-046-66/+209
* Eclipse: Add jaulib/java/jni in source pathv2.2.8Sven Gothel2021-08-031-0/+1
* DBTScanner10.java: Show -dbt_debug option 'hci.scan_ad_eir'Sven Gothel2021-08-031-1/+1
* Return HCIStatusCode::NOT_POWERED if !adapter.isPowered(), also show adapter....Sven Gothel2021-08-032-7/+7
* AdapterSetting: Add clrAdapterSettingMaskBit(..)Sven Gothel2021-08-031-0/+5
* Java JNI: Exceptions: Use jau::RuntimeException derivatives for all exception...Sven Gothel2021-08-032-3/+3
* jaulib: Java JNI: Exceptions: Use jau::RuntimeException derivatives for all e...Sven Gothel2021-08-031-0/+0
* BTDeviceRegistry.[cpp/java]: Bring back unordered_set/HashSet for devicesInPr...Sven Gothel2021-08-013-48/+92
* Update Examples doc root entry for dbt_scanner10.cpp and DBTScanner10.javaSven Gothel2021-07-312-4/+17
* dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t...Sven Gothel2021-07-3110-354/+883
* Java: EUI48Sub add: hash_code(), clear(), indexOf(), contains(), operator==()...Sven Gothel2021-07-312-53/+205
* C++: EUI48Sub add: hash_code(), clear(), indexOf(), contains(), operator==() ...Sven Gothel2021-07-302-37/+177
* Fix DBTDevice.java regression (commit e8e7f0958ed452a79eb2977555c2281b3ff3ba1...Sven Gothel2021-07-292-7/+19
* SMPKeyFile: Tightened Constraints: readAndApply(..) key file's BTSecurityLeve...Sven Gothel2021-07-295-66/+110
* BTAdapter::mgmtEvDeviceFoundHCI: Resolve all 6 code-path (discovered, shared,...Sven Gothel2021-07-281-77/+133
* DBTDevice.java: Remove 'name' field: Use native name via JNI (resolve device ...Sven Gothel2021-07-282-19/+6
* BTAdapter::mgmtEvDeviceFoundHCI: 2nd AD-EIR w/ event-type SCAN_RSP notified v...Sven Gothel2021-07-281-2/+6
* HCIHandler: AD EIR Debug: Remove the byte stream (use btmon instead)Sven Gothel2021-07-281-5/+1
* Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_...Sven Gothel2021-07-2818-34/+123
* Add EIR GAPFlags definition and string presentation for EInfoReportSven Gothel2021-07-283-11/+75
* Eclipse .cproject (Add other examples for refactoring/indexing), project not ...Sven Gothel2021-07-281-0/+2
* Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A...Sven Gothel2021-07-2820-54/+129
* Fix warning (=error) clang 11.0.1: Different comparison types: Must explicitl...Sven Gothel2021-07-281-10/+10
* Bump jaulibSven Gothel2021-07-281-0/+0
* HCIHandler: Additionally dump AD EIR byte-hex stream if env.DEBUG_SCAN_AD_EIRSven Gothel2021-07-271-1/+5
* BTAdapter: Remove duplicate friend declarationSven Gothel2021-07-271-1/+0