| Commit message (Expand) | Author | Age | Files | Lines |
* | DBTAdapter: Remove explicit HCISession, migrate connectedDevice and use HCICo... | Sven Gothel | 2020-05-23 | 11 | -271/+146 |
* | README.md: Proof read fix, added 2nd Direct-BT descriptive sentence | Sven Gothel | 2020-05-18 | 1 | -1/+3 |
* | README.md: Elaborate on both implementations a bit more, add direct link to D... | Sven Gothel | 2020-05-18 | 1 | -2/+22 |
* | Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt... | Sven Gothel | 2020-05-18 | 9 | -30/+72 |
* | API doc: Properly mark the sub-namespace module -> BT spec sections | Sven Gothel | 2020-05-18 | 8 | -0/+30 |
* | API doc: DBT/Main refine and add lifecycle + listener; Enhance listener java/... | Sven Gothel | 2020-05-18 | 5 | -15/+73 |
* | README.md: Detail native libraries for each implementation, ..v2.1.1 | Sven Gothel | 2020-05-18 | 1 | -5/+5 |
* | API Doc: Extract all elements, even undocumented ones, otherwise API doc is i... | Sven Gothel | 2020-05-18 | 2 | -2/+2 |
* | API Doc Direct-BT: Move HCI prioritization segment to main namespace section. | Sven Gothel | 2020-05-18 | 2 | -8/+11 |
* | Fix general Doxygen Documentation | Sven Gothel | 2020-05-18 | 13 | -132/+194 |
* | API doc AdapterStatusListener, GATTCharacteristicListener restriction: One in... | Sven Gothel | 2020-05-18 | 2 | -2/+27 |
* | sloccount: Adding java/jni and test code | Sven Gothel | 2020-05-17 | 1 | -1/+5 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 54 | -930/+3116 |
* | GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas... | Sven Gothel | 2020-05-15 | 7 | -196/+213 |
* | GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri... | Sven Gothel | 2020-05-14 | 6 | -23/+170 |
* | C++ GATT: Cleanup and complete Descriptor <*-1> Characteristic <*-1> Service | Sven Gothel | 2020-05-14 | 5 | -315/+341 |
* | 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 | 2 | -44/+11 |
* | 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 | 14 | -32/+201 |
* | 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 | 4 | -7/+10 |
* | Resolving flushed discovered devices and shared device reference usage. | Sven Gothel | 2020-05-11 | 6 | -64/+203 |
* | Revert "Adapter::startDiscovery(): removeDevices() will not work as previousl... | Sven Gothel | 2020-05-11 | 2 | -0/+2 |
* | ScannerTinyB00/01: stopDiscovery() will not shut down everything using direct... | Sven Gothel | 2020-05-11 | 2 | -4/+0 |
* | Adapter::startDiscovery(): removeDevices() will not work as previously scanne... | Sven Gothel | 2020-05-11 | 2 | -2/+0 |
* | Shape GATTServiceDecl + GATTCharacterisicsDecl into TinyB API conform data re... | Sven Gothel | 2020-05-11 | 5 | -76/+74 |
* | GATT: GATTPrimaryService -> GATTServiceDecl (-> GATTTypes.hpp) ; Add JavaUpli... | Sven Gothel | 2020-05-11 | 5 | -72/+85 |
* | Move general types out of MgmtTypes; Extract DBTDevice + DBTAdapter into thei... | Sven Gothel | 2020-05-11 | 18 | -783/+1014 |
* | BasicAlgos: Rename 'InputIt' -> 'InputArray' for template type, indicating in... | Sven Gothel | 2020-05-10 | 1 | -4/+4 |
* | Converging Java/JNI and C++ API to match tinyb interface requirements (step-2) | Sven Gothel | 2020-05-10 | 21 | -234/+1074 |
* | [Bluetooth]AdapterStatusListener: Renamed; Using a list instead of one-shot c... | Sven Gothel | 2020-05-10 | 12 | -84/+410 |
* | Eclipse settings | Sven Gothel | 2020-05-04 | 2 | -34/+32 |
* | 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 |
* | FunctionDef: Enhance efficiency and create InvocationFunc<..>::clone() and Fu... | Sven Gothel | 2020-05-04 | 2 | -60/+214 |
* | cppunit: fix ::print (global static) | Sven Gothel | 2020-05-04 | 1 | -1/+1 |
* | Extend BluetoothDeviceStatusListener -> BluetoothAdapterStatusListener; Enum ... | Sven Gothel | 2020-05-04 | 18 | -411/+658 |
* | examples: remove warnings | Sven Gothel | 2020-05-03 | 1 | -1/+7 |
* | JNI: DBTAdapter: Use new FunctionDef::CaptureInvocationFunc | Sven Gothel | 2020-05-03 | 1 | -6/+38 |
* | FunctionDef: Add CaptureInvocationFunc supporting lambdas w/ an explicit capt... | Sven Gothel | 2020-05-03 | 4 | -124/+306 |
* | add rebuild script .. convenient faster build, install and test after initial... | Sven Gothel | 2020-05-03 | 1 | -0/+21 |
* | DBTAdapter Java/JNI: Add enable/disable Powered|Discovering Notifications | Sven Gothel | 2020-05-03 | 3 | -33/+194 |
* | MgmtAdapterEventCallback: Pass MgmtEventCallback by reference, avoiding one copy | Sven Gothel | 2020-05-03 | 1 | -1/+1 |
* | FunctionDef: Add StdInvocationFunc supporting std::function for capturing lam... | Sven Gothel | 2020-05-03 | 2 | -0/+101 |
* | DBTAdapter: Cleanup and sort fields, isOpen:=false on close. | Sven Gothel | 2020-05-03 | 1 | -16/+21 |
* | ClassFunction -> FunctionDef generalization, adding plain function (non-class... | Sven Gothel | 2020-05-03 | 5 | -42/+124 |
* | cmake: COMPILE_FLAGS += -Werror (warnings -> error) | Sven Gothel | 2020-05-03 | 2 | -2/+2 |
* | Java: Utilize new EIRDataType in BluetoothDeviceStatusListener; ... | Sven Gothel | 2020-05-03 | 8 | -42/+100 |