aboutsummaryrefslogtreecommitdiffstats
path: root/src/direct_bt/GATTService.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-1/+3
* GATT*::toString(): Encapsulate resulting string with '[]'; Examples: Use clea...Sven Gothel2020-09-201-4/+4
* GATT[Service,...] used a 'toSafeString()' due to unknown SIGSEGV at this time...Sven Gothel2020-09-201-2/+2
* Fix GATT* Object relationship incl weak back-reference (GATTHandler was skipp...Sven Gothel2020-09-191-3/+17
* C++ noexcept: GATT* Data TypesSven Gothel2020-09-151-2/+2
* C++ noexcept: uuid_t and its implementations; Make uuid_t::TypeSize and 'enum...Sven Gothel2020-09-141-2/+2
* GATT[Service,Characteristic,Descriptor]: Use new 'toSafeString()' for constru...Sven Gothel2020-07-261-2/+12
* Robustness: Distinguish between get<Type>Checked() and get<Type>Unchecked(): ...Sven Gothel2020-07-261-0/+8
* GATTService::toString() Don't list all characteristics, just the count; GATTD...Sven Gothel2020-05-301-11/+2
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-171-0/+58