Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GATT*::toString(): Encapsulate resulting string with '[]'; Examples: Use clea... | Sven Gothel | 2020-09-20 | 1 | -4/+4 |
* | GATT[Service,...] used a 'toSafeString()' due to unknown SIGSEGV at this time... | Sven Gothel | 2020-09-20 | 1 | -2/+2 |
* | Fix GATT* Object relationship incl weak back-reference (GATTHandler was skipp... | Sven Gothel | 2020-09-19 | 1 | -3/+17 |
* | C++ noexcept: GATT* Data Types | Sven Gothel | 2020-09-15 | 1 | -2/+2 |
* | C++ noexcept: uuid_t and its implementations; Make uuid_t::TypeSize and 'enum... | Sven Gothel | 2020-09-14 | 1 | -2/+2 |
* | GATT[Service,Characteristic,Descriptor]: Use new 'toSafeString()' for constru... | Sven Gothel | 2020-07-26 | 1 | -2/+12 |
* | Robustness: Distinguish between get<Type>Checked() and get<Type>Unchecked(): ... | Sven Gothel | 2020-07-26 | 1 | -0/+8 |
* | GATTService::toString() Don't list all characteristics, just the count; GATTD... | Sven Gothel | 2020-05-30 | 1 | -11/+2 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -0/+58 |