summaryrefslogtreecommitdiffstats
path: root/src/direct_bt/GATTNumbers.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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