| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | DBTManager: Fix type in MGMT_EVT_RING_CAPACITY; Use MGMT_READ_PACKET_MAX_RETR... | Sven Gothel | 2020-08-27 | 2 | -7/+10 |
* | DBTManager, HCIHandler, GATTHandler: Have all timeout+ config values read fro... | Sven Gothel | 2020-08-27 | 15 | -79/+196 |
* | GATTHandler::writeValue: Use ATT_WRITE_CMD for 'withResponse = false', otherw... | Sven Gothel | 2020-08-26 | 2 | -6/+9 |
* | BluetoothGattCharacteristic: API Change: 'writeValue(byte[] value)' -> 'write... | Sven Gothel | 2020-08-26 | 10 | -21/+83 |
* | DBTManager nor HCIHandler stop on channel read errors, just report them. | Sven Gothel | 2020-08-26 | 2 | -2/+2 |
* | GATTHandler:: Introduce a GATT_WRITE_COMMAND_REPLY_TIMEOUT for writeValue(..)... | Sven Gothel | 2020-08-26 | 2 | -1/+3 |
* | GATTHandler::reader: Use ERR_PRINT(..) on l2cap read error, capturing the err... | Sven Gothel | 2020-08-26 | 3 | -3/+3 |
* | dbt_debug.hpp: Ressurect ERR_PRINT and WARN_PRINT inline __FILE__ and __LINE__ | Sven Gothel | 2020-08-26 | 2 | -10/+37 |
* | tinyb native lib: Add missing dbt_debug.cpp | Sven Gothel | 2020-08-26 | 1 | -0/+1 |
* | dbt_Scanner01.cpp: Fix renamed defaults - Just use default argument | Sven Gothel | 2020-08-26 | 1 | -1/+1 |
* | GATTHandler::Defaults: Use 'GATT' prefix instead of 'L2CAP' for GATT over L2C... | Sven Gothel | 2020-08-26 | 3 | -6/+6 |
* | dbt_debug.hpp: Move implementation to dbt_debug.cpp, since we moved to proper... | Sven Gothel | 2020-08-26 | 3 | -61/+103 |
* | run scripts: Set LANG and LC_MEASUREMENT to en_US.UTF-8 for unified log files | Sven Gothel | 2020-08-26 | 7 | -0/+35 |
* | PlatformToolkit: EABI_AARCH64 maps to 'arm64' not 'aarch64' for our common os... | Sven Gothel | 2020-08-26 | 1 | -1/+1 |
* | PlatformToolkit: Properly map 'os.arch' -> CPUType (reduction) -> 'os_arch' (... | Sven Gothel | 2020-08-26 | 1 | -5/+250 |
* | PlatformToolkit: White space fix | Sven Gothel | 2020-08-26 | 1 | -277/+275 |
* | PlatformToolkit::addPath(..): Resolve complete path via File::getCanonicalPat... | Sven Gothel | 2020-08-26 | 1 | -3/+25 |
* | PlatformToolkit: Reuse BluetoothFactory.DEBUG | Sven Gothel | 2020-08-25 | 1 | -10/+8 |
* | BluetoothFactory: Attempt to load native libraries from 'os_and_arch' subdir ... | Sven Gothel | 2020-08-25 | 2 | -46/+338 |
* | cmake: CMAKE_SHARED_LINKER_FLAGS += '-latomic' to fix gcc-8 on Raspberry: und... | Sven Gothel | 2020-08-25 | 1 | -1/+2 |
* | scripts/run-*.sh: Remove dependency to 'libtinyb.so', which could be skipped ... | Sven Gothel | 2020-08-25 | 7 | -7/+7 |
* | cmake: CMAKE_EXE_LINKER_FLAGS += '-latomic' to fix gcc-8 on Raspberry: undefi... | Sven Gothel | 2020-08-25 | 2 | -0/+5 |
* | cmake: Fix set_target_properties(..) use proper target name and add declarati... | Sven Gothel | 2020-08-25 | 11 | -8/+59 |
* | cmake: Add variable/define 'SKIP_TINYB': Allow to not build the tinyb native ... | Sven Gothel | 2020-08-25 | 3 | -45/+55 |
* | BluetoothFactory: Disable codepath using OS_AND_ARCH library basename feature... | Sven Gothel | 2020-08-25 | 1 | -4/+10 |
* | cmake: determine OS_AND_ARCH for potential arch dependent subfolder | Sven Gothel | 2020-08-25 | 1 | -1/+20 |
* | DBTManager/HCIHandler: Refine debug_event output | Sven Gothel | 2020-08-25 | 2 | -3/+4 |
* | HCIHandler::le_enable_scan: Send MgmtEvtDiscovering; DBTAdapter start/stop Di... | Sven Gothel | 2020-08-25 | 4 | -62/+61 |
* | Adopt to exploding DEBUG value, implement 'hci.event,manager.event,adapter.ev... | Sven Gothel | 2020-08-24 | 8 | -108/+140 |
* | DBTEnv: Use plain 'foo.bar' names, not 'foo_bar'; Add 'exploding' name values... | Sven Gothel | 2020-08-24 | 4 | -14/+84 |
* | DBTEnv: Use std::string where possible | Sven Gothel | 2020-08-24 | 2 | -25/+28 |
* | BluetoothFactory: Attempt to load native libraries with 'os_and_arch' postfix... | Sven Gothel | 2020-08-24 | 1 | -9/+38 |
* | HCIHAndler: Prepare filtering for HCIOpcode using condensed uint64_t HCIOpcod... | Sven Gothel | 2020-08-24 | 4 | -4/+76 |
* | Adapt to new DBG_PRINT(..) semantics, reduce verbosity, use specific macros f... | Sven Gothel | 2020-08-24 | 10 | -114/+84 |
* | :HCIHandler: HCI_COMMAND_COMPLETE_REPLY_TIMEOUT = 10s (Fix Issue #124); Adopt... | Sven Gothel | 2020-08-24 | 3 | -93/+53 |
* | dbt_debug.hpp: Use inline functions instead of macros and utilize DBTEnv for ... | Sven Gothel | 2020-08-24 | 1 | -36/+100 |
* | BluetoothFactory/DBTEnv: Pass JVM properties to environment, access DEBUG, VE... | Sven Gothel | 2020-08-24 | 7 | -8/+174 |
* | dbt_debug: Add prefix "[%'9d] " using elapsed time for all *_PRINT methods, a... | Sven Gothel | 2020-08-24 | 1 | -10/+10 |
* | Add DBTEnv.hpp/cpp providing certain environment utilities (For now elapsed t... | Sven Gothel | 2020-08-24 | 3 | -0/+104 |
* | HCIHandler: Add verbose flag (defaults to false) for all command/reply proces... | Sven Gothel | 2020-08-23 | 2 | -17/+40 |
* | DBTAdapter::EventCB:DeviceFound: DBG_PRINT add eir->toString() | Sven Gothel | 2020-08-23 | 1 | -3/+6 |
* | HCIHandler: le_set_scan_param(..) use lower defaults, add more refs to spec; ... | Sven Gothel | 2020-08-23 | 1 | -4/+5 |
* | HCIStatusCode.java: Add INTERNAL_TIMEOUT | Sven Gothel | 2020-08-23 | 1 | -0/+2 |
* | HCIStatusCode: Add and use INTERNAL_TIMEOUT, denoting a read response timeout... | Sven Gothel | 2020-08-23 | 3 | -1/+5 |
* | EInfoReport Make setEvtType(..) public | Sven Gothel | 2020-08-23 | 1 | -1/+1 |
* | DBTAdapter: Fix unused variable error/warning | Sven Gothel | 2020-08-23 | 1 | -0/+1 |
* | HCIHandler: Refine le_set_scan_param(..) and le_enable_scan(..) API doc; Dire... | Sven Gothel | 2020-08-23 | 3 | -10/+23 |
* | Rename LEADVEventType -> AD_PDU_Type and refine API doc, add ADV_UNDEFINED | Sven Gothel | 2020-08-23 | 3 | -17/+28 |
* | ScannerTinyB10: Expose start/stop discovery result / dbt_scanner10: Align dis... | Sven Gothel | 2020-08-23 | 2 | -7/+16 |
* | DBTAdapter::stopDiscover() now returns the boolean result w/ proper native ->... | Sven Gothel | 2020-08-23 | 3 | -5/+5 |