summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eclipse settingsSven Gothel2020-04-212-1/+15
* Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI...Sven Gothel2020-04-2115-320/+556
* HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,...Sven Gothel2020-04-2014-327/+452
* Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefixSven Gothel2020-04-2036-330/+410
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-2075-516/+2286
* build scripts: log outputv2.1.0Sven Gothel2020-04-122-29/+44
* Warnings: Remove -Wextra warningsSven Gothel2020-04-118-24/+37
* Eclipse: Enable -Wextra -WallSven Gothel2020-04-111-0/+4
* CMake: Compile direct_bt with -Wall -WextraSven Gothel2020-04-111-0/+1
* Eclipse: Rename project tinyb -> direct_btSven Gothel2020-04-112-27/+27
* COPYING: Fixing Copyright notice and mark Direct-BT Sub-ModuleSven Gothel2020-04-091-0/+9
* Eclipse settingsdirect_bt-tinyb_2-syncSven Gothel2020-04-096-5/+431
* Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...Sven Gothel2020-04-0978-1535/+14024
* Clarify file [re]naming: HCIUtil -> BasicTypes, DataTypes -> BTDataTypestinyb-2-cleanSven Gothel2020-02-187-20/+24
* HCIAdapter::discovery: Fix regression: Double bookkeeping scannedDevices + di...Sven Gothel2020-02-184-98/+132
* HCIScanner: Emphasize on time: discovered until post connection: less than 50...Sven Gothel2020-02-181-1/+4
* scripts: build: set JAVA_HOME to openjdk-11; run-hci_scanner.sh: No need to r...Sven Gothel2020-02-173-5/+3
* Merge remote-tracking branch 'xranby/master'Sven Gothel2020-02-171-37/+1
|\
| * java: CMakeLists.txt replace depricated javah with javac -htinybXerxes RĂ„nby2020-02-171-37/+1
* | Refine HCIAdapter::discoverDevices .. and related: ~500ms until connected.Sven Gothel2020-02-178-51/+213
|/
* HCIAdapter: Add 'le_connect(..)'; 'startDiscovery(..)' uses given HCISession ...Sven Gothel2020-02-174-35/+127
* GAP_Types -> GAP_T; Group SSP Section 1.6 w/ SSP prefix for readability ..Sven Gothel2020-02-174-45/+61
* Merge AD_Types + EIR_Types -> GAP_Types, sync identifier values, refine namin...Sven Gothel2020-02-172-38/+146
* Add 'Warning:' to reported identified issues in data parsing and output them ...Sven Gothel2020-02-162-5/+3
* RuntimeException and derivatives: Enforce passing __FILE__ and __LINE__, remo...Sven Gothel2020-02-164-9/+9
* Encapsulate EInfoReport handling + ensure memory bounds are checked.Sven Gothel2020-02-1614-893/+1133
* Fix tabstop -> 4 spacesSven Gothel2020-02-169-566/+653
* Cleanup discovery: Use new EInfoReport(for AD + EIR), add timestamp (creation...Sven Gothel2020-02-168-159/+337
* C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c...Sven Gothel2020-02-1553-23/+3397
* Add eclipse project .classpath (using JRE 1.8.0)Sven Gothel2020-02-091-0/+7
* Add convenient script to test ScannerTinyB.jar from build directorySven Gothel2020-02-091-0/+7
* BluetoothFactory handles API verification via native-API and Manifest attribu...v2.0.0Sven Gothel2020-02-094-33/+175
* java jni: Split helper to helper_base + helper_tinyb (modularization)Sven Gothel2020-02-0914-89/+220
* Add java example ScannerTinyB.jar to build listSven Gothel2020-02-092-70/+85
* Refine BluetoothFactory using reflection, providing default implementation fa...Sven Gothel2020-02-092-8/+96
* Adding BluetoothDevice API doc in interface headerSven Gothel2020-02-091-0/+4
* Update DocumentationSven Gothel2020-02-093-12/+48
* Update tinyb2.jar's manifest: Add 'Implementation-*' using get_git_head_revis...Sven Gothel2020-02-092-8/+14
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-0955-763/+1841
* Move java classes to package sub folderSven Gothel2020-02-0815-0/+0
* JNIEnvContainer::attach/detach: Reuse GetEnv's JNIEnv if available and don't ...connector-1.5connector_b_1.5Sven Gothel2020-02-052-6/+27
* Add experimental Adapter1::ConnectDevice callSven Gothel2020-02-055-1/+122
* Re-add dropped g_bytes_unref(..)/g_free(..) where it still appliesSven Gothel2020-02-052-1/+17
* Merge remote-tracking branch 'impala454/master' into gdbus-codegenSven Gothel2020-02-0516-14336/+99
|\
| * Added SetDiscoveryFilter functionality. Added CMake dependency for the dbus ...Chuck Claunch2017-06-144-0/+98
| * Removed generated dbus code and added call to gdbus-codegen in the build processChuck Claunch2017-06-1211-15982/+25
| * Added annotations to dbus profile so GVariants would replace gchars in the co...Chuck Claunch2017-06-114-53/+59
| * Added LEAdvertisement1 to dbus file, recompiled with gdbus-codegen, and refac...Chuck Claunch2017-06-107-224/+2123
| * Changed examples to a cmake option rather than being built by defaultChuck Claunch2017-06-072-1/+8
| * Removed unnecessary cinttypes include in BluetoothUUIDChuck Claunch2017-06-071-1/+0