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