| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A... | Sven Gothel | 2021-07-28 | 4 | -5/+5 |
* | dbt_scanner10: Document important invocation options | Sven Gothel | 2021-07-27 | 1 | -6/+38 |
* | Clarify EInfoReport ownership between MgmtEvtDeviceFound, HCIHandler and BTAd... | Sven Gothel | 2021-07-27 | 1 | -1/+1 |
* | SMPKeyBin: Allow BTSecurityLevel::NONE case; Add more convenient createAndWri... | Sven Gothel | 2021-02-21 | 2 | -72/+9 |
* | Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap... | Sven Gothel | 2021-02-14 | 4 | -168/+214 |
* | Scanner10: Apply: Key deletion on (bad key) failure (i.e. regenerate key); Se... | Sven Gothel | 2021-02-11 | 2 | -99/+21 |
* | DBTScanner10: Remove wrong comment | Sven Gothel | 2021-02-10 | 1 | -1/+0 |
* | API String Conversion Simplification: get.*String() -> direct_bt::to_string()... | Sven Gothel | 2021-02-10 | 3 | -48/+48 |
* | SC changes of Scanner10 example (C++/Java) | Sven Gothel | 2021-02-09 | 2 | -28/+105 |
* | SMPKeyBin (C++/Java): Add 'apply(BTDevice&)' method, setting Security params ... | Sven Gothel | 2021-02-09 | 2 | -30/+4 |
* | Fix changed jaulib header names | Sven Gothel | 2021-02-08 | 1 | -1/+1 |
* | 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 | 2 | -398/+59 |
* | Complete C++/Java Scanner10 example for automatic security negotiation | Sven Gothel | 2021-02-01 | 2 | -6/+15 |
* | BTDevice: Add automatic security negotiation of BTSecurityLevel and SMPIOCapa... | Sven Gothel | 2021-02-01 | 2 | -22/+68 |
* | DBTScanner10/dbt_scanner10: Use better block formatting, don't hide block {} | Sven Gothel | 2021-01-30 | 2 | -2/+4 |
* | Fix missed JNI renaming: Java_jau_direct_1bt_DBTDevice_removeAll[Characterist... | Sven Gothel | 2021-01-28 | 2 | -0/+2 |
* | dbt_scanner10.cpp: Drop 'constexpr' from isResponder() in My LTK/CSRK Info st... | Sven Gothel | 2021-01-28 | 1 | -2/+2 |
* | Enhance Scanner10's MyLongTermKeyInfo (C++/Java): Store BTSecurityLevel and S... | Sven Gothel | 2021-01-28 | 2 | -190/+307 |
* | Example Scanner10 (C++/Java): Support Security setting per device BDAddressAn... | Sven Gothel | 2021-01-27 | 2 | -39/+185 |
* | 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 | 10 | -392/+392 |
* | 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 | 5 | -4/+28 |
* | DBTManager/DBTAdapter: DBTManager own zero or all DBTAdapter | Sven Gothel | 2021-01-18 | 4 | -166/+66 |
* | AdapterStatusListener::deviceFound: Resolve sharedDevices persistence of foun... | Sven Gothel | 2021-01-17 | 6 | -8/+20 |
* | Replace std::vector w/ jau::darray and jau::cow_vector with jau::cow_darray (... | Sven Gothel | 2021-01-11 | 3 | -21/+40 |
* | Replace jau::cow_vector with jau::cow_darray (simple type replacement, compat... | Sven Gothel | 2021-01-06 | 1 | -3/+3 |
* | dbt_sanner10 / DBTScanner10: Prepare for using hash-map/set (unordered_map/set) | Sven Gothel | 2021-01-05 | 2 | -15/+32 |
* | Adapty to jau::cow_vector changes (along w/ new jau::darray): Use const_itera... | Sven Gothel | 2021-01-05 | 1 | -2/+3 |
* | cmake: Move jaucpp -> jaulib (source locations and add_subdirectory(jaulib)) | Sven Gothel | 2020-12-21 | 1 | -1/+1 |
* | smart_ptr-4: Pass GATTCharacteristic TROOctets notification and indication as... | Sven Gothel | 2020-12-14 | 3 | -15/+15 |
* | Adopt new BDAddressAndType key value across project | Sven Gothel | 2020-12-12 | 10 | -170/+191 |
* | Added support for SMPSignatureResolvingKeyInfo and SMPKeyType query | Sven Gothel | 2020-12-10 | 2 | -12/+144 |
* | SMPLongTermKeyInfo: Encode RESPONDER (or INITIATOR) within its Property bit m... | Sven Gothel | 2020-12-10 | 2 | -6/+20 |
* | BluetoothDevice: Support SMPLongTermKeyInfo via [get/set]LongTermKeyInfo(..),... | Sven Gothel | 2020-12-10 | 2 | -2/+114 |
* | Java API: Add and use a 'native' EUI48 (6 bytes, new class) and BluetoothAddr... | Sven Gothel | 2020-12-10 | 4 | -31/+27 |
* | BluetoothUtils.bytesHexString(..): Align with native jau::bytesHexString(), a... | Sven Gothel | 2020-12-09 | 3 | -9/+9 |
* | DBTDevice: Add get/set methods for SMPLongTermKeyInfo (tested); TODO: Java | Sven Gothel | 2020-12-09 | 1 | -0/+52 |
* | DBTAdapter::[un]lockConnect[Any](..): New single device connect-command impl ... | Sven Gothel | 2020-12-03 | 2 | -61/+35 |
* | MgmtTypes: Support PAIR_DEVICE (async - pending reply), CANCEL_PAIR_DEVICE an... | Sven Gothel | 2020-12-03 | 1 | -0/+47 |
* | Fix SMPPairingState (Phase 3); Add PairingMode::PRE_PAIRED; | Sven Gothel | 2020-12-03 | 2 | -23/+23 |
* | DBTDevice: Clarify setConn* Security parameter API: Provide more versatile ov... | Sven Gothel | 2020-11-24 | 2 | -7/+15 |
* | Fix dbt_scanner10.cpp (NPE) and align DBTScanner10.java .. | Sven Gothel | 2020-11-23 | 2 | -8/+10 |
* | Enc/Auth: Allow full PairingMode modulation via BTSecurityLevel and SMPIOCapa... | Sven Gothel | 2020-11-23 | 2 | -6/+25 |
* | DBTScanner10: Optional argument for one characteristic UUID identifier and va... | Sven Gothel | 2020-11-21 | 2 | -20/+69 |
* | Implement BTSecurityLevel to Java, incl. [DBT|Bluetooth]Device sec_level over... | Sven Gothel | 2020-11-19 | 2 | -4/+16 |
* | Use new BTSecurityLevel instead of uint8_t BT_SECURITY value; DBTDevice: Add ... | Sven Gothel | 2020-11-19 | 1 | -3/+16 |