| Commit message (Expand) | Author | Age | Files | Lines |
* | dbt_peripheral00/DBTPeripheral00: Fix using *Indicate handle where selected | Sven Gothel | 2022-01-01 | 1 | -2/+2 |
* | Examples: Use clear 'client_keys' and 'server_keys' for key client- and serve... | Sven Gothel | 2022-01-01 | 3 | -7/+7 |
* | dbt_scanner10/DBTScanner10: Remove redundant adapter::removeDiscoveredDevices... | Sven Gothel | 2021-12-05 | 1 | -3/+0 |
* | DiscoveryPolicy: DBTScanner10.java align with dbt_scanner10.cpp, remove all s... | Sven Gothel | 2021-11-29 | 1 | -12/+0 |
* | BTAdapter::pausing_discovery_devices: Use std::weak_ptr<BTDevice> list; Add B... | Sven Gothel | 2021-11-29 | 1 | -0/+4 |
* | DiscoveryPolicy: Implement Discovery Policy, covering HCI host OS's implied d... | Sven Gothel | 2021-11-28 | 2 | -53/+23 |
* | SMPKeyBin::createAndWrite(..): Drop 'overwrite' argument as we shall set over... | Sven Gothel | 2021-11-19 | 1 | -1/+1 |
* | BTAdapter::startDiscovery(..): Add 'bool filter_dup=true' as last parameter; ... | Sven Gothel | 2021-11-17 | 1 | -1/+3 |
* | dbt_peripheral00: Drop virtual on override; DBTPeripheral00: Drop overriding ... | Sven Gothel | 2021-11-15 | 1 | -3/+1 |
* | peripheral00 example: Bring back 100ms sleep @ disconnected before restart ad... | Sven Gothel | 2021-11-14 | 1 | -0/+3 |
* | Align DBTPeripheral00.java w/ dbt_peripheral00.cpp: initAdapter() w/ full nam... | Sven Gothel | 2021-11-14 | 3 | -24/+80 |
* | Complete DBGattServer Lifecycle: Add DBGatt* dtor on Java side; Remove BTAdap... | Sven Gothel | 2021-11-14 | 2 | -10/+59 |
* | DBGatt[Desc|Char|Service].java: Working proxy for DBGattServer/Peripheral on ... | Sven Gothel | 2021-11-13 | 1 | -7/+12 |
* | Align early Direct-BT version output in main function and use fprintf_td() / ... | Sven Gothel | 2021-11-09 | 1 | -3/+2 |
* | DBTPeripheral: Port over 'MyGATTServerListener extends DBGattServer.Listener'... | Sven Gothel | 2021-11-09 | 1 | -11/+207 |
* | DBGatt[Char|Desc]::variable_length defaults to false; Add DBGattValue.java co... | Sven Gothel | 2021-11-09 | 1 | -24/+25 |
* | DBTScanner10.java: Show utf8 value for notification/indication data (like dbt... | Sven Gothel | 2021-11-09 | 1 | -2/+4 |
* | Slave Peripheral / Gatt Server: Map DBGattServer.hpp types DBGatt[Server|Serv... | Sven Gothel | 2021-11-09 | 1 | -1/+109 |
* | Add BTGattCmd (C++/Java): Conveniently maps a GATT command and optionally its... | Sven Gothel | 2021-11-08 | 1 | -1/+39 |
* | BTDevice.java: Align API functions to C++: getServices() -> getGattServices()... | Sven Gothel | 2021-11-08 | 1 | -2/+2 |
* | Move SMPKeyBin 'apply' to BTDevice, splitting functionality: setting + upload... | Sven Gothel | 2021-10-29 | 1 | -2/+2 |
* | Issue BTDevice::unpair() directly when device is discovered, disconnected and... | Sven Gothel | 2021-10-28 | 1 | -10/+0 |
* | README.md: Mention Peripheral Example C++/Java; Sync both | Sven Gothel | 2021-10-15 | 1 | -0/+3 |
* | SMPKeyBin Version 4: Add localAddress (adapter) to filename with shortened fo... | Sven Gothel | 2021-10-06 | 2 | -4/+4 |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 2 | -7/+2 |
* | dbt_scanner10/DBTScanner10: Only show notify/indicate if available | Sven Gothel | 2021-10-02 | 1 | -5/+8 |
* | Examples: Cleanup up dbt_scanner10/DBTScanner10, moving test-code into upcomi... | Sven Gothel | 2021-09-29 | 1 | -56/+0 |
* | Examples: Build using a set of idiomatic names, one recipe for each examples;... | Sven Gothel | 2021-09-27 | 1 | -11/+19 |
* | 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 | 1 | -0/+31 |
* | Refine initAdapter() in exampled: Remove listener on start[Discovery/Advertis... | Sven Gothel | 2021-09-21 | 2 | -2/+6 |
* | BTAdapter::initialize() validates power-on state and fails if not successful,... | Sven Gothel | 2021-09-21 | 2 | -27/+46 |
* | Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter. | Sven Gothel | 2021-09-18 | 2 | -17/+19 |
* | 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 | 2 | -3/+4 |
* | Add advertising support (start with set-data and -params, stop) via HCIHandler | Sven Gothel | 2021-09-15 | 2 | -0/+397 |
* | Multi Direct-BT application, each using 1 adapter: Have user explicitly initi... | Sven Gothel | 2021-09-15 | 1 | -8/+31 |
* | Properly expose runtime version C++ (DIRECT_BT_VERSION etc) and Java via BTFa... | Sven Gothel | 2021-08-31 | 1 | -0/+3 |
* | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 8 | -1892/+5 |
* | Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec... | Sven Gothel | 2021-08-30 | 1 | -7/+12 |
* | API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13 | Sven Gothel | 2021-08-28 | 1 | -32/+46 |
* | BTDeviceRegistry, BTSecurityRegistry: Expose universal pattern matching, fix ... | Sven Gothel | 2021-08-05 | 1 | -5/+5 |
* | BTDeviceRegistry: Replace print*() to get*String() and clarify method names (... | Sven Gothel | 2021-08-04 | 1 | -17/+16 |
* | DBTScanner10.java: Show -dbt_debug option 'hci.scan_ad_eir' | Sven Gothel | 2021-08-03 | 1 | -1/+1 |
* | dbt_scanner10/DBTScanner10: Extract BTDeviceRegistry and BTSecurityRegistry t... | Sven Gothel | 2021-07-31 | 1 | -125/+58 |
* | SMPKeyFile: Tightened Constraints: readAndApply(..) key file's BTSecurityLeve... | Sven Gothel | 2021-07-29 | 1 | -14/+16 |
* | Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_... | Sven Gothel | 2021-07-28 | 4 | -4/+12 |
* | Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A... | Sven Gothel | 2021-07-28 | 4 | -5/+5 |
* | SMPKeyBin: Allow BTSecurityLevel::NONE case; Add more convenient createAndWri... | Sven Gothel | 2021-02-21 | 1 | -36/+4 |
* | Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap... | Sven Gothel | 2021-02-14 | 3 | -89/+116 |