| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | AdapterStatusListener::deviceReady(): Exclude from restrictions on method dur... | Sven Gothel | 2020-11-17 | 2 | -4/+2 |
* | DBTScanner10.java: Adopt to new [SMP] Pairing | Sven Gothel | 2020-11-17 | 1 | -17/+58 |
* | Native/Java: Adjust PairingMode/State enum naming in code and API doc; Fix *D... | Sven Gothel | 2020-11-17 | 1 | -1/+1 |
* | Fix minor compiler error: DBTScanner10.java: complete using executeOffThread(... | Sven Gothel | 2020-11-17 | 1 | -4/+2 |
* | DBTScanner10: Simplify off-thread execution coding | Sven Gothel | 2020-11-17 | 1 | -47/+26 |
* | AdapterStatusListener add deviceReady(..) giving a clear 'start to use' event... | Sven Gothel | 2020-11-15 | 4 | -54/+70 |
* | Add SMP changed to *.java API (AdapterStatusListener devicePairingState(..), ... | Sven Gothel | 2020-11-14 | 4 | -56/+72 |
* | Resolve adapter lifecycle issue: Have Add/remove callbacks in dedicated threa... | Sven Gothel | 2020-10-27 | 1 | -9/+13 |
* | Add ChangedAdapterSetCallback (C++), ChangedAdapterSetListener (Java) for [DB... | Sven Gothel | 2020-10-25 | 2 | -70/+156 |
* | Support Adapter removal and add @ runtime: Handle INDEX_ADDED and INDEX_REMOV... | Sven Gothel | 2020-10-25 | 2 | -52/+98 |
* | Refine/add state queries in [DBT|Bluetooth]Adapter, BluetoothManager | Sven Gothel | 2020-10-25 | 6 | -13/+7 |
* | BluetoothUtils.java: Shorten *Milliseconds* functions; Reuse C++ environment:... | Sven Gothel | 2020-10-23 | 3 | -33/+33 |
* | AdapterStatusListener::discoveringChanged: Add meta ScanType and changed Scan... | Sven Gothel | 2020-10-23 | 6 | -12/+18 |
* | Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ... | Sven Gothel | 2020-10-20 | 1 | -6/+6 |
* | Normalize: Use size_t where appropriate; timestamp is uint64_t | Sven Gothel | 2020-10-20 | 3 | -9/+9 |
* | cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti... | Sven Gothel | 2020-10-20 | 1 | -43/+0 |
* | DBTDevice::dtor: Don't recurse back into remove() -> adapter removeDevice(), ... | Sven Gothel | 2020-10-19 | 1 | -1/+4 |
* | examples/tinyb/esstinyb.cpp: Fix '-Wcast-align=strict' | Sven Gothel | 2020-10-17 | 1 | -3/+5 |
* | dbt_scanner10: Fix Warnings | Sven Gothel | 2020-10-17 | 1 | -2/+2 |
* | Cleanup warnings | Sven Gothel | 2020-10-16 | 6 | -65/+23 |
* | Extract common C++ Support Library inclusive Java JNI Binding to sub-project ... | Sven Gothel | 2020-10-16 | 4 | -6/+16 |
* | dbt_scanner10: Utilize 'default adapter' if no explicit dev_id is given, i.e.... | Sven Gothel | 2020-10-14 | 1 | -2/+2 |
* | dbt_scanner10/DBTScanner10: Issue 'startDiscovery(..)' off-thread @ POWERED i... | Sven Gothel | 2020-10-14 | 2 | -38/+38 |
* | AdapterInfo Cleanup: AdapterSetting current_setting -> atomic, drop its atomi... | Sven Gothel | 2020-10-14 | 3 | -12/+12 |