| Commit message (Expand) | Author | Age | Files | Lines |
* | Eclipse settings | Sven Gothel | 2020-04-21 | 2 | -1/+15 |
* | Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI... | Sven Gothel | 2020-04-21 | 15 | -320/+556 |
* | HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,... | Sven Gothel | 2020-04-20 | 14 | -327/+452 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 36 | -330/+410 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 75 | -516/+2286 |
* | build scripts: log outputv2.1.0 | Sven Gothel | 2020-04-12 | 2 | -29/+44 |
* | Warnings: Remove -Wextra warnings | Sven Gothel | 2020-04-11 | 8 | -24/+37 |
* | Eclipse: Enable -Wextra -Wall | Sven Gothel | 2020-04-11 | 1 | -0/+4 |
* | CMake: Compile direct_bt with -Wall -Wextra | Sven Gothel | 2020-04-11 | 1 | -0/+1 |
* | Eclipse: Rename project tinyb -> direct_bt | Sven Gothel | 2020-04-11 | 2 | -27/+27 |
* | COPYING: Fixing Copyright notice and mark Direct-BT Sub-Module | Sven Gothel | 2020-04-09 | 1 | -0/+9 |
* | Eclipse settingsdirect_bt-tinyb_2-sync | Sven Gothel | 2020-04-09 | 6 | -5/+431 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 78 | -1535/+14024 |
* | Clarify file [re]naming: HCIUtil -> BasicTypes, DataTypes -> BTDataTypestinyb-2-clean | Sven Gothel | 2020-02-18 | 7 | -20/+24 |
* | HCIAdapter::discovery: Fix regression: Double bookkeeping scannedDevices + di... | Sven Gothel | 2020-02-18 | 4 | -98/+132 |
* | HCIScanner: Emphasize on time: discovered until post connection: less than 50... | Sven Gothel | 2020-02-18 | 1 | -1/+4 |
* | scripts: build: set JAVA_HOME to openjdk-11; run-hci_scanner.sh: No need to r... | Sven Gothel | 2020-02-17 | 3 | -5/+3 |
* | Merge remote-tracking branch 'xranby/master' | Sven Gothel | 2020-02-17 | 1 | -37/+1 |
|\ |
|
| * | java: CMakeLists.txt replace depricated javah with javac -htinyb | Xerxes RĂ„nby | 2020-02-17 | 1 | -37/+1 |
* | | Refine HCIAdapter::discoverDevices .. and related: ~500ms until connected. | Sven Gothel | 2020-02-17 | 8 | -51/+213 |
|/ |
|
* | HCIAdapter: Add 'le_connect(..)'; 'startDiscovery(..)' uses given HCISession ... | Sven Gothel | 2020-02-17 | 4 | -35/+127 |
* | GAP_Types -> GAP_T; Group SSP Section 1.6 w/ SSP prefix for readability .. | Sven Gothel | 2020-02-17 | 4 | -45/+61 |
* | Merge AD_Types + EIR_Types -> GAP_Types, sync identifier values, refine namin... | Sven Gothel | 2020-02-17 | 2 | -38/+146 |
* | Add 'Warning:' to reported identified issues in data parsing and output them ... | Sven Gothel | 2020-02-16 | 2 | -5/+3 |
* | RuntimeException and derivatives: Enforce passing __FILE__ and __LINE__, remo... | Sven Gothel | 2020-02-16 | 4 | -9/+9 |
* | Encapsulate EInfoReport handling + ensure memory bounds are checked. | Sven Gothel | 2020-02-16 | 14 | -893/+1133 |
* | Fix tabstop -> 4 spaces | Sven Gothel | 2020-02-16 | 9 | -566/+653 |
* | Cleanup discovery: Use new EInfoReport(for AD + EIR), add timestamp (creation... | Sven Gothel | 2020-02-16 | 8 | -159/+337 |
* | C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c... | Sven Gothel | 2020-02-15 | 53 | -23/+3397 |
* | Add eclipse project .classpath (using JRE 1.8.0) | Sven Gothel | 2020-02-09 | 1 | -0/+7 |
* | Add convenient script to test ScannerTinyB.jar from build directory | Sven Gothel | 2020-02-09 | 1 | -0/+7 |
* | BluetoothFactory handles API verification via native-API and Manifest attribu...v2.0.0 | Sven Gothel | 2020-02-09 | 4 | -33/+175 |
* | java jni: Split helper to helper_base + helper_tinyb (modularization) | Sven Gothel | 2020-02-09 | 14 | -89/+220 |
* | Add java example ScannerTinyB.jar to build list | Sven Gothel | 2020-02-09 | 2 | -70/+85 |
* | Refine BluetoothFactory using reflection, providing default implementation fa... | Sven Gothel | 2020-02-09 | 2 | -8/+96 |
* | Adding BluetoothDevice API doc in interface header | Sven Gothel | 2020-02-09 | 1 | -0/+4 |
* | Update Documentation | Sven Gothel | 2020-02-09 | 3 | -12/+48 |
* | Update tinyb2.jar's manifest: Add 'Implementation-*' using get_git_head_revis... | Sven Gothel | 2020-02-09 | 2 | -8/+14 |
* | Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via... | Sven Gothel | 2020-02-09 | 55 | -763/+1841 |
* | Move java classes to package sub folder | Sven Gothel | 2020-02-08 | 15 | -0/+0 |
* | JNIEnvContainer::attach/detach: Reuse GetEnv's JNIEnv if available and don't ...connector-1.5connector_b_1.5 | Sven Gothel | 2020-02-05 | 2 | -6/+27 |
* | Add experimental Adapter1::ConnectDevice call | Sven Gothel | 2020-02-05 | 5 | -1/+122 |
* | Re-add dropped g_bytes_unref(..)/g_free(..) where it still applies | Sven Gothel | 2020-02-05 | 2 | -1/+17 |
* | Merge remote-tracking branch 'impala454/master' into gdbus-codegen | Sven Gothel | 2020-02-05 | 16 | -14336/+99 |
|\ |
|
| * | Added SetDiscoveryFilter functionality. Added CMake dependency for the dbus ... | Chuck Claunch | 2017-06-14 | 4 | -0/+98 |
| * | Removed generated dbus code and added call to gdbus-codegen in the build process | Chuck Claunch | 2017-06-12 | 11 | -15982/+25 |
| * | Added annotations to dbus profile so GVariants would replace gchars in the co... | Chuck Claunch | 2017-06-11 | 4 | -53/+59 |
| * | Added LEAdvertisement1 to dbus file, recompiled with gdbus-codegen, and refac... | Chuck Claunch | 2017-06-10 | 7 | -224/+2123 |
| * | Changed examples to a cmake option rather than being built by default | Chuck Claunch | 2017-06-07 | 2 | -1/+8 |
| * | Removed unnecessary cinttypes include in BluetoothUUID | Chuck Claunch | 2017-06-07 | 1 | -1/+0 |