summaryrefslogtreecommitdiffstats
path: root/java/org
Commit message (Expand)AuthorAgeFilesLines
* org.tinyb.BluetoothFactory: API doc note: The chosen implementation can't be ...v2.1.12Sven Gothel2020-07-041-0/+15
* org.tinyb.BluetoothFactory: More versatile ImplementationIdentifier and getBl...Sven Gothel2020-07-041-7/+97
* org.tinyb: API doc: Add @implNote for tinyb.dbus implementationSven Gothel2020-07-044-0/+22
* EUI48::getBLERandomAddressType(): Pass BDAddressType, to only return a valid ...Sven Gothel2020-07-031-2/+5
* Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre...Sven Gothel2020-07-023-22/+129
* BluetoothDevice pingGATT() non implementation shall return true, as false sha...v2.1.7Sven Gothel2020-06-251-1/+1
* GATTHandler/DBTDevice (incl Java): Add ping[GATT](), testing device availabil...Sven Gothel2020-06-251-0/+15
* DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat...Sven Gothel2020-06-091-1/+20
* BluetoothManager startDiscovery(): Add @Deprecated tag; Fix misc DBG_PRINT co...Sven Gothel2020-06-091-0/+1
* [DBT]Adapter (Java/C++) startDiscovery(bool keepAlive) policy change: keepAli...Sven Gothel2020-06-092-0/+18
* Expose 'org.tinyb.verbose' and 'org.tinyb.debug' via BluetoothFactory VERBOSE...Sven Gothel2020-06-091-1/+6
* BasicTypes: Rename getUTF8String(..) -> decodeUTF8String(..): Adding API doc ...v2.1.2Sven Gothel2020-06-041-1/+5
* Rename HCIErrorCode -> HCIStatusCode for clarity and pleasing the eyesSven Gothel2020-06-042-8/+8
* Specify le_create_connection arguments (API doc) and set default le_scan_* to...Sven Gothel2020-06-011-5/+5
* Clarify le_scan and conn[ection] arguments for whitelist and connect methods ...Sven Gothel2020-06-012-15/+15
* Complete using definite tyep HCIErrorCode for disconnect reason; Add Mgmt Dis...Sven Gothel2020-06-011-2/+4
* HCIErrorCode (Java): Use byte native value (uint8_t) and fast switch/case val...Sven Gothel2020-05-311-76/+140
* AdapterStatusListener(C++/Java): Expose 'HCIErrorCode reason' on disconnect (...Sven Gothel2020-05-314-6/+166
* BasicTypes: Add getUTF8String(..) safe UTF8 decoding to string; Expose to Jav...Sven Gothel2020-05-281-0/+11
* BluetoothGattCharacteristic::getFlags() Move flags == properties API doc to topSven Gothel2020-05-281-3/+13
* DBTDevice/BluetoothDevice: Expose getCreationTimestamp() and add BluetoothAdd...Sven Gothel2020-05-282-2/+33
* AdapterStatusListener java/C++: Add API docSven Gothel2020-05-281-6/+27
* DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/...Sven Gothel2020-05-251-0/+3
* BluetoothDevice: Add connect(..) w/ LE connection parameterSven Gothel2020-05-251-0/+24
* BluetoothAdapter.addDeviceToWhitelist(..) refine API doc.Sven Gothel2020-05-251-5/+3
* Expose Whitelist (auto-)connect management to BluetoothAdapter.java, impl in ...Sven Gothel2020-05-253-1/+215
* Add API doc to EIRDataType (C++) and EIRDataTypeSet (Java)Sven Gothel2020-05-251-0/+11
* AdapterStatusListener (C++/Java): Add discoveringChanged(..), converge device...Sven Gothel2020-05-242-12/+29
* API doc: DBT/Main refine and add lifecycle + listener; Enhance listener java/...Sven Gothel2020-05-182-5/+11
* API doc AdapterStatusListener, GATTCharacteristicListener restriction: One in...Sven Gothel2020-05-182-2/+27
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-177-8/+213
* [Bluetooth]AdapterStatusListener: Renamed; Using a list instead of one-shot c...Sven Gothel2020-05-102-10/+25
* Extend BluetoothDeviceStatusListener -> BluetoothAdapterStatusListener; Enum ...Sven Gothel2020-05-045-131/+278
* Java: Utilize new EIRDataType in BluetoothDeviceStatusListener; ...Sven Gothel2020-05-031-1/+1
* Element -> EIRDataType: Promote to top, add bit-ops and add Java equivalent; ...Sven Gothel2020-05-031-0/+124
* DBTManager / DBTDeviceStatusListener: Refine events; java: Keep alive discove...Sven Gothel2020-04-262-9/+11
* Direct-BT: Fix BluetoothFactory; Renaming using 'DBT' prefixSven Gothel2020-04-201-46/+104
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-205-5/+96
* BluetoothFactory handles API verification via native-API and Manifest attribu...v2.0.0Sven Gothel2020-02-091-0/+155
* java jni: Split helper to helper_base + helper_tinyb (modularization)Sven Gothel2020-02-091-0/+2
* Refine BluetoothFactory using reflection, providing default implementation fa...Sven Gothel2020-02-091-1/+76
* Adding BluetoothDevice API doc in interface headerSven Gothel2020-02-091-0/+4
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-0916-0/+1493