| Commit message (Expand) | Author | Age | Files | Lines |
* | README.md: Mention Peripheral Example C++/Java; Sync both | Sven Gothel | 2021-10-15 | 1 | -0/+3 |
* | SMPKeyBin Version 4: Add localAddress (adapter) to filename with shortened fo... | Sven Gothel | 2021-10-06 | 2 | -4/+4 |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 2 | -7/+2 |
* | dbt_scanner10/DBTScanner10: Only show notify/indicate if available | Sven Gothel | 2021-10-02 | 1 | -5/+8 |
* | Examples: Cleanup up dbt_scanner10/DBTScanner10, moving test-code into upcomi... | Sven Gothel | 2021-09-29 | 1 | -56/+0 |
* | Examples: Build using a set of idiomatic names, one recipe for each examples;... | Sven Gothel | 2021-09-27 | 1 | -11/+19 |
* | Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI... | Sven Gothel | 2021-09-24 | 1 | -2/+2 |
* | Java: BTAdapter/BTDevice: Add [get|set]ConnectedLE_PHY(..), setDefaultLE_PHY(... | Sven Gothel | 2021-09-24 | 1 | -0/+31 |
* | Refine initAdapter() in exampled: Remove listener on start[Discovery/Advertis... | Sven Gothel | 2021-09-21 | 2 | -2/+6 |
* | BTAdapter::initialize() validates power-on state and fails if not successful,... | Sven Gothel | 2021-09-21 | 2 | -27/+46 |
* | Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter. | Sven Gothel | 2021-09-18 | 2 | -17/+19 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 2 | -2/+2 |
* | Doxygen: Add dbt_peripheral00.cpp / DBTPeripheral00.java to Examples and ment... | Sven Gothel | 2021-09-16 | 2 | -3/+4 |
* | Add advertising support (start with set-data and -params, stop) via HCIHandler | Sven Gothel | 2021-09-15 | 2 | -0/+397 |
* | Multi Direct-BT application, each using 1 adapter: Have user explicitly initi... | Sven Gothel | 2021-09-15 | 1 | -8/+31 |
* | Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via BTFa... | Sven Gothel | 2021-08-31 | 1 | -0/+3 |
* | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 8 | -1892/+5 |
* | Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec... | Sven Gothel | 2021-08-30 | 1 | -7/+12 |
* | API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13 | Sven Gothel | 2021-08-28 | 1 | -32/+46 |
* | BTDeviceRegistry, BTSecurityRegistry: Expose universal pattern matching, fix ... | Sven Gothel | 2021-08-05 | 1 | -5/+5 |
* | BTDeviceRegistry: Replace print*() to get*String() and clarify method names (... | Sven Gothel | 2021-08-04 | 1 | -17/+16 |
* | DBTScanner10.java: Show -dbt_debug option 'hci.scan_ad_eir' | Sven Gothel | 2021-08-03 | 1 | -1/+1 |
* | dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t... | Sven Gothel | 2021-07-31 | 1 | -125/+58 |
* | SMPKeyFile: Tightened Constraints: readAndApply(..) key file's BTSecurityLeve... | Sven Gothel | 2021-07-29 | 1 | -14/+16 |
* | Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_... | Sven Gothel | 2021-07-28 | 4 | -4/+12 |
* | Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A... | Sven Gothel | 2021-07-28 | 4 | -5/+5 |
* | SMPKeyBin: Allow BTSecurityLevel::NONE case; Add more convenient createAndWri... | Sven Gothel | 2021-02-21 | 1 | -36/+4 |
* | Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap... | Sven Gothel | 2021-02-14 | 3 | -89/+116 |
* | Scanner10: Apply: Key deletion on (bad key) failure (i.e. regenerate key); Se... | Sven Gothel | 2021-02-11 | 1 | -59/+11 |
* | DBTScanner10: Remove wrong comment | Sven Gothel | 2021-02-10 | 1 | -1/+0 |
* | SC changes of Scanner10 example (C++/Java) | Sven Gothel | 2021-02-09 | 1 | -10/+58 |
* | SMPKeyBin (C++/Java): Add 'apply(BTDevice&)' method, setting Security params ... | Sven Gothel | 2021-02-09 | 1 | -15/+2 |
* | Bump jaulib; Adapt to jau::bytesHexString(..) removed leading0X argument: Uni... | Sven Gothel | 2021-02-06 | 3 | -9/+9 |
* | Promote persistent SMP Key Storage to API: SMPKeyBinv2.2.3 | Sven Gothel | 2021-02-02 | 1 | -239/+30 |
* | Complete C++/Java Scanner10 example for automatic security negotiation | Sven Gothel | 2021-02-01 | 1 | -3/+12 |
* | BTDevice: Add automatic security negotiation of BTSecurityLevel and SMPIOCapa... | Sven Gothel | 2021-02-01 | 1 | -7/+25 |
* | DBTScanner10/dbt_scanner10: Use better block formatting, don't hide block {} | Sven Gothel | 2021-01-30 | 1 | -1/+2 |
* | Fix missed JNI renaming: Java_jau_direct_1bt_DBTDevice_removeAll[Characterist... | Sven Gothel | 2021-01-28 | 1 | -0/+1 |
* | Enhance Scanner10's MyLongTermKeyInfo (C++/Java): Store BTSecurityLevel and S... | Sven Gothel | 2021-01-28 | 1 | -85/+153 |
* | Example Scanner10 (C++/Java): Support Security setting per device BDAddressAn... | Sven Gothel | 2021-01-27 | 1 | -22/+84 |
* | API renaming of missed 'Characteristic', add listener to API name table | Sven Gothel | 2021-01-27 | 1 | -1/+1 |
* | Have BTFactory.main(..) show version info and available adapter, also whether... | Sven Gothel | 2021-01-27 | 7 | -7/+7 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 7 | -277/+277 |
* | Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up... | Sven Gothel | 2021-01-25 | 8 | -120/+119 |
* | DBTScanner10: Use BDAddressAndType.matches() to support BDAddressType.BDADDR_... | Sven Gothel | 2021-01-18 | 1 | -4/+12 |
* | *Adapter: Clarity [get|remove]Devices() -> [get|remove]DiscoveredDevices(); A... | Sven Gothel | 2021-01-18 | 4 | -4/+16 |
* | DBTManager/DBTAdapter: DBTManager own zero or all DBTAdapter | Sven Gothel | 2021-01-18 | 1 | -43/+16 |
* | AdapterStatusListener::deviceFound: Resolve sharedDevices persistence of foun... | Sven Gothel | 2021-01-17 | 3 | -4/+12 |
* | dbt_sanner10 / DBTScanner10: Prepare for using hash-map/set (unordered_map/set) | Sven Gothel | 2021-01-05 | 1 | -4/+9 |
* | Adopt new BDAddressAndType key value across project | Sven Gothel | 2020-12-12 | 7 | -94/+100 |