| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | DBTAdapter::reset(): Utilize HCI host implementation specific reset procedure... | Sven Gothel | 2020-10-13 | 1 | -4/+7 |
* | dbt_scanner10, DBTScanner10: POWERED-ON @ AdapterStatusListener::adapterSetti... | Sven Gothel | 2020-10-13 | 2 | -1/+12 |
* | AdapterStatusListener[1] and DBTAdapter[2] API Refinement: [1] non const DBTA... | Sven Gothel | 2020-10-13 | 6 | -41/+53 |
* | DBTAdapter::reset(): Promote HCIHandler::reset() to adapter incl Java binding | Sven Gothel | 2020-10-09 | 2 | -7/+50 |
* | helgrind 'data race': dbt_scanner10: Enacapsulate all concurrent vector acces... | Sven Gothel | 2020-10-07 | 1 | -7/+19 |
* | helgrind 'lock order': DBTDevice: Don't abuse mtx_connect in notify[Connected... | Sven Gothel | 2020-10-07 | 1 | -1/+1 |
* | DBTScanner10: Have counter MULTI_MEASUREMENTS atomic and issue decrement @ en... | Sven Gothel | 2020-09-30 | 1 | -14/+15 |
* | dbt_scanner10: Have counter MULTI_MEASUREMENTS atomic and issue decrement @ e... | Sven Gothel | 2020-09-29 | 1 | -9/+16 |
* | dbt_scanner10/DBTScanner10: Fix Skip non 'public LE' and non 'random static p... | Sven Gothel | 2020-09-27 | 2 | -2/+4 |
* | DBTAdapter.adapterSettingsChanged(): Handle 'initialSetting' (0 == oldmask): ... | Sven Gothel | 2020-09-26 | 2 | -5/+14 |
* | 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 | 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 |