| Commit message (Expand) | Author | Age | Files | Lines |
* | Multi-device and -threading examples *10 (java and native): Only attempt conn... | Sven Gothel | 2020-05-28 | 2 | -16/+6 |
* | Java DBTDevice: Drop getGATTService() from connect* as it should be done afte... | Sven Gothel | 2020-05-28 | 1 | -1/+3 |
* | AdapterStatusListener (C++): Add toString() for error handling purposes; DBTD... | Sven Gothel | 2020-05-28 | 3 | -14/+26 |
* | ScannerTinyB10: Multi-device and -threading Java example equivalent to C++ db... | Sven Gothel | 2020-05-28 | 1 | -287/+274 |
* | dbt_scanner00/10, ScannerTinyB01: Use getUTF8String(..) for GATT Characterist... | Sven Gothel | 2020-05-28 | 3 | -108/+59 |
* | HCI le_connect: COMMAND_DISALLOWED handled 'softer' / applications may ignore... | Sven Gothel | 2020-05-27 | 4 | -2/+4 |
* | DBTDevice.cpp: Use openHCI() instead of getHCI(), i.e. implicit open if requi... | Sven Gothel | 2020-05-27 | 2 | -16/+0 |
* | dbt_scanner10.cpp: startDiscovery( keepAlive=true ) if connector thread faile... | Sven Gothel | 2020-05-26 | 1 | -1/+1 |
* | GATTHandler/L2CAPHandler: Thread safety and interrupt hanging L2CAP ::connect() | Sven Gothel | 2020-05-26 | 1 | -1/+3 |
* | dbt_scanner10.cpp: More verbose info message showing handled device in a mult... | Sven Gothel | 2020-05-26 | 1 | -2/+2 |
* | DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/... | Sven Gothel | 2020-05-25 | 3 | -4/+4 |
* | DBTDevice::getGATTServices(): Reuse GATTHandler's list result, retrieve Gener... | Sven Gothel | 2020-05-25 | 3 | -20/+39 |
* | Fix listener notice for discovering and connection (enabled and add connected) | Sven Gothel | 2020-05-24 | 3 | -5/+5 |
* | AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device... | Sven Gothel | 2020-05-24 | 6 | -46/+52 |
* | Fix Whitelist to DBTManager/DBTAdapter and test (Result: Auto-connection but ... | Sven Gothel | 2020-05-24 | 1 | -23/+21 |
* | Add Whitelist to DBTManager/DBTAdapter and test (Result: No auto-connection) | Sven Gothel | 2020-05-24 | 1 | -31/+64 |
* | ScannerTinyB10.java needs to be aligned to dbt_scanner10.cpp for multithreadi... | Sven Gothel | 2020-05-24 | 1 | -0/+422 |
* | dbt_scanner10 (multithread): Only halt discovery for hci-connect and -disconn... | Sven Gothel | 2020-05-24 | 1 | -0/+24 |
* | C++ multithreading fixes and example | Sven Gothel | 2020-05-24 | 3 | -16/+393 |
* | Examples: Set COMPILE_FLAGS "-Wall -Wextra -Werror" | Sven Gothel | 2020-05-23 | 5 | -14/+35 |
* | DBTAdapter: Remove explicit HCISession, migrate connectedDevice and use HCICo... | Sven Gothel | 2020-05-23 | 4 | -11/+28 |
* | Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt... | Sven Gothel | 2020-05-18 | 1 | -21/+16 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 5 | -112/+391 |
* | GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas... | Sven Gothel | 2020-05-15 | 1 | -2/+2 |
* | GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri... | Sven Gothel | 2020-05-14 | 1 | -3/+3 |
* | C++ GATT: Cleanup and complete Descriptor <*-1> Characteristic <*-1> Service | Sven Gothel | 2020-05-14 | 1 | -11/+12 |
* | Fixing multiple Java/C++ Lifecycle Issues (DBTDevice, add ShutdownHook, ..) | Sven Gothel | 2020-05-12 | 1 | -6/+12 |
* | Catching device loop exception - need to shutdown device while VM running! | Sven Gothel | 2020-05-11 | 1 | -83/+87 |
* | HCISession::disconnected: Don't throw exception, intentionally called at clos... | Sven Gothel | 2020-05-11 | 2 | -1/+7 |
* | Resolving flushed discovered devices and shared device reference usage. | Sven Gothel | 2020-05-11 | 1 | -0/+1 |
* | ScannerTinyB00/01: stopDiscovery() will not shut down everything using direct... | Sven Gothel | 2020-05-11 | 2 | -4/+0 |
* | Shape GATTServiceDecl + GATTCharacterisicsDecl into TinyB API conform data re... | Sven Gothel | 2020-05-11 | 1 | -5/+3 |
* | GATT: GATTPrimaryService -> GATTServiceDecl (-> GATTTypes.hpp) ; Add JavaUpli... | Sven Gothel | 2020-05-11 | 1 | -2/+2 |
* | Move general types out of MgmtTypes; Extract DBTDevice + DBTAdapter into thei... | Sven Gothel | 2020-05-11 | 1 | -5/+1 |
* | Converging Java/JNI and C++ API to match tinyb interface requirements (step-2) | Sven Gothel | 2020-05-10 | 1 | -17/+17 |
* | [Bluetooth]AdapterStatusListener: Renamed; Using a list instead of one-shot c... | Sven Gothel | 2020-05-10 | 2 | -6/+12 |
* | Extend BluetoothDeviceStatusListener -> BluetoothAdapterStatusListener; Enum ... | Sven Gothel | 2020-05-04 | 2 | -9/+38 |
* | examples: remove warnings | Sven Gothel | 2020-05-03 | 1 | -1/+7 |
* | DBTAdapter Java/JNI: Add enable/disable Powered|Discovering Notifications | Sven Gothel | 2020-05-03 | 1 | -2/+19 |
* | Java: Utilize new EIRDataType in BluetoothDeviceStatusListener; ... | Sven Gothel | 2020-05-03 | 1 | -7/+15 |
* | Element -> EIRDataType: Promote to top, add bit-ops and add Java equivalent; ... | Sven Gothel | 2020-05-03 | 1 | -6/+6 |
* | DBTManager Java: Add getAdapterListImpl() | Sven Gothel | 2020-05-02 | 1 | -7/+14 |
* | GATTHandler/DBTManager Timeout/Error: Limit ringbuffer.getBlocking(..) with t... | Sven Gothel | 2020-05-02 | 1 | -9/+14 |
* | DBTAdapter: Drop discoverDevices(..), only allow usage of deviceFound(..) cal... | Sven Gothel | 2020-04-28 | 1 | -148/+131 |
* | dbt_scanner: Add '-dev_id number' argument to test w/ given adapter | Sven Gothel | 2020-04-27 | 1 | -4/+8 |
* | Add HCI non LE connect; DBTDevice: Add defaultConnect() for LE and BREDR addr... | Sven Gothel | 2020-04-26 | 1 | -11/+11 |
* | DBTManager / DBTDeviceStatusListener: Refine events; java: Keep alive discove... | Sven Gothel | 2020-04-26 | 2 | -14/+33 |
* | Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ... | Sven Gothel | 2020-04-25 | 1 | -11/+11 |
* | Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI... | Sven Gothel | 2020-04-21 | 2 | -30/+45 |
* | HCIComm thread safety, resolve deadlock; Renaming: MgmtHandler -> DBTManager,... | Sven Gothel | 2020-04-20 | 1 | -1/+1 |