| Commit message (Expand) | Author | Age | Files | Lines |
* | DBTDevice: Clarify setConn* Security parameter API: Provide more versatile ov... | Sven Gothel | 2020-11-24 | 1 | -2/+6 |
* | Fix dbt_scanner10.cpp (NPE) and align DBTScanner10.java .. | Sven Gothel | 2020-11-23 | 1 | -4/+5 |
* | Enc/Auth: Allow full PairingMode modulation via BTSecurityLevel and SMPIOCapa... | Sven Gothel | 2020-11-23 | 1 | -3/+13 |
* | DBTScanner10: Optional argument for one characteristic UUID identifier and va... | Sven Gothel | 2020-11-21 | 1 | -15/+25 |
* | Implement BTSecurityLevel to Java, incl. [DBT|Bluetooth]Device sec_level over... | Sven Gothel | 2020-11-19 | 1 | -3/+15 |
* | AdapterStatusListener::deviceReady(): Exclude from restrictions on method dur... | Sven Gothel | 2020-11-17 | 1 | -2/+1 |
* | DBTScanner10.java: Adopt to new [SMP] Pairing | Sven Gothel | 2020-11-17 | 1 | -17/+58 |
* | 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 | 1 | -0/+5 |
* | Add SMP changed to *.java API (AdapterStatusListener devicePairingState(..), ... | Sven Gothel | 2020-11-14 | 1 | -23/+6 |
* | Add ChangedAdapterSetCallback (C++), ChangedAdapterSetListener (Java) for [DB... | Sven Gothel | 2020-10-25 | 1 | -39/+76 |
* | Support Adapter removal and add @ runtime: Handle INDEX_ADDED and INDEX_REMOV... | Sven Gothel | 2020-10-25 | 1 | -24/+41 |
* | Refine/add state queries in [DBT|Bluetooth]Adapter, BluetoothManager | Sven Gothel | 2020-10-25 | 4 | -9/+3 |
* | 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 | 3 | -6/+9 |
* | Cleanup warnings | Sven Gothel | 2020-10-16 | 6 | -65/+23 |
* | dbt_scanner10/DBTScanner10: Issue 'startDiscovery(..)' off-thread @ POWERED i... | Sven Gothel | 2020-10-14 | 1 | -21/+22 |
* | dbt_scanner10, DBTScanner10: POWERED-ON @ AdapterStatusListener::adapterSetti... | Sven Gothel | 2020-10-13 | 1 | -1/+2 |
* | AdapterStatusListener[1] and DBTAdapter[2] API Refinement: [1] non const DBTA... | Sven Gothel | 2020-10-13 | 3 | -23/+30 |
* | DBTAdapter::reset(): Promote HCIHandler::reset() to adapter incl Java binding | Sven Gothel | 2020-10-09 | 1 | -1/+24 |
* | DBTScanner10: Have counter MULTI_MEASUREMENTS atomic and issue decrement @ en... | Sven Gothel | 2020-09-30 | 1 | -14/+15 |
* | dbt_scanner10/DBTScanner10: Fix Skip non 'public LE' and non 'random static p... | Sven Gothel | 2020-09-27 | 1 | -1/+2 |
* | DBTAdapter.adapterSettingsChanged(): Handle 'initialSetting' (0 == oldmask): ... | Sven Gothel | 2020-09-26 | 1 | -1/+6 |
* | Java Example: Rename ScannerTinyB10 -> DBTScanner10: Requiring Direct-BT, nam... | Sven Gothel | 2020-09-25 | 2 | -6/+6 |
* | Drop ScannerTinyB10 TinyB general code; Adapt ScannerTinyB* to BluetoothManag... | Sven Gothel | 2020-09-25 | 3 | -46/+22 |
* | dbt_scanner10(C++/Java): Rename arg '-silent_gatt' -> '-quiet', and add silen... | Sven Gothel | 2020-09-25 | 1 | -23/+19 |
* | dbt_scanner10/ScannerTinyB10: Fix '!KEEP_CONNECT' case, i.e. remove device an... | Sven Gothel | 2020-09-24 | 1 | -0/+11 |
* | dbt_scanner10 + ScannerTinyB10: Make gatt-ping optional and always cleanup on... | Sven Gothel | 2020-09-24 | 1 | -12/+36 |
* | Merge Secure Pairing API changele_secure_connections | Sven Gothel | 2020-09-23 | 1 | -2/+3 |
|\ |
|
| * | BluetoothDevice.get[Supported|Required]PairingModes(): Return List<PairingMod... | Sven Gothel | 2020-09-22 | 1 | -2/+2 |
* | | GATT/L2CAP Robustness: Have L2CAPHandler its own DBTEnvrionment (local L2CAP_... | Sven Gothel | 2020-09-23 | 1 | -8/+37 |
|/ |
|
* | Fix Java_direct_1bt_tinyb_DBTGattDescriptor_toStringImpl(..): Wrong arg list,...v2.1.27 | Sven Gothel | 2020-09-22 | 1 | -2/+12 |
* | LE Secure Connections: Initial API to support secure pairing with varying Pai... | Sven Gothel | 2020-09-22 | 1 | -0/+27 |
* | GATT*::toString(): Encapsulate resulting string with '[]'; Examples: Use clea... | Sven Gothel | 2020-09-20 | 1 | -4/+4 |
* | Examples dbt_scanner10, ScannerTinyB10: Realign arguments in help dump | Sven Gothel | 2020-09-20 | 1 | -3/+3 |
* | dbt_scanner10.cpp: Add cmdline args '-dbt_verbose, -dbt_debug, -dbt_mgmt, -db... | Sven Gothel | 2020-09-20 | 1 | -3/+4 |
* | DBTDevice: Resolve disconnect/remove resource race condition @ rapid connect ...v2.1.22 | Sven Gothel | 2020-09-18 | 1 | -9/+3 |
* | ScannerTinyB10, dbt_scanner10: Add '-silent_gatt' options: Don't print detail...v2.1.21 | Sven Gothel | 2020-09-16 | 1 | -8/+22 |
* | ScannerTinyB10: Fix found/connected filter; dbt_scanner10: Add parallel multi... | Sven Gothel | 2020-09-16 | 1 | -4/+4 |
* | CMake: Support full parallel build by adding target dependencies | Sven Gothel | 2020-09-15 | 1 | -7/+9 |
* | Fixing Example crossreference and Menu item | Sven Gothel | 2020-09-03 | 3 | -3/+3 |
* | README: More detailed Direct-BT description (event driven, build depenencies,... | Sven Gothel | 2020-09-03 | 3 | -0/+23 |
* | DBTAdapter: Utilize POWERED in AdapterSettings to determine if powered and (c... | Sven Gothel | 2020-09-03 | 1 | -0/+8 |
* | Complete mapping of BTMode (C++, Java) and have Adapter recognize actual BTMo... | Sven Gothel | 2020-09-03 | 1 | -0/+5 |
* | DBTEnv/direct_bt.debug: Aligning DBTManager alias to 'mgmt': 'direct_bt.debug... | Sven Gothel | 2020-08-28 | 1 | -1/+1 |
* | DBTEnv: Generalize 'exploding properties' and add optional '=value' support. ... | Sven Gothel | 2020-08-28 | 1 | -0/+9 |
* | BluetoothGattCharacteristic: API Change: 'writeValue(byte[] value)' -> 'write... | Sven Gothel | 2020-08-26 | 3 | -4/+4 |
* | DBTEnv: Use plain 'foo.bar' names, not 'foo_bar'; Add 'exploding' name values... | Sven Gothel | 2020-08-24 | 1 | -5/+8 |
* | BluetoothFactory/DBTEnv: Pass JVM properties to environment, access DEBUG, VE... | Sven Gothel | 2020-08-24 | 1 | -1/+8 |