| Commit message (Expand) | Author | Age | Files | Lines |
* | jaulib 1.3.0v3.3.0 | Sven Göthel | 2024-05-12 | 1 | -0/+0 |
* | Add jaulib jau::os::get_platform_info() (jau::os, jau::cpu) code and show inf... | Sven Göthel | 2024-05-12 | 3 | -4/+12 |
* | Bump jaulib | Sven Göthel | 2024-05-12 | 1 | -0/+0 |
* | jaulib: Bump and adopt to enum type name changes, added '_t' | Sven Göthel | 2024-05-12 | 27 | -99/+99 |
* | cmake: Enable BUILD_TRIAL if using hard presets | Sven Göthel | 2024-05-12 | 1 | -0/+4 |
* | Produce ${CMAKE_CURRENT_SOURCE_DIR}/.clangd w/ cmake configuration if not exi... | Sven Göthel | 2024-05-12 | 3 | -2/+11 |
* | Bump jaulib | Sven Göthel | 2024-05-07 | 1 | -0/+0 |
* | Fix build presets (unwind only enabled for debug) | Sven Göthel | 2024-05-07 | 3 | -6/+18 |
* | README: Fix git clone .. | Sven Göthel | 2024-05-07 | 1 | -2/+2 |
* | README.md: Fix links to jaulib | Sven Göthel | 2024-05-07 | 1 | -5/+5 |
* | clangd: Add jaulib/include header file location to allow clangd to find sub-p... | Sven Göthel | 2024-05-07 | 1 | -0/+1 |
* | Build Environment: Better CMake Usage incl. Eclipse (IDE) default CDT CMake; ... | Sven Göthel | 2024-05-07 | 11 | -550/+270 |
* | Bump jaulibv3.2.4 | Sven Göthel | 2024-05-04 | 1 | -0/+0 |
* | Cleanup/Fix: C++20, clang-16 + clang-tidy-16, gcc 12.2, latest jaulib, passin... | Sven Göthel | 2024-05-04 | 20 | -40/+201 |
* | Bump jaulib and adopt to jaulib byte_util API change (commit 147e17b0b41a123b... | Sven Göthel | 2024-03-02 | 31 | -147/+147 |
* | Adopt to jaulib commit d658b6059d7e7513b60c5c67019b76c9cd3f809b | Sven Göthel | 2024-02-25 | 11 | -52/+52 |
* | Bump jaulib | Sven Göthel | 2024-02-25 | 1 | -0/+0 |
* | Eclipse: Bump lang settings | Sven Gothel | 2023-11-24 | 1 | -3/+3 |
* | BTDevice: Properly expose isPrePaired() to Javav3.2.3 | Sven Gothel | 2023-11-24 | 4 | -1/+34 |
* | BTDevice: API Doc: Detail RSSI and Tx Power Level | Sven Gothel | 2023-11-24 | 2 | -8/+66 |
* | BTAdapter::mgmtEvDeviceFoundHCI: Only unpair() shared and non-discovered devi... | Sven Gothel | 2023-11-24 | 1 | -1/+1 |
* | BTDevice::setSMPKeyBin: Align C++/Java code using setSMPKeyBin() | Sven Gothel | 2023-11-24 | 3 | -4/+31 |
* | BTDevice::pairing_data.is_pre_paired: Set on uploadKeys() post setup, aligned... | Sven Gothel | 2023-11-24 | 2 | -5/+13 |
* | DBTAdapter.deviceUpdated(): Debug: Only show update events w/o EVT_TYPE, RSSI... | Sven Gothel | 2023-11-24 | 2 | -2/+5 |
* | BTAdapter::startDiscovery: Use given DBGattServerRef in already discovering s... | Sven Gothel | 2023-11-23 | 1 | -0/+1 |
* | BTAdapter: Add debug/verbose msg w/ printDeviceLists() | Sven Gothel | 2023-11-23 | 1 | -6/+35 |
* | LE Resolvable Address: BTDevice::hciSMPMsgCallback: Fix IRK responder propert... | Sven Gothel | 2023-11-05 | 1 | -1/+1 |
* | BTAdapter: Remove redundant startDiscovery overload w/o DBGattServerRef and h... | Sven Gothel | 2023-10-29 | 4 | -61/+5 |
* | DBGattServer/Value: Add convenience make[_gatt]() for initializer list (byte ...v3.2.2 | Sven Gothel | 2023-10-28 | 2 | -0/+19 |
* | DBGattServer/Value: Add convenience make[_gatt]() for initializer list (byte ... | Sven Gothel | 2023-10-28 | 2 | -0/+11 |
* | Update README, CHANGES and COPYING: New features, TinyCrypt, ..v3.2.1 | Sven Gothel | 2023-10-28 | 3 | -1/+30 |
* | Bump Eclipse settings | Sven Gothel | 2023-10-28 | 1 | -3/+3 |
* | Bump jaulibv3.2.0 | Sven Gothel | 2023-10-28 | 1 | -0/+0 |
* | Complete LabPad example with full BTGattCmd test validation | Sven Gothel | 2023-10-28 | 2 | -41/+110 |
* | BTGattCmd: Response: Add DataCallback, add setting minimum response size, add... | Sven Gothel | 2023-10-28 | 3 | -30/+117 |
* | BTGattHandler::BTGattHandler: Pick BTAdapter::getGATTServerData() also in GAT... | Sven Gothel | 2023-10-27 | 13 | -16/+1858 |
* | BTGattHandler::GattServerHandler::replyReadByTypeReq: Add BT Core Spec v5.2: ... | Sven Gothel | 2023-10-27 | 1 | -10/+45 |
* | Convenience: Add DBGattValue.make(..) for java and 'POctets make_gvalue(..)' ... | Sven Gothel | 2023-10-27 | 6 | -146/+119 |
* | examples/dbt_scanner10.cpp: Restore default cmd_uuid and cmd_rsp_uuid matchin... | Sven Gothel | 2023-10-27 | 1 | -2/+2 |
* | examples/dbt_scanner10.cpp: Remove pincode hack, accidentially included in ea... | Sven Gothel | 2023-10-26 | 1 | -9/+0 |
* | GATT Server Auth: Validate encryption and authentication requirements in serv... | Sven Gothel | 2023-10-26 | 2 | -2/+45 |
* | GATT Server Auth: BTDevice::processL2CAPSetup don't set sec_level w/ authenti... | Sven Gothel | 2023-10-26 | 1 | -4/+7 |
* | GATT Server Auth: BTAdapter::smp_timeoutfunc shall not timeout in authenticat... | Sven Gothel | 2023-10-26 | 1 | -0/+5 |
* | GATT Server Auth: Cleanup sec_levl + io_cap validation and transition, utiliz... | Sven Gothel | 2023-10-26 | 3 | -147/+265 |
* | BTAdapter::disconnectAllDevices(): Ensure disconnected device is actually rem... | Sven Gothel | 2023-10-25 | 1 | -1/+4 |
* | GATT Server Auth: SMPPairingState: Add missing PASSKEY_NOTIFY on byte -> enum... | Sven Gothel | 2023-10-25 | 1 | -3/+4 |
* | Bump jaulib | Sven Gothel | 2023-10-25 | 1 | -0/+0 |
* | GATT Server Auth: Prepare dbt_peripheral00 (C++ and java), add 'SMPIOCapabili... | Sven Gothel | 2023-10-25 | 9 | -36/+64 |
* | LE Resolvable Address: Handle identity- and resolvale-private-address (RPA), ... | Sven Gothel | 2023-10-25 | 14 | -76/+363 |
* | HCIHandler: Remove reset{->HCI}() from public | Sven Gothel | 2023-10-25 | 2 | -42/+28 |