| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat... | Sven Gothel | 2020-06-09 | 1 | -6/+22 |
* | C++: Utilize 'currentScanType' for start/stop discovery same as for Java code... | Sven Gothel | 2020-06-09 | 1 | -2/+16 |
* | [DBT]Adapter (Java/C++) startDiscovery(bool keepAlive) policy change: keepAli... | Sven Gothel | 2020-06-09 | 1 | -4/+13 |
* | L2CAPComm::connect: Retry connect on ETIMEDOUT up to 3, working around rare s... | Sven Gothel | 2020-06-09 | 1 | -0/+5 |
* | L2CAPComm/GATTHandler: User 'enum class' constants for type safety; Drop GATT... | Sven Gothel | 2020-06-09 | 3 | -28/+15 |
* | HCIHandler: Add 'pass_replies_only_filter' mode (in use now)v2.1.3 | Sven Gothel | 2020-06-09 | 2 | -6/+9 |
* | HCIHandler/Types: template process*Cmd: Pass pre-allocated template command, ... | Sven Gothel | 2020-06-09 | 2 | -16/+72 |
* | DBTManager/MgmtTypes: Expose MgmtEvtDeviceBlocked, MgmtEvtDeviceUnblocked, Mg... | Sven Gothel | 2020-06-08 | 2 | -22/+51 |
* | DBTDevice: make 'getSharedInstance()' public | Sven Gothel | 2020-06-08 | 1 | -3/+3 |
* | BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...v2.1.2 | Sven Gothel | 2020-06-04 | 1 | -1/+5 |
* | Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyes | Sven Gothel | 2020-06-04 | 6 | -45/+45 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 12 | -231/+1108 |
* | Specify le_create_connection arguments (API doc) and set default le_scan_* to... | Sven Gothel | 2020-06-01 | 2 | -7/+19 |
* | 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 | 1 | -1/+1 |
* | Clarify le_scan and conn[ection] arguments for whitelist and connect methods ... | Sven Gothel | 2020-06-01 | 4 | -10/+38 |
* | Complete using definite tyep HCIErrorCode for disconnect reason; Add Mgmt Dis... | Sven Gothel | 2020-06-01 | 5 | -13/+52 |
* | Use a lower le_connect (supervisor) timeout: 10s instead of 32s. | Sven Gothel | 2020-05-31 | 4 | -9/+11 |
* | AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (... | Sven Gothel | 2020-05-31 | 2 | -9/+17 |
* | MgmtTypes: Rename non-class enums to be usage specific: Add MGMT_ prefix. | Sven Gothel | 2020-05-31 | 1 | -15/+15 |
* | Differentiate disconnect w/ IO-Error, i.e. DBTDevice shall not issue HCI nor ... | Sven Gothel | 2020-05-31 | 5 | -9/+25 |
* | DBTDevice::disconnect: After skipping the hci_disconnect, the manager::discon... | Sven Gothel | 2020-05-30 | 1 | -1/+1 |
* | GATTHandler robustness: Fail hard on 'send' and 'sendWithReply': disconnect G... | Sven Gothel | 2020-05-30 | 1 | -3/+3 |
* | GATTHandler DBG_PRINT: Use prefetch device address instead of full device->to... | Sven Gothel | 2020-05-30 | 1 | -0/+1 |
* | DBTManager robusteness: Non-matching replies shall wait for more packets; dis... | Sven Gothel | 2020-05-30 | 1 | -7/+6 |
* | Ensure any L2CAP/GATT disconnect leads to disconnect the owning Device itself... | Sven Gothel | 2020-05-29 | 1 | -1/+4 |
* | DBTAdapter::disconnectAllDevices: User proper HCI disconnect reason REMOTE_US... | Sven Gothel | 2020-05-29 | 1 | -1/+1 |
* | DBTDevice.hpp: More API doc | Sven Gothel | 2020-05-28 | 1 | -1/+10 |
* | Use atomic as a memory barrier (data race), volatile is not suitable for mult... | Sven Gothel | 2020-05-28 | 3 | -9/+9 |
* | AdapterStatusListener (C++): Add toString() for error handling purposes; DBTD... | Sven Gothel | 2020-05-28 | 2 | -1/+5 |
* | HCIComm::disconnect: default reason shall 0x13 HCIErrorCode::REMOTE_USER_TERM... | Sven Gothel | 2020-05-28 | 2 | -2/+2 |
* | Fix HCIComm::send_req: Always add 'exp_event', use 'continue' statement for n... | Sven Gothel | 2020-05-28 | 1 | -0/+1 |
* | BasicTypes: Add getUTF8String(..) safe UTF8 decoding to string; Expose to Jav... | Sven Gothel | 2020-05-28 | 1 | -0/+10 |
* | DBTDevice/BluetoothDevice: Expose getCreationTimestamp() and add BluetoothAdd... | Sven Gothel | 2020-05-28 | 1 | -0/+5 |
* | AdapterStatusListener java/C++: Add API doc | Sven Gothel | 2020-05-28 | 1 | -0/+32 |
* | Fix POctets copy-ctor and assignment: capacity = _source.getSize() | Sven Gothel | 2020-05-28 | 1 | -2/+2 |
* | HCI connect returning HCIErrorCode to DBTDevice | Sven Gothel | 2020-05-27 | 1 | -9/+9 |
* | HCIComm: Expose 'HCI Error Codes' (BT Core Spec v5.2: Vol 1, Part F) | Sven Gothel | 2020-05-27 | 1 | -2/+83 |
* | Fixating certain enums -> 'enum class' (localizing enum scope avoiding duplic... | Sven Gothel | 2020-05-27 | 3 | -44/+49 |
* | GATTHandler/L2CAPHandler: Thread safety and interrupt hanging L2CAP ::connect() | Sven Gothel | 2020-05-26 | 2 | -8/+10 |
* | DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/... | Sven Gothel | 2020-05-25 | 3 | -22/+22 |
* | Add API doc to EIRDataType (C++) and EIRDataTypeSet (Java) | Sven Gothel | 2020-05-25 | 1 | -0/+4 |
* | DBTAdapter: Add isDeviceWhitelisted(..) wiring to DBTManager for complete exp... | Sven Gothel | 2020-05-25 | 1 | -0/+5 |
* | DBTDevice::getGATTServices(): Reuse GATTHandler's list result, retrieve Gener... | Sven Gothel | 2020-05-25 | 3 | -3/+16 |
* | Use AppearanceCat type in DBTDevice, EIR and GenericAccess | Sven Gothel | 2020-05-25 | 3 | -70/+70 |
* | AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device... | Sven Gothel | 2020-05-24 | 1 | -4/+9 |
* | DBTManager: Support LOAD_CONN_PARAM (MgmtLoadConnParamCmd), providing same pe... | Sven Gothel | 2020-05-24 | 3 | -2/+105 |
* | DBTManager: Track whitelist and removeAllDevicesFromWhitelist() @ closing, al... | Sven Gothel | 2020-05-24 | 1 | -1/+25 |
* | MgmtTypes: Add valueString() override to all MgmtCommand specialization for s... | Sven Gothel | 2020-05-24 | 1 | -1/+62 |
* | Fix Whitelist to DBTManager/DBTAdapter and test (Result: Auto-connection but ... | Sven Gothel | 2020-05-24 | 4 | -4/+16 |