| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri... | Sven Gothel | 2020-05-14 | 2 | -3/+93 |
* | DBTDevice JNI: Add comment re delete and add javaObject check | Sven Gothel | 2020-05-14 | 1 | -0/+2 |
* | DBTManager(java/jni): get/setDefaultAdapter(..) java side implementation, rem... | Sven Gothel | 2020-05-14 | 1 | -37/+0 |
* | jni helper: Unique rename for 'convert_vector*(..)' template functions | Sven Gothel | 2020-05-14 | 10 | -53/+19 |
* | Fixing multiple Java/C++ Lifecycle Issues (DBTDevice, add ShutdownHook, ..) | Sven Gothel | 2020-05-12 | 7 | -19/+63 |
* | Resolving flushed discovered devices and shared device reference usage. | Sven Gothel | 2020-05-11 | 1 | -0/+13 |
* | GATT: GATTPrimaryService -> GATTServiceDecl (-> GATTTypes.hpp) ; Add JavaUpli... | Sven Gothel | 2020-05-11 | 1 | -1/+1 |
* | Move general types out of MgmtTypes; Extract DBTDevice + DBTAdapter into thei... | Sven Gothel | 2020-05-11 | 3 | -3/+6 |
* | Converging Java/JNI and C++ API to match tinyb interface requirements (step-2) | Sven Gothel | 2020-05-10 | 4 | -20/+377 |
* | [Bluetooth]AdapterStatusListener: Renamed; Using a list instead of one-shot c... | Sven Gothel | 2020-05-10 | 2 | -17/+83 |
* | JNI DBTAdapter: Enhance callback pattern (here DiscoveringNotifications); Pow... | Sven Gothel | 2020-05-04 | 1 | -129/+33 |
* | helper_base: Add generic getField(..), getObjectRef<T>(..) and setObjectRef<T... | Sven Gothel | 2020-05-04 | 2 | -29/+49 |
* | JNIGlobalRef: Add copy-ctor, move-ctor and equality operations | Sven Gothel | 2020-05-04 | 2 | -3/+68 |
* | Extend BluetoothDeviceStatusListener -> BluetoothAdapterStatusListener; Enum ... | Sven Gothel | 2020-05-04 | 1 | -30/+98 |
* | JNI: DBTAdapter: Use new FunctionDef::CaptureInvocationFunc | Sven Gothel | 2020-05-03 | 1 | -6/+38 |
* | DBTAdapter Java/JNI: Add enable/disable Powered|Discovering Notifications | Sven Gothel | 2020-05-03 | 1 | -0/+131 |
* | cmake: COMPILE_FLAGS += -Werror (warnings -> error) | Sven Gothel | 2020-05-03 | 1 | -1/+1 |
* | Java: Utilize new EIRDataType in BluetoothDeviceStatusListener; ... | Sven Gothel | 2020-05-03 | 4 | -28/+73 |
* | DBTManager::close(): Clear adapterInfos (avoiding re-entry failure); Java del... | Sven Gothel | 2020-05-03 | 1 | -0/+1 |
* | JNI helper_base: Robustness: Add java_exception_check_and_throw(..) and use I... | Sven Gothel | 2020-05-02 | 2 | -13/+19 |
* | DBTManager Java: Add getAdapterListImpl() | Sven Gothel | 2020-05-02 | 2 | -20/+67 |
* | DBTAdapter: Drop discoverDevices(..), only allow usage of deviceFound(..) cal... | Sven Gothel | 2020-04-28 | 1 | -11/+0 |
* | Wire AdapterInfo w/ MgmtEvtNewSettings and MgmtEvtLocalNameChanged; AdapterIn... | Sven Gothel | 2020-04-27 | 1 | -1/+2 |
* | Add HCI non LE connect; DBTDevice: Add defaultConnect() for LE and BREDR addr... | Sven Gothel | 2020-04-26 | 2 | -4/+2 |
* | DBTManager / DBTDeviceStatusListener: Refine events; java: Keep alive discove... | Sven Gothel | 2020-04-26 | 1 | -31/+63 |
* | Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ... | Sven Gothel | 2020-04-25 | 1 | -1/+1 |
* | Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI... | Sven Gothel | 2020-04-21 | 6 | -90/+218 |
* | HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,... | Sven Gothel | 2020-04-20 | 2 | -9/+9 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 9 | -74/+77 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 31 | -163/+1000 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 8 | -14/+14 |
* | C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c... | Sven Gothel | 2020-02-15 | 9 | -0/+322 |
* | java jni: Split helper to helper_base + helper_tinyb (modularization) | Sven Gothel | 2020-02-09 | 12 | -89/+217 |
* | Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via... | Sven Gothel | 2020-02-09 | 9 | -153/+153 |
* | 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 | 1 | -1/+40 |
* | BluetoothManager: Expose native get_default_adapter() to java as getDefaultAd... | Sven Gothel | 2020-02-01 | 1 | -0/+30 |
* | Expose BluetoothDevice async calls: device1_call_connect(..) / device1_call_c... | Sven Gothel | 2020-01-31 | 1 | -0/+39 |
* | Implementing discovery filter by UUIDs (java) and fixing a bug with discovery...v0.5.1tinyb-master | Vlad Kolotov | 2017-10-14 | 1 | -1/+14 |
* | Implementing a generic method to set discover filters (UUIDs, rssi, pathloss,... | Vlad Kolotov | 2017-10-14 | 3 | -3/+31 |
* | Adding support for setting RSSI discovery filter | Vlad Kolotov | 2017-10-14 | 1 | -0/+21 |
* | Added Java method BluetoothManager::getDiscovering() | Misterioso | 2017-10-03 | 1 | -0/+19 |
* | Added Java method BluetoothDevice::remove() | Misterioso | 2017-09-24 | 1 | -0/+20 |
* | Fix issue #121 | Tzafrir Poupko | 2017-09-24 | 1 | -4/+4 |
* | Fix native memory leak | Tzafrir Poupko | 2017-09-13 | 5 | -2/+39 |
* | drop dependencies of unused linked libraries | Markus Rathgeb | 2017-09-13 | 1 | -0/+2 |
* | Fixed typo in BluetoothDevice.cxx Java_tinyb_BluetoothDevice_getTxPower | Stephan Bodmer | 2017-08-18 | 3 | -3/+33 |
* | Fix java objects memory leak | Tzafrir Poupko | 2017-08-05 | 4 | -0/+14 |
* | java: Add notifications for ManufacturerData, ServiceData and ServicesResolved | Petre Eftime | 2016-10-31 | 1 | -0/+188 |
* | Fix JNI FindClass "tinyb/BluetoothNotification" not found | Julien Decaen | 2016-10-28 | 6 | -11/+23 |