| Commit message (Expand) | Author | Age | Files | Lines |
* | dbt_peripheral: Add DEVICE_INFORMATION service and print dbGattServer->toFull... | Sven Gothel | 2021-10-12 | 1 | -5/+33 |
* | DBGattServer.hpp: Add and use DBGattServer, a complete list of Gatt Service o... | Sven Gothel | 2021-10-10 | 1 | -17/+19 |
* | examples/dbt_peripheral00: Remove nonsense code | Sven Gothel | 2021-10-07 | 1 | -49/+0 |
* | Gatt-Server: Add DBGattServer.hpp, covering DBGattDesc, DBGattChar and DBGatt... | Sven Gothel | 2021-10-07 | 1 | -0/+90 |
* | SMPKeyBin Version 4: Add localAddress (adapter) to filename with shortened fo... | Sven Gothel | 2021-10-06 | 5 | -10/+10 |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 4 | -11/+6 |
* | Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..) | Sven Gothel | 2021-10-05 | 4 | -7/+7 |
* | Bump jaulib; dbt_scanner10: Show uuid_t TypeSize | Sven Gothel | 2021-10-02 | 1 | -3/+9 |
* | dbt_scanner10/DBTScanner10: Only show notify/indicate if available | Sven Gothel | 2021-10-02 | 2 | -11/+17 |
* | dbt_scanner10: Drop device->getGattHandler()->getCharListenerCount() | Sven Gothel | 2021-09-29 | 1 | -5/+4 |
* | Fix BTGattChar::removeCharListener(..): Polymorph BTGattCharListener derivati... | Sven Gothel | 2021-09-29 | 2 | -0/+720 |
* | Examples: Cleanup up dbt_scanner10/DBTScanner10, moving test-code into upcomi... | Sven Gothel | 2021-09-29 | 2 | -148/+3 |
* | Examples C++: Extract constants | Sven Gothel | 2021-09-29 | 5 | -4/+49 |
* | Examples: Build using a set of idiomatic names, one recipe for each examples;... | Sven Gothel | 2021-09-27 | 6 | -25/+34 |
* | Add BTGattHandler::getCharListenerCount() to validate [add|remove]CharListene... | Sven Gothel | 2021-09-26 | 1 | -13/+43 |
* | Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI... | Sven Gothel | 2021-09-24 | 1 | -2/+2 |
* | Java: BTAdapter/BTDevice: Add [get|set]ConnectedLE_PHY(..), setDefaultLE_PHY(... | Sven Gothel | 2021-09-24 | 2 | -2/+37 |
* | HCIHandler/BTAdapter/BTDevice: Add le_set[_default]_phy(..) / set[Connected|D... | Sven Gothel | 2021-09-24 | 1 | -1/+13 |
* | HCIHandler::le_read_phy(..)/BTDevice::getConnectedLE_PHY(..): Use orig HCI ar... | Sven Gothel | 2021-09-24 | 1 | -4/+4 |
* | Refine initAdapter() in exampled: Remove listener on start[Discovery/Advertis... | Sven Gothel | 2021-09-21 | 4 | -4/+12 |
* | BTAdapter::initialize() validates power-on state and fails if not successful,... | Sven Gothel | 2021-09-21 | 4 | -56/+93 |
* | Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter. | Sven Gothel | 2021-09-18 | 4 | -34/+38 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 2 | -2/+2 |
* | Doxygen: Add dbt_peripheral00.cpp / DBTPeripheral00.java to Examples and ment... | Sven Gothel | 2021-09-16 | 4 | -5/+11 |
* | Add advertising support (start with set-data and -params, stop) via HCIHandler | Sven Gothel | 2021-09-15 | 4 | -1/+747 |
* | Multi Direct-BT application, each using 1 adapter: Have user explicitly initi... | Sven Gothel | 2021-09-15 | 2 | -18/+61 |
* | BT[Device|Security]Registry: Inline static func definition in header and add ... | Sven Gothel | 2021-09-01 | 1 | -3/+0 |
* | Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via BTFa... | Sven Gothel | 2021-08-31 | 2 | -0/+5 |
* | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 17 | -3017/+5 |
* | Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec... | Sven Gothel | 2021-08-30 | 2 | -13/+31 |
* | API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13 | Sven Gothel | 2021-08-28 | 3 | -64/+83 |
* | BTDeviceRegistry, BTSecurityRegistry: Expose universal pattern matching, fix ... | Sven Gothel | 2021-08-05 | 2 | -10/+10 |
* | BTDeviceRegistry: Replace print*() to get*String() and clarify method names (... | Sven Gothel | 2021-08-04 | 2 | -34/+32 |
* | DBTScanner10.java: Show -dbt_debug option 'hci.scan_ad_eir' | Sven Gothel | 2021-08-03 | 1 | -1/+1 |
* | BTDeviceRegistry.[cpp/java]: Bring back unordered_set/HashSet for devicesInPr... | Sven Gothel | 2021-08-01 | 1 | -2/+0 |
* | dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t... | Sven Gothel | 2021-07-31 | 2 | -350/+129 |
* | SMPKeyFile: Tightened Constraints: readAndApply(..) key file's BTSecurityLeve... | Sven Gothel | 2021-07-29 | 2 | -31/+36 |
* | Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_... | Sven Gothel | 2021-07-28 | 5 | -5/+22 |
* | Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A... | Sven Gothel | 2021-07-28 | 4 | -5/+5 |
* | dbt_scanner10: Document important invocation options | Sven Gothel | 2021-07-27 | 1 | -6/+38 |
* | Clarify EInfoReport ownership between MgmtEvtDeviceFound, HCIHandler and BTAd... | Sven Gothel | 2021-07-27 | 1 | -1/+1 |
* | SMPKeyBin: Allow BTSecurityLevel::NONE case; Add more convenient createAndWri... | Sven Gothel | 2021-02-21 | 2 | -72/+9 |
* | Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap... | Sven Gothel | 2021-02-14 | 4 | -168/+214 |
* | Scanner10: Apply: Key deletion on (bad key) failure (i.e. regenerate key); Se... | Sven Gothel | 2021-02-11 | 2 | -99/+21 |
* | DBTScanner10: Remove wrong comment | Sven Gothel | 2021-02-10 | 1 | -1/+0 |
* | API String Conversion Simplification: get.*String() -> direct_bt::to_string()... | Sven Gothel | 2021-02-10 | 3 | -48/+48 |
* | SC changes of Scanner10 example (C++/Java) | Sven Gothel | 2021-02-09 | 2 | -28/+105 |
* | SMPKeyBin (C++/Java): Add 'apply(BTDevice&)' method, setting Security params ... | Sven Gothel | 2021-02-09 | 2 | -30/+4 |
* | Fix changed jaulib header names | Sven Gothel | 2021-02-08 | 1 | -1/+1 |
* | Bump jaulib; Adapt to jau::bytesHexString(..) removed leading0X argument: Uni... | Sven Gothel | 2021-02-06 | 3 | -9/+9 |