| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixing Example crossreference and Menu item | Sven Gothel | 2020-09-03 | 1 | -1/+1 |
* | README: More detailed Direct-BT description (event driven, build depenencies,... | Sven Gothel | 2020-09-03 | 1 | -0/+8 |
* | 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 |
* | 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 | 1 | -3/+17 |
* | Expose hciConnectionHandle: AdapterStatusListener connect/disconnect (C++/Jav... | Sven Gothel | 2020-07-28 | 1 | -3/+3 |
* | C++/Java *Device::connect*(..), disconnect(): Return HCIStatusCode instead of... | Sven Gothel | 2020-07-27 | 1 | -3/+5 |
* | 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 | 1 | -19/+20 |
* | 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 | 1 | -38/+65 |
* | org.tinyb.BluetoothFactory: More versatile ImplementationIdentifier and getBl... | Sven Gothel | 2020-07-04 | 1 | -5/+14 |
* | 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 |
* | Resolve circular references (p1): C++ GATTHandler, GATTService, pp are not ow... | Sven Gothel | 2020-06-29 | 1 | -17/+37 |
* | ScannerTinyB10: Allow waiting for multiple devices. | Sven Gothel | 2020-06-28 | 1 | -13/+13 |
* | Use HCIHandler *connect*/disconnect; Enhance native + java test | Sven Gothel | 2020-06-27 | 1 | -3/+11 |
* | test/example: dbt_scanner10 + ScannerTinyB10: Add options MULTI_MEASUREMENTS ... | Sven Gothel | 2020-06-26 | 1 | -16/+44 |
* | scanner example 10 (C++/Java): Add more detailed PERFormance numbersv2.1.4 | Sven Gothel | 2020-06-10 | 1 | -5/+15 |
* | DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat... | Sven Gothel | 2020-06-09 | 1 | -1/+1 |
* | Event driven C++/Java scanner 10 example: Issue stopDiscovery() @ processConn... | Sven Gothel | 2020-06-09 | 1 | -1/+2 |
* | Expose 'org.tinyb.verbose' and 'org.tinyb.debug' via BluetoothFactory VERBOSE... | Sven Gothel | 2020-06-09 | 1 | -0/+1 |
* | BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...v2.1.2 | Sven Gothel | 2020-06-04 | 1 | -1/+1 |
* | Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyes | Sven Gothel | 2020-06-04 | 1 | -2/+2 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 1 | -1/+1 |
* | AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (... | Sven Gothel | 2020-05-31 | 1 | -11/+16 |
* | C++/Java Scanner 10: Refine found/connect criteria: Also in EUI48_ANY_DEVICE ... | Sven Gothel | 2020-05-31 | 1 | -8/+6 |
* | Aligned Java scanner 10 w/ native example (working error recovery); Tolerant ... | Sven Gothel | 2020-05-30 | 1 | -47/+34 |
* | ScannerTinyB10: No need to explicitly remove Characteristic listener before d... | Sven Gothel | 2020-05-29 | 1 | -4/+1 |
* | C++/Java scanner test 10: task function renaming to a more suitable name | Sven Gothel | 2020-05-29 | 1 | -9/+9 |
* | Multi-device and -threading examples *10 (java and native): Only attempt conn... | Sven Gothel | 2020-05-28 | 1 | -8/+3 |
* | Java DBTDevice: Drop getGATTService() from connect* as it should be done afte... | Sven Gothel | 2020-05-28 | 1 | -1/+3 |
* | ScannerTinyB10: Multi-device and -threading Java example equivalent to C++ db... | Sven Gothel | 2020-05-28 | 1 | -287/+274 |
* | HCI le_connect: COMMAND_DISALLOWED handled 'softer' / applications may ignore... | Sven Gothel | 2020-05-27 | 1 | -1/+1 |
* | AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device... | Sven Gothel | 2020-05-24 | 1 | -11/+10 |