| Commit message (Expand) | Author | Age | Files | Lines |
* | Example scanner10 (Java/C++): Show pingGATT OK on console for feedback | Sven Gothel | 2020-07-02 | 2 | -0/+2 |
* | Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre... | Sven Gothel | 2020-07-02 | 2 | -4/+5 |
* | 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 | 2 | -70/+115 |
* | ScannerTinyB10: Allow waiting for multiple devices. | Sven Gothel | 2020-06-28 | 2 | -14/+14 |
* | Use HCIHandler *connect*/disconnect; Enhance native + java test | Sven Gothel | 2020-06-27 | 2 | -9/+20 |
* | test/example: dbt_scanner10 + ScannerTinyB10: Add options MULTI_MEASUREMENTS ... | Sven Gothel | 2020-06-26 | 2 | -22/+77 |
* | ScannerTinyB01/02: Use TO_CONNECT and actually only wait 100ms in polling cyc... | Sven Gothel | 2020-06-18 | 2 | -7/+13 |
* | Add debugging tool ScannerTinyB02; ScannerTinyB01 adds any device option. | Sven Gothel | 2020-06-18 | 3 | -10/+448 |
* | scanner example 10 (C++/Java): Add more detailed PERFormance numbersv2.1.4 | Sven Gothel | 2020-06-10 | 2 | -11/+31 |
* | DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat... | Sven Gothel | 2020-06-09 | 2 | -4/+4 |
* | Event driven C++/Java scanner 10 example: Issue stopDiscovery() @ processConn... | Sven Gothel | 2020-06-09 | 2 | -1/+3 |
* | Expose 'org.tinyb.verbose' and 'org.tinyb.debug' via BluetoothFactory VERBOSE... | Sven Gothel | 2020-06-09 | 1 | -0/+1 |
* | L2CAPComm/GATTHandler: User 'enum class' constants for type safety; Drop GATT... | Sven Gothel | 2020-06-09 | 3 | -4/+4 |
* | BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...v2.1.2 | Sven Gothel | 2020-06-04 | 4 | -4/+4 |
* | Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyes | Sven Gothel | 2020-06-04 | 5 | -10/+10 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 4 | -14/+14 |
* | dbt_scanner10.cpp: Add missing CR | Sven Gothel | 2020-06-01 | 1 | -1/+1 |
* | AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (... | Sven Gothel | 2020-05-31 | 5 | -41/+56 |
* | C++/Java Scanner 10: Refine found/connect criteria: Also in EUI48_ANY_DEVICE ... | Sven Gothel | 2020-05-31 | 2 | -16/+15 |
* | Aligned Java scanner 10 w/ native example (working error recovery); Tolerant ... | Sven Gothel | 2020-05-30 | 2 | -48/+38 |
* | Simplify dbt_scanner10.cpp: Only WHITELIST and !WHITELIST discovery mode, ... | Sven Gothel | 2020-05-30 | 1 | -98/+52 |
* | 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 | 2 | -19/+19 |
* | Multi-device and -threading examples *10 (java and native): Only attempt conn... | Sven Gothel | 2020-05-28 | 2 | -16/+6 |
* | Java DBTDevice: Drop getGATTService() from connect* as it should be done afte... | Sven Gothel | 2020-05-28 | 1 | -1/+3 |
* | AdapterStatusListener (C++): Add toString() for error handling purposes; DBTD... | Sven Gothel | 2020-05-28 | 3 | -14/+26 |
* | ScannerTinyB10: Multi-device and -threading Java example equivalent to C++ db... | Sven Gothel | 2020-05-28 | 1 | -287/+274 |
* | dbt_scanner00/10, ScannerTinyB01: Use getUTF8String(..) for GATT Characterist... | Sven Gothel | 2020-05-28 | 3 | -108/+59 |
* | HCI le_connect: COMMAND_DISALLOWED handled 'softer' / applications may ignore... | Sven Gothel | 2020-05-27 | 4 | -2/+4 |
* | DBTDevice.cpp: Use openHCI() instead of getHCI(), i.e. implicit open if requi... | Sven Gothel | 2020-05-27 | 2 | -16/+0 |
* | dbt_scanner10.cpp: startDiscovery( keepAlive=true ) if connector thread faile... | Sven Gothel | 2020-05-26 | 1 | -1/+1 |
* | GATTHandler/L2CAPHandler: Thread safety and interrupt hanging L2CAP ::connect() | Sven Gothel | 2020-05-26 | 1 | -1/+3 |
* | dbt_scanner10.cpp: More verbose info message showing handled device in a mult... | Sven Gothel | 2020-05-26 | 1 | -2/+2 |
* | DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/... | Sven Gothel | 2020-05-25 | 3 | -4/+4 |
* | DBTDevice::getGATTServices(): Reuse GATTHandler's list result, retrieve Gener... | Sven Gothel | 2020-05-25 | 3 | -20/+39 |
* | Fix listener notice for discovering and connection (enabled and add connected) | Sven Gothel | 2020-05-24 | 3 | -5/+5 |
* | AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device... | Sven Gothel | 2020-05-24 | 6 | -46/+52 |
* | Fix Whitelist to DBTManager/DBTAdapter and test (Result: Auto-connection but ... | Sven Gothel | 2020-05-24 | 1 | -23/+21 |
* | Add Whitelist to DBTManager/DBTAdapter and test (Result: No auto-connection) | Sven Gothel | 2020-05-24 | 1 | -31/+64 |
* | ScannerTinyB10.java needs to be aligned to dbt_scanner10.cpp for multithreadi... | Sven Gothel | 2020-05-24 | 1 | -0/+422 |
* | dbt_scanner10 (multithread): Only halt discovery for hci-connect and -disconn... | Sven Gothel | 2020-05-24 | 1 | -0/+24 |
* | C++ multithreading fixes and example | Sven Gothel | 2020-05-24 | 3 | -16/+393 |
* | Examples: Set COMPILE_FLAGS "-Wall -Wextra -Werror" | Sven Gothel | 2020-05-23 | 5 | -14/+35 |
* | DBTAdapter: Remove explicit HCISession, migrate connectedDevice and use HCICo... | Sven Gothel | 2020-05-23 | 4 | -11/+28 |
* | Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt... | Sven Gothel | 2020-05-18 | 1 | -21/+16 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 5 | -112/+391 |
* | GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas... | Sven Gothel | 2020-05-15 | 1 | -2/+2 |
* | GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri... | Sven Gothel | 2020-05-14 | 1 | -3/+3 |
* | C++ GATT: Cleanup and complete Descriptor <*-1> Characteristic <*-1> Service | Sven Gothel | 2020-05-14 | 1 | -11/+12 |