| Commit message (Expand) | Author | Age | Files | Lines |
* | DBTDevice::getEIRImpl(): Just copy instance w/o clear and set | Sven Gothel | 2022-01-18 | 1 | -2/+1 |
* | DBTDevice.java/cxx: Reuse EInfoReport instance and clear before retrieving data | Sven Gothel | 2022-01-18 | 1 | -1/+2 |
* | Add EInfoReport::clear() | Sven Gothel | 2022-01-18 | 1 | -0/+9 |
* | BTDevice: Expose aggregated scanned EIR | Sven Gothel | 2022-01-18 | 1 | -30/+3 |
* | Add EInfoReport::set(const EInfoReport&) to merger multiple scanned EIR; toSt... | Sven Gothel | 2022-01-18 | 1 | -0/+47 |
* | Add BTAdapter::setServerConnSecurity(..) | Sven Gothel | 2022-01-13 | 1 | -0/+12 |
* | BTDevice::setConnSecurity*(..): Consolidate write methods to setConnSecurity(... | Sven Gothel | 2022-01-13 | 1 | -38/+14 |
* | DBTAdapter.cxx: Use EUI48 reference and fix exception message (show EUI48 size). | Sven Gothel | 2022-01-04 | 1 | -7/+7 |
* | BTAdapter: Add startAdvertising(..) overload with user given EInfoReport and ... | Sven Gothel | 2022-01-04 | 1 | -4/+35 |
* | EInfoReport: Add Java JNI mapping and support slave connection interval range... | Sven Gothel | 2022-01-04 | 3 | -2/+611 |
* | BTAdapter::pausing_discovery_devices: Use std::weak_ptr<BTDevice> list; Add B... | Sven Gothel | 2021-11-29 | 1 | -0/+25 |
* | DBTAdapter.cxx: Fix AdapterStatusListener.discoveringChanged(..) signature | Sven Gothel | 2021-11-29 | 1 | -1/+1 |
* | DiscoveryPolicy: Implement Discovery Policy, covering HCI host OS's implied d... | Sven Gothel | 2021-11-28 | 1 | -5/+21 |
* | BTAdapter::startDiscovery(..): Add 'bool filter_dup=true' as last parameter; ... | Sven Gothel | 2021-11-17 | 1 | -2/+3 |
* | Java JNI: Implement DBGattServer.Listener incl DBGattServer.[add|remove]Liste... | Sven Gothel | 2021-11-15 | 1 | -0/+203 |
* | DBGattServer.hpp: DBGatt[Desc|Char|Service|Server]: Use jau::JavaUplink for o... | Sven Gothel | 2021-11-15 | 1 | -16/+32 |
* | DBTAdapter.cxx: jau::search_*(..) already validates results and throws jau::I... | Sven Gothel | 2021-11-15 | 1 | -120/+13 |
* | Complete DBGattServer Lifecycle: Add DBGatt* dtor on Java side; Remove BTAdap... | Sven Gothel | 2021-11-14 | 1 | -0/+48 |
* | DBGatt[Desc|Char|Service].java: Working proxy for DBGattServer/Peripheral on ... | Sven Gothel | 2021-11-13 | 3 | -2/+462 |
* | Add BTDevice::send[Indication|Notification]() (Java); Note: Sending zero leng... | Sven Gothel | 2021-11-09 | 1 | -0/+52 |
* | Slave Peripheral / Gatt Server: Map DBGattServer.hpp types DBGatt[Server|Serv... | Sven Gothel | 2021-11-09 | 1 | -0/+2 |
* | Fix JNI DBTGattService_getCharsImpl(): Missed 'userDescriptionIndex' in _char... | Sven Gothel | 2021-11-08 | 1 | -3/+4 |
* | BTDevice.java: Align API functions to C++: getServices() -> getGattServices()... | Sven Gothel | 2021-11-08 | 1 | -1/+1 |
* | Add BTAdapter's Slave Peripheral SMP Key Management | Sven Gothel | 2021-10-29 | 1 | -0/+11 |
* | Move SMPKeyBin 'apply' to BTDevice, splitting functionality: setting + upload... | Sven Gothel | 2021-10-29 | 1 | -17/+21 |
* | BTAdapter::[get|set]SecureConnections*() align and complete on Java side | Sven Gothel | 2021-10-29 | 1 | -0/+11 |
* | BTDevice: SMP Keys (C++/Java): Have setter update PairingData::keys_*_has; Ex... | Sven Gothel | 2021-10-27 | 1 | -2/+80 |
* | Add BTAdapter::setSecureConnections(bool) (C++/Java): Allow testing periphera... | Sven Gothel | 2021-10-27 | 1 | -0/+11 |
* | [BT|DB]GattChar::getUserDescription() and userDescriptionIndex added (from de... | Sven Gothel | 2021-10-13 | 1 | -1/+3 |
* | BTAdapter: Remove setDiscoverable() and setBondable() (-> startAdvertising() ... | Sven Gothel | 2021-10-10 | 1 | -22/+0 |
* | DBGattServer.hpp: Add and use DBGattServer, a complete list of Gatt Service o... | Sven Gothel | 2021-10-10 | 1 | -1/+1 |
* | Remove DirectBTJNISettings: Always use uuid_t -> uuid128_t mapping, unifying ... | Sven Gothel | 2021-10-10 | 6 | -30/+4 |
* | Removed TinyB API artifacts, fix copyright notice. Add README.md 'Direct-BT O... | Sven Gothel | 2021-10-10 | 2 | -21/+2 |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 2 | -4/+2 |
* | Renamed SMP*KeyInfo -> SMP*Key: Simplify language and names | Sven Gothel | 2021-10-05 | 2 | -31/+31 |
* | Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..) | Sven Gothel | 2021-10-05 | 4 | -12/+12 |
* | BTGattService: Clarify fields; BTGatt*::toString(): Add type prefix | Sven Gothel | 2021-10-03 | 1 | -2/+2 |
* | SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res... | Sven Gothel | 2021-09-28 | 1 | -0/+51 |
* | Java: BTAdapter/BTDevice: Add [get|set]ConnectedLE_PHY(..), setDefaultLE_PHY(... | Sven Gothel | 2021-09-24 | 2 | -0/+112 |
* | BTAdapter::initialize() validates power-on state and fails if not successful,... | Sven Gothel | 2021-09-21 | 1 | -2/+2 |
* | Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter. | Sven Gothel | 2021-09-18 | 1 | -0/+11 |
* | Refine BTRole and add GATTRole, throughout BTAdapter, BTDevice (C++/Java) and... | Sven Gothel | 2021-09-16 | 1 | -0/+11 |
* | Introduce BTRole: Bluetooth device roles from the perspective of the link lay... | Sven Gothel | 2021-09-15 | 1 | -0/+22 |
* | Add advertising support (start with set-data and -params, stop) via HCIHandler | Sven Gothel | 2021-09-15 | 1 | -0/+39 |
* | BTAdapter: Resolve name and short_name, both readable via get<Name>() and set... | Sven Gothel | 2021-09-15 | 1 | -5/+18 |
* | Multi Direct-BT application, each using 1 adapter: Have user explicitly initi... | Sven Gothel | 2021-09-15 | 3 | -6/+18 |
* | Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via BTFa... | Sven Gothel | 2021-08-31 | 1 | -2/+15 |
* | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 19 | -3095/+41 |
* | DBTAdapter.cxx: Fix JNIAdapterStatusListener::deviceConnected(..): NewObject(...v2.2.12 | Sven Gothel | 2021-08-25 | 1 | -38/+29 |
* | Java JNI: Exceptions: Use jau::RuntimeException derivatives for all exception... | Sven Gothel | 2021-08-03 | 2 | -3/+3 |