| Commit message (Expand) | Author | Age | Files | Lines |
* | DBGattServer.hpp: Add and use DBGattServer, a complete list of Gatt Service o... | Sven Gothel | 2021-10-10 | 1 | -2/+10 |
* | BTAdapter::startAdvertising(): Adjust for BT5 bigger adv param size (even if ... | Sven Gothel | 2021-10-07 | 1 | -0/+5 |
* | BTAdapter/Device: Simplify set[DefaultConnected]LE_PHY(..): Remove bool args ... | Sven Gothel | 2021-10-05 | 1 | -6/+3 |
* | BTAdapter: Only power-off at close() IF BTAdapter::initialize() has actually ... | Sven Gothel | 2021-10-01 | 1 | -7/+12 |
* | SMP SC (non-legacy): Add full Link Key (LK) support (SMP, SMPKeyBin, ..); Res... | Sven Gothel | 2021-09-28 | 1 | -0/+1 |
* | Resove BTAdapter::checkDiscoveryState() failure @ close() | Sven Gothel | 2021-09-27 | 1 | -1/+5 |
* | BTAdapter::updateAdapterSettings(): Shall only call poweredOff(..) off-thread... | Sven Gothel | 2021-09-27 | 1 | -1/+1 |
* | BTAdapter::poweredOff: Fix passiv behavior, no ERR_PRINT (only if !isValid())... | Sven Gothel | 2021-09-25 | 1 | -2/+3 |
* | HCIHandler/BTAdapter/BTDevice: Add le_set[_default]_phy(..) / set[Connected|D... | Sven Gothel | 2021-09-24 | 1 | -0/+20 |
* | BTAdapter::initialize() validates power-on state and fails if not successful,... | Sven Gothel | 2021-09-21 | 1 | -8/+10 |
* | Bump README; Link BTAdapter::isInitialize() in API-doc | Sven Gothel | 2021-09-18 | 1 | -0/+5 |
* | Add BTAdapter::isInitialized(): Allow to avoid re-initialization of an adapter. | Sven Gothel | 2021-09-18 | 1 | -0/+7 |
* | BTAdapter: Only listen to HCI + Mgmt when initialize(..) is being called: Sup... | Sven Gothel | 2021-09-16 | 1 | -1/+1 |
* | Refine BTRole and add GATTRole, throughout BTAdapter, BTDevice (C++/Java) and... | Sven Gothel | 2021-09-16 | 1 | -27/+46 |
* | Introduce BTRole: Bluetooth device roles from the perspective of the link lay... | Sven Gothel | 2021-09-15 | 1 | -1/+16 |
* | BTAdapter/HCIHandler Refine advertising/discovery state validation | Sven Gothel | 2021-09-15 | 1 | -5/+13 |
* | Add advertising support (start with set-data and -params, stop) via HCIHandler | Sven Gothel | 2021-09-15 | 1 | -3/+73 |
* | BTAdapter: Resolve name and short_name, both readable via get<Name>() and set... | Sven Gothel | 2021-09-15 | 1 | -14/+17 |
* | Multi Direct-BT application, each using 1 adapter: Have user explicitly initi... | Sven Gothel | 2021-09-15 | 1 | -1/+36 |
* | Add support for Bluetooth 5.0 Adapter (using HCI extended scanning and connec... | Sven Gothel | 2021-08-30 | 1 | -0/+18 |
* | Passthrough all paramter BTAdapter::startDiscovery(..) -> HCIHandler::le_set_... | Sven Gothel | 2021-07-28 | 1 | -3/+6 |
* | Add BTAdapter::[getV|v]isibleAddressAndType[()] and BTAdapter::get[Address->A... | Sven Gothel | 2021-07-28 | 1 | -1/+27 |
* | BTAdapter: Remove duplicate friend declaration | Sven Gothel | 2021-07-27 | 1 | -1/+0 |
* | BTAdapter/BTDevice: Debug output: Rename [DBT -> BT][Adapter|Device]; Default... | Sven Gothel | 2021-02-14 | 1 | -1/+1 |
* | AdapterStatusListener (C++): Have a NOP default implementation for all method... | Sven Gothel | 2021-02-14 | 1 | -8/+46 |
* | Completing BTDevice/AdapterStatusListener lifecycle handling: Fix leaked Adap... | Sven Gothel | 2021-02-14 | 1 | -5/+45 |
* | API String Conversion Simplification: get.*String() -> direct_bt::to_string()... | Sven Gothel | 2021-02-10 | 1 | -1/+0 |
* | C++: Replace {@code lala} with `lala` as it confuses Doxygen preprocessor par... | Sven Gothel | 2021-02-05 | 1 | -8/+8 |
* | BTDevice.cpp connect*() methods are all noexcept, since all invoked methods a... | Sven Gothel | 2021-01-30 | 1 | -2/+2 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 1 | -0/+680 |