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