| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ScannerTinyB10: Expose start/stop discovery result / dbt_scanner10: Align dis... | Sven Gothel | 2020-08-23 | 1 | -3/+11 |
* | ScannerTinyB10: Simplify 'Processing Device' tail @ pre pingGATT: startDiscov... | Sven Gothel | 2020-08-23 | 1 | -5/+7 |
* | DBTAdapter: Have non-enabled adapter to be valid, use lazy HCI initialization... | Sven Gothel | 2020-08-22 | 4 | -3/+29 |
* | Expose hciConnectionHandle: AdapterStatusListener connect/disconnect (C++/Jav... | Sven Gothel | 2020-07-28 | 3 | -9/+9 |
* | C++/Java *Device::connect*(..), disconnect(): Return HCIStatusCode instead of... | Sven Gothel | 2020-07-27 | 7 | -15/+24 |
* | ScannerTinyB10: Wrap whole services/characteristic walk through block in a tr... | Sven Gothel | 2020-07-27 | 1 | -15/+15 |
* | BluetoothUtil: Add getElapsedMillisecond(); ScannerTinyB10 shows elapsed mill... | Sven Gothel | 2020-07-27 | 1 | -62/+76 |
* | ScannerTinyB10: Add shutdown test issued from notify/indicate callback, testi...v2.1.16 | Sven Gothel | 2020-07-26 | 1 | -1/+43 |
* | GATTCharacteristic: Add enableNotificationOrIndication(..)..; DIRECTBT_CHARAC...v2.1.15 | Sven Gothel | 2020-07-25 | 1 | -0/+3 |
* | Reworking GATTCharacteristicListener (C++ and Java) | Sven Gothel | 2020-07-24 | 3 | -64/+53 |
* | ScannerTinyB10: Fix verbose and debug setting: Set properties _before_ access... | Sven Gothel | 2020-07-24 | 1 | -2/+7 |
* | ScannerTinyB10 @ pingGATT: Only initiate discovery temporary w/o need to disa...v2.1.13 | Sven Gothel | 2020-07-22 | 1 | -2/+1 |
* | DBTAdapter: startDiscovery(..) also might need to change 'keepDiscoveringAliv... | Sven Gothel | 2020-07-22 | 1 | -0/+2 |
* | Direct-BT Java: Implement find(..) in manager, adapter, device, service and c... | Sven Gothel | 2020-07-17 | 2 | -44/+105 |
* | org.tinyb.BluetoothFactory: More versatile ImplementationIdentifier and getBl... | Sven Gothel | 2020-07-04 | 3 | -25/+81 |
* | Example scanner10 (Java/C++): Show pingGATT OK on console for feedback | Sven Gothel | 2020-07-02 | 1 | -0/+1 |
* | Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre... | Sven Gothel | 2020-07-02 | 1 | -2/+3 |
* | Resolve circular references (p3): Java: Ensure DBTDevice can be GC'ed (at rem... | Sven Gothel | 2020-06-29 | 1 | -8/+3 |