| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | dbt_scanner10(C++/Java): Rename arg '-silent_gatt' -> '-quiet', and add silen... | Sven Gothel | 2020-09-25 | 2 | -54/+45 |
* | dbt_scanner10/ScannerTinyB10: Fix '!KEEP_CONNECT' case, i.e. remove device an... | Sven Gothel | 2020-09-24 | 2 | -0/+20 |
* | GATTNumbers: Concluding review: API doc, better naming, have optional data an... | Sven Gothel | 2020-09-24 | 3 | -9/+9 |
* | dbt_scanner10 + ScannerTinyB10: Make gatt-ping optional and always cleanup on... | Sven Gothel | 2020-09-24 | 2 | -24/+70 |
* | 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 | 2 | -11/+43 |
|/ |
|
* | Fix Java_direct_1bt_tinyb_DBTGattDescriptor_toStringImpl(..): Wrong arg list,...v2.1.27 | Sven Gothel | 2020-09-22 | 2 | -2/+19 |
* | LE Secure Connections: Initial API to support secure pairing with varying Pai... | Sven Gothel | 2020-09-22 | 2 | -0/+60 |
* | GATT*::toString(): Encapsulate resulting string with '[]'; Examples: Use clea... | Sven Gothel | 2020-09-20 | 2 | -8/+8 |
* | Examples dbt_scanner10, ScannerTinyB10: Realign arguments in help dump | Sven Gothel | 2020-09-20 | 2 | -4/+5 |
* | dbt_scanner10.cpp: Add cmdline args '-dbt_verbose, -dbt_debug, -dbt_mgmt, -db... | Sven Gothel | 2020-09-20 | 2 | -17/+33 |
* | Fix GATT* Object relationship incl weak back-reference (GATTHandler was skipp... | Sven Gothel | 2020-09-19 | 1 | -1/+1 |
* | DBTDevice: Resolve disconnect/remove resource race condition @ rapid connect ...v2.1.22 | Sven Gothel | 2020-09-18 | 2 | -14/+7 |
* | dbt_scanner10: Also silence printSharedPtrListOfDevices if SILENT_GATT | Sven Gothel | 2020-09-18 | 1 | -2/+6 |
* | HCIComm, L2CAPComm, GATTHandler: Better var- and accessor-naming, init fd in ... | Sven Gothel | 2020-09-18 | 3 | -5/+5 |
* | Open [& Connect] @ ctor (RAII): HCIComm, L2CAPComm, GATTHandler, simplifying ... | Sven Gothel | 2020-09-18 | 3 | -6/+5 |
* | ScannerTinyB10, dbt_scanner10: Add '-silent_gatt' options: Don't print detail...v2.1.21 | Sven Gothel | 2020-09-16 | 2 | -28/+56 |
* | ScannerTinyB10: Fix found/connected filter; dbt_scanner10: Add parallel multi... | Sven Gothel | 2020-09-16 | 2 | -34/+51 |
* | CMake: Support full parallel build by adding target dependencies | Sven Gothel | 2020-09-15 | 2 | -17/+27 |
* | CMake Build: Use C++17 (C++20 not yet supported on all target platforms, i.e.... | Sven Gothel | 2020-09-12 | 1 | -3/+6 |
* | Fixing Example crossreference and Menu item | Sven Gothel | 2020-09-03 | 6 | -6/+6 |
* | README: More detailed Direct-BT description (event driven, build depenencies,... | Sven Gothel | 2020-09-03 | 6 | -11/+45 |
* | 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 | 2 | -1/+16 |
* | 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 |
* | dbt_Scanner01.cpp: Fix renamed defaults - Just use default argument | Sven Gothel | 2020-08-26 | 1 | -1/+1 |
* | cmake: Fix set_target_properties(..) use proper target name and add declarati... | Sven Gothel | 2020-08-25 | 3 | -3/+7 |
* | cmake: Add variable/define 'SKIP_TINYB': Allow to not build the tinyb native ... | Sven Gothel | 2020-08-25 | 1 | -42/+47 |
* | 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 | 2 | -7/+16 |
* | 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 | 7 | -3/+45 |
* | Expose hciConnectionHandle: AdapterStatusListener connect/disconnect (C++/Jav... | Sven Gothel | 2020-07-28 | 6 | -21/+24 |
* | C++/Java *Device::connect*(..), disconnect(): Return HCIStatusCode instead of... | Sven Gothel | 2020-07-27 | 10 | -22/+35 |
* | 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 |
* | dbt_scanner0[01]: Fix conversion from getDevice() -> getDeviceChecked() | Sven Gothel | 2020-07-26 | 2 | -4/+4 |
* | Robustness: Distinguish between get<Type>Checked() and get<Type>Unchecked(): ... | Sven Gothel | 2020-07-26 | 1 | -2/+2 |
* | 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 | 6 | -75/+62 |
* | 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 |
* | DBTAdapter: Make HCIHandler instance aggregated (lifecycle over full adapter ... | Sven Gothel | 2020-07-21 | 1 | -9/+0 |
* | Direct-BT Java: Implement find(..) in manager, adapter, device, service and c... | Sven Gothel | 2020-07-17 | 2 | -44/+105 |