| Commit message (Expand) | Author | Age | Files | Lines |
* | Have GATT[Service,Characteristic,Descriptor] derived from DBTObject for valid... | Sven Gothel | 2020-07-26 | 1 | -32/+29 |
* | Reworking GATTCharacteristicListener (C++ and Java) | Sven Gothel | 2020-07-24 | 1 | -27/+52 |
* | Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre... | Sven Gothel | 2020-07-02 | 1 | -5/+2 |
* | DBTDevice.java: Update 'name' on deviceUpdate EIRDataTypeSet.DataType.NAME (d...v2.1.9 | Sven Gothel | 2020-06-29 | 1 | -0/+11 |
* | Resolve regression calling DBTNativeDownlink.delete() having notifyDeleted() ... | Sven Gothel | 2020-06-29 | 1 | -2/+3 |
* | Resolve circular references (p3): Java: Ensure DBTDevice can be GC'ed (at rem... | Sven Gothel | 2020-06-29 | 1 | -4/+2 |
* | Resolve circular references (p2): Java DBTDevice, GATTHandler, GATTService, p... | Sven Gothel | 2020-06-29 | 1 | -1/+1 |
* | Resolve circular references (p1): C++ GATTHandler, GATTService, pp are not ow... | Sven Gothel | 2020-06-29 | 1 | -2/+6 |
* | Notify DBTNativeDownlink when its native JavaUplink -> JavaGlobalObj counterp... | Sven Gothel | 2020-06-27 | 1 | -0/+1 |
* | GATTHandler/DBTDevice (incl Java): Add ping[GATT](), testing device availabil... | Sven Gothel | 2020-06-25 | 1 | -0/+13 |
* | DBTDevice::getServices() shall not throw an exception but return null on erro... | Sven Gothel | 2020-06-24 | 1 | -1/+1 |
* | HCIHandler: Use async event mechanism for delayed replies, commands shall ret... | Sven Gothel | 2020-06-24 | 1 | -11/+11 |
* | DBTDevice Java/JNI: Implement missing methods and cleanup | Sven Gothel | 2020-06-08 | 1 | -91/+174 |
* | Relax GATTHandler == nullptr for disable and listener-removal operations, it'... | Sven Gothel | 2020-06-07 | 1 | -3/+6 |
* | Java DBTDevice: Drop getGATTService() from connect* as it should be done afte... | Sven Gothel | 2020-05-28 | 1 | -35/+15 |
* | JNI Callback listener issued from a native thread must not mute exceptions (f... | Sven Gothel | 2020-05-28 | 1 | -26/+18 |
* | HCI le_connect: COMMAND_DISALLOWED handled 'softer' / applications may ignore... | Sven Gothel | 2020-05-27 | 1 | -3/+3 |
* | DBTDevice.cxx JNI: Fix connectImpl* signature | Sven Gothel | 2020-05-27 | 1 | -7/+7 |
* | DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/... | Sven Gothel | 2020-05-25 | 1 | -6/+6 |
* | BluetoothDevice: Add connect(..) w/ LE connection parameter | Sven Gothel | 2020-05-25 | 1 | -0/+45 |
* | DBTDevice::getGATTServices(): Reuse GATTHandler's list result, retrieve Gener... | Sven Gothel | 2020-05-25 | 1 | -43/+34 |
* | Expose UUID strings in TinyB compatible fashion (unified uuid128_t) as an opt... | Sven Gothel | 2020-05-18 | 1 | -1/+3 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -25/+195 |
* | GATT Cleanup of method + field names; GATT discoverDescriptors: Use more reas... | Sven Gothel | 2020-05-15 | 1 | -1/+1 |
* | GATT Service and Characteristic Java <-> JNI binding (incomplete, TODO Descri... | Sven Gothel | 2020-05-14 | 1 | -2/+28 |
* | DBTDevice JNI: Add comment re delete and add javaObject check | Sven Gothel | 2020-05-14 | 1 | -0/+2 |
* | Fixing multiple Java/C++ Lifecycle Issues (DBTDevice, add ShutdownHook, ..) | Sven Gothel | 2020-05-12 | 1 | -1/+18 |
* | 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 | 1 | -1/+2 |
* | Converging Java/JNI and C++ API to match tinyb interface requirements (step-2) | Sven Gothel | 2020-05-10 | 1 | -20/+261 |
* | [Bluetooth]AdapterStatusListener: Renamed; Using a list instead of one-shot c... | Sven Gothel | 2020-05-10 | 1 | -0/+22 |
* | Add HCI non LE connect; DBTDevice: Add defaultConnect() for LE and BREDR addr... | Sven Gothel | 2020-04-26 | 1 | -2/+2 |
* | Refine: DBT API, HCISession/DBTAdapter lifecycle, API doc and C++ and C++/JNI... | Sven Gothel | 2020-04-21 | 1 | -8/+46 |
* | Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefix | Sven Gothel | 2020-04-20 | 1 | -12/+12 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 1 | -0/+78 |