| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump GetGitRevisionDescription.cmake to 6a748896188fdf3f885820ccd686393ea5215... | Sven Gothel | 2021-01-25 | 1 | -871/+0 |
* | Adopt new BDAddressAndType key value across project | Sven Gothel | 2020-12-12 | 1 | -28/+5 |
* | Added support for SMPSignatureResolvingKeyInfo and SMPKeyType query | Sven Gothel | 2020-12-10 | 1 | -1/+21 |
* | 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 | 1 | -3/+2 |
* | BluetoothDevice: Support SMPLongTermKeyInfo via [get/set]LongTermKeyInfo(..),... | Sven Gothel | 2020-12-10 | 1 | -0/+21 |
* | Java API: Add and use a 'native' EUI48 (6 bytes, new class) and BluetoothAddr... | Sven Gothel | 2020-12-10 | 1 | -4/+14 |
* | 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 |
* | 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 |
* | Implement BTSecurityLevel to Java, incl. [DBT|Bluetooth]Device sec_level over... | Sven Gothel | 2020-11-19 | 1 | -0/+14 |
* | Native/Java: Adjust PairingMode/State enum naming in code and API doc; Fix *D... | Sven Gothel | 2020-11-17 | 1 | -20/+16 |
* | BluetoothDevice: 'getCurrentPairing[Mode|State]()' -> 'getPairing[Mode|State]() | Sven Gothel | 2020-11-15 | 1 | -10/+10 |
* | Add SMP changed to *.java API (AdapterStatusListener devicePairingState(..), ... | Sven Gothel | 2020-11-14 | 1 | -18/+73 |
* | BluetoothDevice::connectLE(..): Renamed from connect(..) for clarity, update ... | Sven Gothel | 2020-11-08 | 1 | -15/+18 |
* | BluetoothUtils.java: Shorten *Milliseconds* functions; Reuse C++ environment:... | Sven Gothel | 2020-10-23 | 1 | -3/+3 |
* | DBTAdapter::removeDevice(): Use scoped_lock(device.mtx_connect, mtx_sharedDev... | Sven Gothel | 2020-09-27 | 1 | -6/+5 |
* | BluetoothDevice.get[Supported|Required]PairingModes(): Return List<PairingMod... | Sven Gothel | 2020-09-22 | 1 | -4/+4 |
* | LE Secure Connections: Initial API to support secure pairing with varying Pai... | Sven Gothel | 2020-09-22 | 1 | -4/+52 |
* | DBTDevice: Resolve disconnect/remove resource race condition @ rapid connect ...v2.1.22 | Sven Gothel | 2020-09-18 | 1 | -7/+34 |
* | DBTDevice::pingGATT(): Disconnect and return false if: GATT not connected or ... | Sven Gothel | 2020-08-28 | 1 | -2/+5 |
* | Expose hciConnectionHandle: AdapterStatusListener connect/disconnect (C++/Jav... | Sven Gothel | 2020-07-28 | 1 | -0/+7 |
* | C++/Java *Device::connect*(..), disconnect(): Return HCIStatusCode instead of... | Sven Gothel | 2020-07-27 | 1 | -27/+86 |
* | GATTCharacteristic: Add enableNotificationOrIndication(..)..; DIRECTBT_CHARAC...v2.1.15 | Sven Gothel | 2020-07-25 | 1 | -0/+7 |
* | Reworking GATTCharacteristicListener (C++ and Java) | Sven Gothel | 2020-07-24 | 1 | -3/+20 |
* | org.tinyb: API doc: Add @implNote for tinyb.dbus implementation | Sven Gothel | 2020-07-04 | 1 | -0/+7 |
* | Support BDADDR_LE_RANDOM (p1): Add BLERandomAddressType, distinguish HCIAddre... | Sven Gothel | 2020-07-02 | 1 | -0/+14 |
* | BluetoothDevice pingGATT() non implementation shall return true, as false sha...v2.1.7 | Sven Gothel | 2020-06-25 | 1 | -1/+1 |
* | GATTHandler/DBTDevice (incl Java): Add ping[GATT](), testing device availabil... | Sven Gothel | 2020-06-25 | 1 | -0/+15 |
* | DBTDevice (C++/Java): Expose getLastDiscoveryTimestamp() and rename lastUpdat... | Sven Gothel | 2020-06-09 | 1 | -1/+20 |
* | Specify le_create_connection arguments (API doc) and set default le_scan_* to... | Sven Gothel | 2020-06-01 | 1 | -5/+5 |
* | Clarify le_scan and conn[ection] arguments for whitelist and connect methods ... | Sven Gothel | 2020-06-01 | 1 | -9/+9 |
* | DBTDevice/BluetoothDevice: Expose getCreationTimestamp() and add BluetoothAdd... | Sven Gothel | 2020-05-28 | 1 | -1/+16 |
* | DBTDevice/HCIComm: More 'snappy' connect method names and drop unused LE min/... | Sven Gothel | 2020-05-25 | 1 | -0/+3 |
* | BluetoothDevice: Add connect(..) w/ LE connection parameter | Sven Gothel | 2020-05-25 | 1 | -0/+24 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -0/+25 |
* | Adding BluetoothDevice API doc in interface header | Sven Gothel | 2020-02-09 | 1 | -0/+4 |
* | Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via... | Sven Gothel | 2020-02-09 | 1 | -0/+344 |