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