| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | dbt_scanner10/DBTScanner10: Remove redundant adapter::removeDiscoveredDevices... | Sven Gothel | 2021-12-05 | 2 | -6/+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 | 2 | -6/+15 |
* | DiscoveryPolicy: Implement Discovery Policy, covering HCI host OS's implied d... | Sven Gothel | 2021-11-28 | 7 | -120/+53 |
* | SMPKeyBin::createAndWrite(..): Drop 'overwrite' argument as we shall set over... | Sven Gothel | 2021-11-19 | 3 | -3/+3 |
* | 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 | 2 | -4/+2 |
* | peripheral00 example: Bring back 100ms sleep @ disconnected before restart ad... | Sven Gothel | 2021-11-14 | 2 | -0/+4 |
* | Align DBTPeripheral00.java w/ dbt_peripheral00.cpp: initAdapter() w/ full nam... | Sven Gothel | 2021-11-14 | 4 | -24/+81 |
* | Complete DBGattServer Lifecycle: Add DBGatt* dtor on Java side; Remove BTAdap... | Sven Gothel | 2021-11-14 | 4 | -21/+95 |
* | DBGatt[Desc|Char|Service].java: Working proxy for DBGattServer/Peripheral on ... | Sven Gothel | 2021-11-13 | 1 | -7/+12 |
* | DBGatt[Desc|Char|Service]: Use mutable and const field accessors; Remove Java... | Sven Gothel | 2021-11-13 | 1 | -11/+11 |
* | DBGatt[Desc|Char|Service]: Use shared_ptr references to support Java binding ... | Sven Gothel | 2021-11-13 | 1 | -42/+42 |
* | Use 'typedef std::shared_ptr<BTDevice> BTDeviceRef' to shorten code lines | Sven Gothel | 2021-11-13 | 2 | -30/+30 |
* | Align early Direct-BT version output in main function and use fprintf_td() / ... | Sven Gothel | 2021-11-09 | 3 | -40/+39 |
* | 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 | 2 | -27/+28 |
* | 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 |
* | dbt_peripheral00.cpp: Add jau::uuid128_t DataServiceUUID; Cleanup DBGattChar ... | Sven Gothel | 2021-11-09 | 1 | -11/+12 |
* | DBGattServer::Listener: Add connected() and mtuChanged(): Supporting using pr... | Sven Gothel | 2021-11-08 | 1 | -29/+64 |
* | Add BTGattCmd (C++/Java): Conveniently maps a GATT command and optionally its... | Sven Gothel | 2021-11-08 | 2 | -2/+79 |
* | BTDevice.java: Align API functions to C++: getServices() -> getGattServices()... | Sven Gothel | 2021-11-08 | 1 | -2/+2 |
* | Add example: dbt_readsmpkey.cpp: Read SMPKeyBin files and dump them | Sven Gothel | 2021-11-08 | 2 | -0/+71 |
* | Add BTAdapter's Slave Peripheral SMP Key Management | Sven Gothel | 2021-10-29 | 2 | -24/+3 |
* | Move SMPKeyBin 'apply' to BTDevice, splitting functionality: setting + upload... | Sven Gothel | 2021-10-29 | 3 | -6/+6 |
* | Issue BTDevice::unpair() directly when device is discovered, disconnected and... | Sven Gothel | 2021-10-28 | 4 | -35/+1 |
* | dbt_peripheral00: Peripheral in SC mode needs unpair(), i.e. erase all keys .. | Sven Gothel | 2021-10-28 | 1 | -3/+5 |
* | dbt_scanner10: PASSKEY_EXPECTED, NUMERIC_COMPARE_EXPECTED: Lookup BTSecurityR... | Sven Gothel | 2021-10-28 | 1 | -2/+2 |
* | DBGattServer: Add convenience functions to zero values and reset ClientCharCo... | Sven Gothel | 2021-10-28 | 1 | -18/+2 |
* | dbt_peripheral00: initAdapter(): Fail on failed setup | Sven Gothel | 2021-10-28 | 1 | -0/+1 |
* | dbt_peripheral: Fix initial setup: Move power-off settings post initialize (n... | Sven Gothel | 2021-10-28 | 1 | -19/+25 |
* | Add DBGattServer::Listener::disconnect(..) for cleanup, example: Full cleanup... | Sven Gothel | 2021-10-27 | 1 | -18/+54 |
* | SMPKeyBin: Add helper to load all SMPKeyBin files from a directory, filter fo... | Sven Gothel | 2021-10-27 | 1 | -2/+11 |
* | SMPKeyBin (Version 5, C++/Java): Add IRK and (set/get) and also set CSRK | Sven Gothel | 2021-10-27 | 1 | -1/+9 |
* | Add 3 HCI Commands + 1 HCI MetaEvent to support SMP SC on slave peripheral si... | Sven Gothel | 2021-10-26 | 2 | -9/+53 |
* | DBGattServer / dbt_peripheral00: Use jau::make_darray(..) for proper move-sem... | Sven Gothel | 2021-10-24 | 1 | -63/+78 |
* | dbt_peripheral02: MyGATTServerListener implements DATA PULSE notify/indicate ... | Sven Gothel | 2021-10-20 | 1 | -1/+85 |
* | dbt_scanner10: If KEEP_CONNECT: don't remove char-listener, have them work un... | Sven Gothel | 2021-10-20 | 1 | -1/+2 |
* | dbt_scanner10: show utf8 string of notify/indicate if not Temp | Sven Gothel | 2021-10-20 | 1 | -2/+8 |
* | DBGattServer::Listener::clientCharConfigChanged() Use const qualifier; dbt_pe... | Sven Gothel | 2021-10-19 | 1 | -4/+4 |
* | Add DBGattServer::Listener::clientCharConfigChanged(..) | Sven Gothel | 2021-10-19 | 1 | -0/+6 |
* | DBGattServer:: Add 'variable_length' Desc/Char attribute, add DBGattDesc::cre... | Sven Gothel | 2021-10-19 | 1 | -9/+13 |
* | Add DBGattServer::att_mtu, enabling custom max ATT_MTU size (also used for te... | Sven Gothel | 2021-10-16 | 1 | -0/+4 |
* | Adding DBGattServer::Listener allowing server application to react on remote ... | Sven Gothel | 2021-10-16 | 1 | -1/+30 |
* | README.md: Mention Peripheral Example C++/Java; Sync both | Sven Gothel | 2021-10-15 | 2 | -4/+9 |
* | dbt_peripheral00: Restart advertising (and allowing new connections) after DI... | Sven Gothel | 2021-10-15 | 1 | -2/+21 |
* | dbt_peripheral00: Add proprietary service using all usual data, command and r... | Sven Gothel | 2021-10-14 | 1 | -32/+52 |
* | dbt_peripheral00: Add user-description descriptors to test DBGattServer | Sven Gothel | 2021-10-13 | 1 | -8/+8 |
* | dbt_peripheral: Add DEVICE_INFORMATION service and print dbGattServer->toFull... | Sven Gothel | 2021-10-12 | 1 | -5/+33 |