| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BTDevice: Add automatic security negotiation of BTSecurityLevel and SMPIOCapa... | Sven Gothel | 2021-02-01 | 1 | -0/+43 |
* | BTDevice::setConnSecurity(..): Remove UNSET argument restrictions, allowing t... | Sven Gothel | 2021-02-01 | 1 | -4/+3 |
* | BTDevice.cpp disconnect() method is noexcept, since all invoked methods are n... | Sven Gothel | 2021-01-30 | 1 | -0/+1 |
* | API doc: Use '{@code tinyb.dbus}' to add implementation notes | Sven Gothel | 2021-01-30 | 2 | -38/+38 |
* | BTDevice.cpp connect*() methods are all noexcept, since all invoked methods a... | Sven Gothel | 2021-01-30 | 1 | -0/+1 |
* | API doc fix: 'direct_bt.tinyb' -> 'jau.direct_bt' | Sven Gothel | 2021-01-29 | 2 | -5/+5 |
* | BTAdapter.startDiscovery(boolean): Added implementation remark re removeDisco... | Sven Gothel | 2021-01-29 | 1 | -0/+5 |
* | BTManager.Settings Name Fix | Sven Gothel | 2021-01-29 | 1 | -2/+2 |
* | Fix EUI48Sub::toString() if 0 == length: reserve() would become negative (C++... | Sven Gothel | 2021-01-29 | 1 | -6/+13 |
* | SMPLongTermKeyInfo (Java/C++): Add convenience isResolver() (from ltk prop) a... | Sven Gothel | 2021-01-28 | 2 | -2/+7 |
* | Example Scanner10 (C++/Java): Support Security setting per device BDAddressAn... | Sven Gothel | 2021-01-27 | 1 | -1/+1 |
* | API renaming of missed 'Characteristic', add listener to API name table | Sven Gothel | 2021-01-27 | 6 | -23/+27 |
* | Refine the API doc overview: Add Header and update linked names + add event d... | Sven Gothel | 2021-01-27 | 2 | -7/+26 |
* | Update README.md; Provide Java package API doc (Copied from C++) etc .. | Sven Gothel | 2021-01-27 | 6 | -11/+112 |
* | Have BTFactory.main(..) show version info and available adapter, also whether... | Sven Gothel | 2021-01-27 | 2 | -50/+107 |
* | DirectBTVersion: Use data transient only | Sven Gothel | 2021-01-27 | 1 | -18/+18 |
* | Adapt to jaulib changes: Jar naming convention (dash, not underscore for extr... | Sven Gothel | 2021-01-26 | 1 | -0/+67 |
* | Added EUI48Sub and EUI48::indexOf(const EUI48Sub& other) and contains(const E...v2.2.0 | Sven Gothel | 2021-01-25 | 2 | -1/+148 |
* | Complete build change: Using jaulib[_fat] if available (for Java) incl. nativ... | Sven Gothel | 2021-01-25 | 1 | -24/+70 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 23 | -314/+314 |
* | Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up... | Sven Gothel | 2021-01-25 | 37 | -38/+38 |
* | Bump GetGitRevisionDescription.cmake to 6a748896188fdf3f885820ccd686393ea5215... | Sven Gothel | 2021-01-25 | 37 | -0/+0 |
* | *Adapter: Clarity [get|remove]Devices() -> [get|remove]DiscoveredDevices(); A... | Sven Gothel | 2021-01-18 | 1 | -6/+16 |
* | DBTManager/DBTAdapter: DBTManager own zero or all DBTAdapter | Sven Gothel | 2021-01-18 | 1 | -0/+4 |
* | AdapterStatusListener::deviceFound: Resolve sharedDevices persistence of foun... | Sven Gothel | 2021-01-17 | 1 | -1/+10 |
* | Adopt new BDAddressAndType key value across project | Sven Gothel | 2020-12-12 | 4 | -42/+21 |
* | Revamp native + java types: EUI48 and add BDAddressAndType | Sven Gothel | 2020-12-12 | 2 | -11/+254 |
* | Java: Rename BluetoothAddressType -> BDAddressType (aligned with native code ... | Sven Gothel | 2020-12-12 | 1 | -6/+6 |
* | Added support for SMPSignatureResolvingKeyInfo and SMPKeyType query | Sven Gothel | 2020-12-10 | 3 | -1/+373 |
* | BluetoothUtils: Add elapsedTimeMillis(final long current_ts) for convenience | Sven Gothel | 2020-12-10 | 1 | -0/+5 |
* | DBTDevice::setLongTermKeyInfo(): Only allowed if not yet connected | Sven Gothel | 2020-12-10 | 1 | -1/+4 |
* | SMPLongTermKeyInfo: Encode RESPONDER (or INITIATOR) within its Property bit m... | Sven Gothel | 2020-12-10 | 2 | -7/+16 |
* | BluetoothDevice: Support SMPLongTermKeyInfo via [get/set]LongTermKeyInfo(..),... | Sven Gothel | 2020-12-10 | 1 | -0/+21 |
* | SMPLongTermKeyInfo: Add putStream(), isValid() and don't return byte[] for ch... | Sven Gothel | 2020-12-10 | 1 | -24/+59 |
* | EUI48: Add default ctor; Don't return byte[] for chaining, useless w/o position | Sven Gothel | 2020-12-10 | 1 | -3/+23 |
* | EUI48.java: Remove hash-value caching | Sven Gothel | 2020-12-10 | 1 | -25/+2 |
* | Java: Fix BLERandomAddressType + BluetoothAddressType underlying value type: ... | Sven Gothel | 2020-12-10 | 2 | -39/+39 |
* | Java API: Add and use a 'native' EUI48 (6 bytes, new class) and BluetoothAddr... | Sven Gothel | 2020-12-10 | 4 | -15/+226 |
* | SMPLongTermKeyInfo: Use Property enum class bitfield instead of single boolea... | Sven Gothel | 2020-12-09 | 1 | -0/+172 |
* | BluetoothUtils.bytesHexString(..): Align with native jau::bytesHexString(), a... | Sven Gothel | 2020-12-09 | 1 | -20/+35 |
* | SMPPairingState::COMPLETED + AdapterStatusListener::deviceReady(): Refine API... | Sven Gothel | 2020-12-09 | 2 | -2/+5 |
* | DBTAdapter::[un]lockConnect[Any](..): New single device connect-command impl ... | Sven Gothel | 2020-12-03 | 1 | -28/+75 |
* | BluetoothDevice: Fix pair() API doc | Sven Gothel | 2020-12-03 | 1 | -4/+2 |
* | HCIStatusCode.java: Add included MgmtStatus subset values from commit e9fbbc8... | Sven Gothel | 2020-12-03 | 1 | -0/+44 |
* | Fix SMPPairingState (Phase 3); Add PairingMode::PRE_PAIRED; | Sven Gothel | 2020-12-03 | 2 | -7/+11 |
* | DBTDevice: Clarify setConn* Security parameter API: Provide more versatile ov... | Sven Gothel | 2020-11-24 | 1 | -23/+56 |
* | Enc/Auth: Allow full PairingMode modulation via BTSecurityLevel and SMPIOCapa... | Sven Gothel | 2020-11-23 | 1 | -4/+62 |
* | SMPIOCapability: Add UNSET value and add Java representation; PairingMode.jav... | Sven Gothel | 2020-11-23 | 2 | -0/+88 |
* | BTSecurityLevel: Refine API doc (java) | Sven Gothel | 2020-11-21 | 1 | -5/+5 |
* | Implement BTSecurityLevel to Java, incl. [DBT|Bluetooth]Device sec_level over... | Sven Gothel | 2020-11-19 | 4 | -2/+101 |