| Commit message (Expand) | Author | Age | Files | Lines |
* | CMake Build: Use C++17 (C++20 not yet supported on all target platforms, i.e.... | Sven Gothel | 2020-09-12 | 5 | -12/+25 |
* | Eclipse Settings: Use C++17 (C++20 not yet supported on all target platforms,... | Sven Gothel | 2020-09-12 | 2 | -4/+28 |
* | README: Replace local doc refs w/ ICT source (oops) | Sven Gothel | 2020-09-03 | 1 | -2/+2 |
* | README: Add reference to examples as a potential starting point for new user | Sven Gothel | 2020-09-03 | 1 | -2/+10 |
* | Fixing Example crossreference and Menu item | Sven Gothel | 2020-09-03 | 10 | -23/+68 |
* | Doxygen: Adding source browser (w/o body comments in API doc), had to include... | Sven Gothel | 2020-09-03 | 2 | -14/+27 |
* | README: More detailed Direct-BT description (event driven, build depenencies,... | Sven Gothel | 2020-09-03 | 11 | -29/+86 |
* | DBTAdapter: Utilize POWERED in AdapterSettings to determine if powered and (c... | Sven Gothel | 2020-09-03 | 3 | -12/+56 |
* | Complete mapping of BTMode (C++, Java) and have Adapter recognize actual BTMo... | Sven Gothel | 2020-09-03 | 14 | -38/+250 |
* | Doxygen Doc: Enable full featured UML SVG graphs, incl CALL and CALLER | Sven Gothel | 2020-09-01 | 2 | -13/+13 |
* | README: Use hardlinks of generated documentation to Zafena ICT server | Sven Gothel | 2020-09-01 | 1 | -4/+8 |
* | Update README.md, adding more details to Direct-BT (BREDR, provider, build) | Sven Gothel | 2020-09-01 | 2 | -29/+63 |
* | DBTEnv/direct_bt.debug: Aligning DBTManager alias to 'mgmt': 'direct_bt.debug... | Sven Gothel | 2020-08-28 | 6 | -17/+8 |
* | DBTDevice::disconnectGATT: Use shared copy of GATTHandler to isse GATTHandler... | Sven Gothel | 2020-08-28 | 1 | -4/+9 |
* | GATTHandler::disconnect: Have l2cap.disconnect() always perform ASAP w/o lock... | Sven Gothel | 2020-08-28 | 1 | -5/+6 |
* | DBTDevice::pingGATT(): Disconnect and return false if: GATT not connected or ... | Sven Gothel | 2020-08-28 | 3 | -14/+14 |
* | Inherit all *Env classes from DBTEnvironment, having them grouped for documen... | Sven Gothel | 2020-08-28 | 4 | -19/+128 |
* | DBTEnv: Generalize 'exploding properties' and add optional '=value' support. ... | Sven Gothel | 2020-08-28 | 9 | -50/+126 |
* | DBTManager, HCIHandler, GATTHandler: Move local environment debug flags to th... | Sven Gothel | 2020-08-28 | 6 | -53/+63 |
* | GATTHandler's GATTEnv fields can't be static (conversion error) | Sven Gothel | 2020-08-28 | 1 | -5/+5 |
* | DBTManager, HCIHandler, GATTHandler: Defer fetching timeout+ config from envi... | Sven Gothel | 2020-08-28 | 7 | -82/+180 |
* | BluetoothFactory, DBTEnv: Only pass '[org.]tinyb.*' and 'direct_bt.*' propert... | Sven Gothel | 2020-08-27 | 3 | -25/+21 |
* | DBTEnv.cpp: Fix getInt32Property(..): Use strtol, not unsigned variant | Sven Gothel | 2020-08-27 | 1 | -1/+1 |
* | HCIHandler: Complete using timeout from configurable fields | Sven Gothel | 2020-08-27 | 2 | -12/+4 |
* | HCIComm, L2CAPComm: API-Doc+; Maintain own mtx_write and use it for write(..)... | Sven Gothel | 2020-08-27 | 8 | -16/+39 |
* | 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 |