aboutsummaryrefslogtreecommitdiffstats
path: root/src/direct_bt/DBTEnv.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++ DBTManager / Java BluetoothFactory: Default operation is BTMode::LE (Was ...Sven Gothel2020-09-201-2/+7
* DBTEnv: Resolve using environment vars under Unix shells, e.g. try 'direct_bt...Sven Gothel2020-09-151-5/+18
* C++ noexcept: ATTPDUTypes string methods; DBTEnv; HCIComm and HCIHandlerSven Gothel2020-09-141-9/+9
* DBTEnv: Generalize 'exploding properties' and add optional '=value' support. ...Sven Gothel2020-08-281-22/+47
* BluetoothFactory, DBTEnv: Only pass '[org.]tinyb.*' and 'direct_bt.*' propert...Sven Gothel2020-08-271-7/+1
* DBTEnv.cpp: Fix getInt32Property(..): Use strtol, not unsigned variantSven Gothel2020-08-271-1/+1
* DBTManager, HCIHandler, GATTHandler: Have all timeout+ config values read fro...Sven Gothel2020-08-271-4/+86
* DBTEnv: Use plain 'foo.bar' names, not 'foo_bar'; Add 'exploding' name values...Sven Gothel2020-08-241-2/+36
* DBTEnv: Use std::string where possibleSven Gothel2020-08-241-22/+25
* BluetoothFactory/DBTEnv: Pass JVM properties to environment, access DEBUG, VE...Sven Gothel2020-08-241-6/+43
* Add DBTEnv.hpp/cpp providing certain environment utilities (For now elapsed t...Sven Gothel2020-08-241-0/+42