| Commit message (Expand) | Author | Age | Files | Lines |
* | jaulib: Bump and adopt to enum type name changes, added '_t' | Sven Göthel | 2024-05-12 | 1 | -1/+1 |
* | Cleanup/Fix: C++20, clang-16 + clang-tidy-16, gcc 12.2, latest jaulib, passin... | Sven Göthel | 2024-05-04 | 1 | -1/+1 |
* | Bump jaulib and adopt to jaulib byte_util API change (commit 147e17b0b41a123b... | Sven Göthel | 2024-03-02 | 1 | -2/+2 |
* | GATTNumbers: GATT_SERVICES ..: Use jau::make_darray<..>(..) to avoid copy-cto... | Sven Gothel | 2021-10-24 | 1 | -130/+162 |
* | Adopt to jaulib v0.4.9; Fixes BTSecurityRegistry::getStartOf(..) | Sven Gothel | 2021-10-05 | 1 | -5/+5 |
* | Silence g++ warnings via prelim nullptr and `pointer overflow` checks (redund... | Sven Gothel | 2021-09-19 | 1 | -1/+12 |
* | Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene... | Sven Gothel | 2021-09-18 | 1 | -7/+7 |
* | API String Conversion Simplification: get.*String() -> direct_bt::to_string()... | Sven Gothel | 2021-02-10 | 1 | -5/+5 |
* | Adapt to jau::bytesHexString(..)/<type>HexString(..): Removed leading0X argum... | Sven Gothel | 2021-02-06 | 1 | -4/+4 |
* | Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha... | Sven Gothel | 2021-01-25 | 1 | -1/+1 |
* | Replace std::vector w/ jau::darray and jau::cow_vector with jau::cow_darray (... | Sven Gothel | 2021-01-11 | 1 | -2/+2 |
* | smart_ptr-5: Use std::make_shared<T>(..) where possible, reducing two memory ... | Sven Gothel | 2020-12-14 | 1 | -3/+3 |
* | Small footprint compromise: Use jau::nsize_t and jau::snsize_t where appropriate | Sven Gothel | 2020-10-20 | 1 | -5/+5 |
* | Normalize: Use size_t where appropriate; timestamp is uint64_t | Sven Gothel | 2020-10-20 | 1 | -5/+5 |
* | Extract common C++ Support Library inclusive Java JNI Binding to sub-project ... | Sven Gothel | 2020-10-16 | 1 | -7/+7 |
* | GATTNumbers: Concluding review: API doc, better naming, have optional data an... | Sven Gothel | 2020-09-24 | 1 | -12/+35 |
* | C++ *Octet noexcept, add/use more [get|put]_*_nc(..) where applicable (pre-ch... | Sven Gothel | 2020-09-19 | 1 | -1/+1 |
* | C++ noexcept: GATT* Data Types | Sven Gothel | 2020-09-15 | 1 | -19/+19 |
* | Introduce HCITypes + HCIHandler: Providing C++ basics for full HCI support; M... | Sven Gothel | 2020-06-04 | 1 | -1/+1 |
* | Fixating certain enums -> 'enum class' (localizing enum scope avoiding duplic... | Sven Gothel | 2020-05-27 | 1 | -1/+2 |
* | Use AppearanceCat type in DBTDevice, EIR and GenericAccess | Sven Gothel | 2020-05-25 | 1 | -69/+1 |
* | Initial working Java binding for the direct_bt C++ module | Sven Gothel | 2020-04-20 | 1 | -1/+1 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 1 | -0/+507 |