| Commit message (Expand) | Author | Age | Files | Lines |
* | C++ noexcept: DBTManager, DBTAdapter and DBTDevice (concluding for now) | Sven Gothel | 2020-09-15 | 3 | -77/+77 |
* | C++ noexcept: JavaUplink, DBTObject, JavaGlobalObj | Sven Gothel | 2020-09-15 | 2 | -15/+15 |
* | dbt_debug: Use namespace for macro resolution in case macro being used ex-nam... | Sven Gothel | 2020-09-15 | 1 | -2/+2 |
* | C++ noexcept: GATT* Data Types | Sven Gothel | 2020-09-15 | 4 | -70/+71 |
* | C++ noexcept: DBTManager | Sven Gothel | 2020-09-14 | 1 | -45/+45 |
* | C++ noexcept: GATTHandler | Sven Gothel | 2020-09-14 | 1 | -18/+18 |
* | C++ noexcept: HCITypes and MgmtTypes | Sven Gothel | 2020-09-14 | 2 | -21/+21 |
* | C++ noexcept: ATTPDUTypes string methods; DBTEnv; HCIComm and HCIHandler | Sven Gothel | 2020-09-14 | 4 | -92/+92 |
* | C++ noexcept: Remaining BasicTypes getCurrentMilliseconds(), uintXHexString(.... | Sven Gothel | 2020-09-14 | 1 | -6/+6 |
* | C++ noexcept: uuid_t and its implementations; Make uuid_t::TypeSize and 'enum... | Sven Gothel | 2020-09-14 | 3 | -46/+51 |
* | C++ noexcept: Ringbuffer and its LFRingbuffer implementation | Sven Gothel | 2020-09-14 | 2 | -57/+70 |
* | C++ noexcept: Adjust all types and functions in DBTTypes | Sven Gothel | 2020-09-14 | 1 | -38/+38 |
* | C++ noexcept: MgmtTypes: MgmtEvent ctor gets exp_param_size to validate data ... | Sven Gothel | 2020-09-14 | 2 | -179/+197 |
* | C++ noexcept: HCITypes: HCIEvent ctor gets exp_param_size to validate data ra... | Sven Gothel | 2020-09-14 | 1 | -24/+24 |
* | C++ noexcept: FunctionDef.hpp | Sven Gothel | 2020-09-14 | 1 | -53/+53 |
* | C++ noexcept: Add missing 'AttPDUMsg::getSpecialized(..)' | Sven Gothel | 2020-09-14 | 1 | -1/+1 |
* | C++ IndexOutOfBoundsException: Add variant for just index + length | Sven Gothel | 2020-09-14 | 2 | -7/+10 |
* | C++: Second round propagating noexcept and using OctetTypes nocheck '_nc' | Sven Gothel | 2020-09-14 | 4 | -150/+153 |
* | C++: First round propagating noexcept: Adding nocheck '_nc' variants in Octet... | Sven Gothel | 2020-09-14 | 5 | -240/+329 |
* | Fixing Example crossreference and Menu item | Sven Gothel | 2020-09-03 | 1 | -0/+31 |
* | README: More detailed Direct-BT description (event driven, build depenencies,... | Sven Gothel | 2020-09-03 | 2 | -4/+8 |
* | DBTAdapter: Utilize POWERED in AdapterSettings to determine if powered and (c... | Sven Gothel | 2020-09-03 | 1 | -8/+18 |
* | Complete mapping of BTMode (C++, Java) and have Adapter recognize actual BTMo... | Sven Gothel | 2020-09-03 | 4 | -12/+41 |
* | DBTEnv/direct_bt.debug: Aligning DBTManager alias to 'mgmt': 'direct_bt.debug... | Sven Gothel | 2020-08-28 | 4 | -15/+6 |
* | DBTDevice::pingGATT(): Disconnect and return false if: GATT not connected or ... | Sven Gothel | 2020-08-28 | 1 | -3/+3 |
* | 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 | 4 | -26/+65 |
* | DBTManager, HCIHandler, GATTHandler: Move local environment debug flags to th... | Sven Gothel | 2020-08-28 | 3 | -4/+12 |
* | 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 | 3 | -35/+125 |
* | BluetoothFactory, DBTEnv: Only pass '[org.]tinyb.*' and 'direct_bt.*' propert... | Sven Gothel | 2020-08-27 | 1 | -13/+13 |
* | HCIHandler: Complete using timeout from configurable fields | Sven Gothel | 2020-08-27 | 1 | -5/+1 |
* | HCIComm, L2CAPComm: API-Doc+; Maintain own mtx_write and use it for write(..)... | Sven Gothel | 2020-08-27 | 3 | -7/+29 |
* | DBTManager: Fix type in MGMT_EVT_RING_CAPACITY; Use MGMT_READ_PACKET_MAX_RETR... | Sven Gothel | 2020-08-27 | 1 | -2/+5 |
* | DBTManager, HCIHandler, GATTHandler: Have all timeout+ config values read fro... | Sven Gothel | 2020-08-27 | 8 | -50/+67 |
* | GATTHandler::writeValue: Use ATT_WRITE_CMD for 'withResponse = false', otherw... | Sven Gothel | 2020-08-26 | 1 | -1/+1 |
* | GATTHandler:: Introduce a GATT_WRITE_COMMAND_REPLY_TIMEOUT for writeValue(..)... | Sven Gothel | 2020-08-26 | 1 | -0/+2 |
* | dbt_debug.hpp: Ressurect ERR_PRINT and WARN_PRINT inline __FILE__ and __LINE__ | Sven Gothel | 2020-08-26 | 1 | -2/+15 |
* | GATTHandler::Defaults: Use 'GATT' prefix instead of 'L2CAP' for GATT over L2C... | Sven Gothel | 2020-08-26 | 2 | -5/+5 |
* | dbt_debug.hpp: Move implementation to dbt_debug.cpp, since we moved to proper... | Sven Gothel | 2020-08-26 | 1 | -61/+6 |
* | HCIHandler::le_enable_scan: Send MgmtEvtDiscovering; DBTAdapter start/stop Di... | Sven Gothel | 2020-08-25 | 2 | -2/+4 |
* | Adopt to exploding DEBUG value, implement 'hci.event,manager.event,adapter.ev... | Sven Gothel | 2020-08-24 | 4 | -0/+33 |
* | DBTEnv: Use plain 'foo.bar' names, not 'foo_bar'; Add 'exploding' name values... | Sven Gothel | 2020-08-24 | 1 | -2/+32 |
* | DBTEnv: Use std::string where possible | Sven Gothel | 2020-08-24 | 1 | -3/+3 |
* | HCIHAndler: Prepare filtering for HCIOpcode using condensed uint64_t HCIOpcod... | Sven Gothel | 2020-08-24 | 3 | -4/+63 |
* | :HCIHandler: HCI_COMMAND_COMPLETE_REPLY_TIMEOUT = 10s (Fix Issue #124); Adopt... | Sven Gothel | 2020-08-24 | 1 | -12/+13 |
* | 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 | 1 | -0/+73 |
* | 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 | 1 | -0/+61 |