aboutsummaryrefslogtreecommitdiffstats
path: root/java/jau
Commit message (Expand)AuthorAgeFilesLines
* SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res...Sven Gothel2021-09-281-0/+17
* Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI...Sven Gothel2021-09-241-11/+18
* Java: BTAdapter/BTDevice: Add [get|set]ConnectedLE_PHY(..), setDefaultLE_PHY(...Sven Gothel2021-09-242-4/+54
* BTAdapter::initialize() validates power-on state and fails if not successful,...Sven Gothel2021-09-211-1/+1
* Add BTGattChar::findGattDesc() (C++ and Java) - Aligned find* methods across ...Sven Gothel2021-09-181-7/+2
* Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter.Sven Gothel2021-09-181-0/+3
* Align Java/C++ findGatt[Service,Char](..) in BTDevice and BTGattService, remo...Sven Gothel2021-09-182-11/+10
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene...Sven Gothel2021-09-182-2/+2
* Refine BTRole and add GATTRole, throughout BTAdapter, BTDevice (C++/Java) and...Sven Gothel2021-09-161-0/+7
* Introduce BTRole: Bluetooth device roles from the perspective of the link lay...Sven Gothel2021-09-151-0/+13
* BTAdapter/HCIHandler Refine advertising/discovery state validationSven Gothel2021-09-151-0/+5
* Add advertising support (start with set-data and -params, stop) via HCIHandlerSven Gothel2021-09-151-0/+26
* BTAdapter: Resolve name and short_name, both readable via get<Name>() and set...Sven Gothel2021-09-151-11/+32
* Multi Direct-BT application, each using 1 adapter: Have user explicitly initi...Sven Gothel2021-09-152-2/+14
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-316-760/+58
* API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13Sven Gothel2021-08-281-13/+27
* Fix DBTDevice.java regression (commit e8e7f0958ed452a79eb2977555c2281b3ff3ba1...Sven Gothel2021-07-291-5/+14
* DBTDevice.java: Remove 'name' field: Use native name via JNI (resolve device ...Sven Gothel2021-07-281-14/+4
* Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_...Sven Gothel2021-07-282-6/+16
* Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A...Sven Gothel2021-07-281-9/+27
* [D]BTAdapter.printDeviceList[s](..): Also print device name in debug output.Sven Gothel2021-06-151-1/+2
* DBTAdapter.printDeviceLists(): Avoid ConcurrentModificationException by using...Sven Gothel2021-06-151-1/+2
* Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap...Sven Gothel2021-02-142-118/+217
* BTDevice::setPairingPasskeyNegative(): Added API doc and missing Java binding...Sven Gothel2021-02-111-0/+6
* BTDevice.java: Add isValid() query, i.e. device reference valid and device no...Sven Gothel2021-02-091-0/+4
* Bump jaulib; Adapt to jau::bytesHexString(..) removed leading0X argument: Uni...Sven Gothel2021-02-061-2/+2
* BTDevice: Add automatic security negotiation of BTSecurityLevel and SMPIOCapa...Sven Gothel2021-02-011-0/+9
* BTDevice.cpp disconnect() method is noexcept, since all invoked methods are n...Sven Gothel2021-01-301-4/+4
* BTManager.Settings Name FixSven Gothel2021-01-292-4/+4
* API renaming of missed 'Characteristic', add listener to API name tableSven Gothel2021-01-271-6/+6
* Update README.md; Provide Java package API doc (Copied from C++) etc ..Sven Gothel2021-01-271-1/+0
* Have BTFactory.main(..) show version info and available adapter, also whether...Sven Gothel2021-01-271-1/+0
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-259-376/+376
* Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up...Sven Gothel2021-01-259-90/+90
* Bump GetGitRevisionDescription.cmake to 6a748896188fdf3f885820ccd686393ea5215...Sven Gothel2021-01-259-0/+3250