| Commit message (Expand) | Author | Age | Files | Lines |
* | DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat... | Sven Gothel | 2020-06-09 | 9 | -24/+89 |
* | Event driven C++/Java scanner 10 example: Issue stopDiscovery() @ processConn... | Sven Gothel | 2020-06-09 | 2 | -1/+3 |
* | BluetoothManager startDiscovery(): Add @Deprecated tag; Fix misc DBG_PRINT co... | Sven Gothel | 2020-06-09 | 3 | -5/+6 |
* | Java/C++: start/stop discovery shall return true even if operation not required | Sven Gothel | 2020-06-09 | 1 | -1/+1 |
* | C++: Utilize 'currentScanType' for start/stop discovery same as for Java code... | Sven Gothel | 2020-06-09 | 3 | -3/+32 |
* | DBTDevice.java: Add missing semicolon (oops) | Sven Gothel | 2020-06-09 | 1 | -1/+1 |
* | DBT Adapter/Device (java): Use AtomicBoolean for states and only handle resul... | Sven Gothel | 2020-06-09 | 2 | -153/+139 |
* | DBTAdapter.java: startDiscovery() -> keepAlive=true default | Sven Gothel | 2020-06-09 | 1 | -2/+2 |
* | [DBT]Adapter (Java/C++) startDiscovery(bool keepAlive) policy change: keepAli... | Sven Gothel | 2020-06-09 | 6 | -9/+44 |
* | Expose 'org.tinyb.verbose' and 'org.tinyb.debug' via BluetoothFactory VERBOSE... | Sven Gothel | 2020-06-09 | 3 | -2/+9 |
* | L2CAPComm::connect: Retry connect on ETIMEDOUT up to 3, working around rare s... | Sven Gothel | 2020-06-09 | 2 | -15/+35 |
* | L2CAPComm/GATTHandler: User 'enum class' constants for type safety; Drop GATT... | Sven Gothel | 2020-06-09 | 9 | -85/+54 |
* | HCIHandler: Add 'pass_replies_only_filter' mode (in use now)v2.1.3 | Sven Gothel | 2020-06-09 | 3 | -106/+187 |
* | HCIHandler/Types: template process*Cmd: Pass pre-allocated template command, ... | Sven Gothel | 2020-06-09 | 3 | -77/+129 |
* | DBTDevice Java/JNI: Implement missing methods and cleanup | Sven Gothel | 2020-06-08 | 2 | -158/+363 |
* | DBTAdapter: dtor: removeMgmtEventCallback(dev_id) may also purge other object... | Sven Gothel | 2020-06-08 | 1 | -4/+3 |
* | DBTManager/MgmtTypes: Expose MgmtEvtDeviceBlocked, MgmtEvtDeviceUnblocked, Mg... | Sven Gothel | 2020-06-08 | 3 | -26/+76 |
* | DBTDevice: make 'getSharedInstance()' public | Sven Gothel | 2020-06-08 | 1 | -3/+3 |
* | DBTAdapter::JNIAdapterStatusListener: Use JNIGlobalRef directly w/o unique_pt... | Sven Gothel | 2020-06-08 | 3 | -103/+51 |
* | Relax GATTHandler == nullptr for disable and listener-removal operations, it'... | Sven Gothel | 2020-06-07 | 2 | -9/+20 |
* | BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...v2.1.2 | Sven Gothel | 2020-06-04 | 8 | -9/+17 |
* | Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyes | Sven Gothel | 2020-06-04 | 23 | -155/+155 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 28 | -878/+2080 |
* | dbt_scanner10.cpp: Add missing CR | Sven Gothel | 2020-06-01 | 1 | -1/+1 |
* | DBTAdapter::mgmtEvDeviceConnectedCB: device will always be define after triag... | Sven Gothel | 2020-06-01 | 1 | -30/+26 |
* | Specify le_create_connection arguments (API doc) and set default le_scan_* to... | Sven Gothel | 2020-06-01 | 3 | -12/+24 |
* | DisconnectedEvent: Show both reasons, hci and mgmt | Sven Gothel | 2020-06-01 | 1 | -2/+4 |
* | DBTAdapter::performDeviceConnected(..) leaving (currently dead) code path for... | Sven Gothel | 2020-06-01 | 2 | -1/+21 |
* | Resolve missing CONNECTED event: adapter.addConnectedDevice(..) must only be ... | Sven Gothel | 2020-06-01 | 1 | -10/+12 |
* | Clarify le_scan and conn[ection] arguments for whitelist and connect methods ... | Sven Gothel | 2020-06-01 | 11 | -54/+82 |
* | Complete using definite tyep HCIErrorCode for disconnect reason; Add Mgmt Dis... | Sven Gothel | 2020-06-01 | 12 | -28/+119 |
* | HCIErrorCode (Java): Use byte native value (uint8_t) and fast switch/case val... | Sven Gothel | 2020-05-31 | 2 | -78/+142 |
* | Use a lower le_connect (supervisor) timeout: 10s instead of 32s. | Sven Gothel | 2020-05-31 | 5 | -12/+16 |
* | AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (... | Sven Gothel | 2020-05-31 | 17 | -105/+388 |
* | C++/Java Scanner 10: Refine found/connect criteria: Also in EUI48_ANY_DEVICE ... | Sven Gothel | 2020-05-31 | 2 | -16/+15 |
* | MgmtTypes: Rename non-class enums to be usage specific: Add MGMT_ prefix. | Sven Gothel | 2020-05-31 | 3 | -19/+19 |
* | Differentiate disconnect w/ IO-Error, i.e. DBTDevice shall not issue HCI nor ... | Sven Gothel | 2020-05-31 | 11 | -74/+115 |
* | DBTDevice::connectGATT: Explicit purge of closed old gattHandler reference fo... | Sven Gothel | 2020-05-30 | 1 | -2/+5 |
* | Aligned Java scanner 10 w/ native example (working error recovery); Tolerant ... | Sven Gothel | 2020-05-30 | 3 | -49/+39 |
* | DBTManager::sendWithReply: Make the reply mismatch a warning only | Sven Gothel | 2020-05-30 | 1 | -2/+2 |
* | GATTService::toString() Don't list all characteristics, just the count; GATTD... | Sven Gothel | 2020-05-30 | 2 | -13/+4 |
* | DBTDevice::disconnect: After skipping the hci_disconnect, the manager::discon... | Sven Gothel | 2020-05-30 | 2 | -5/+7 |
* | GATTHandler robustness: Fail hard on 'send' and 'sendWithReply': disconnect G... | Sven Gothel | 2020-05-30 | 2 | -14/+18 |
* | GATTHandler DBG_PRINT: Use prefetch device address instead of full device->to... | Sven Gothel | 2020-05-30 | 2 | -18/+24 |
* | DBTManager robusteness: Non-matching replies shall wait for more packets; dis... | Sven Gothel | 2020-05-30 | 2 | -107/+52 |
* | Simplify dbt_scanner10.cpp: Only WHITELIST and !WHITELIST discovery mode, ... | Sven Gothel | 2020-05-30 | 1 | -98/+52 |
* | device disconnect: if hciConnHandle==0 also skip manager disconnect; ensure n... | Sven Gothel | 2020-05-29 | 1 | -5/+4 |
* | ScannerTinyB10: No need to explicitly remove Characteristic listener before d... | Sven Gothel | 2020-05-29 | 1 | -4/+1 |
* | Ensure any L2CAP/GATT disconnect leads to disconnect the owning Device itself... | Sven Gothel | 2020-05-29 | 3 | -18/+19 |
* | DBTAdapter::disconnectAllDevices: User proper HCI disconnect reason REMOTE_US... | Sven Gothel | 2020-05-29 | 1 | -1/+1 |