| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace std::vector w/ jau::darray and jau::cow_vector with jau::cow_darray (... | Sven Gothel | 2021-01-11 | 1 | -1/+0 |
* | smart_ptr-1: Handle AttPDUMsg instances via std::unique_ptr instead of std::s... | Sven Gothel | 2020-12-13 | 1 | -6/+3 |
* | Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ... | Sven Gothel | 2020-10-20 | 1 | -3/+3 |
* | GATT[Service,...] used a 'toSafeString()' due to unknown SIGSEGV at this time... | Sven Gothel | 2020-09-20 | 1 | -9/+1 |
* | POctets: Add default ctor POctets() with intentional zero sized data and use ... | Sven Gothel | 2020-09-19 | 1 | -1/+2 |
* | Fix GATT* Object relationship incl weak back-reference (GATTHandler was skipp... | Sven Gothel | 2020-09-19 | 1 | -0/+1 |
* | C++ noexcept: GATT* Data Types | Sven Gothel | 2020-09-15 | 1 | -11/+11 |
* | GATT[Service,Characteristic,Descriptor]: Use new 'toSafeString()' for constru... | Sven Gothel | 2020-07-26 | 1 | -3/+11 |
* | Robustness: Distinguish between get<Type>Checked() and get<Type>Unchecked(): ... | Sven Gothel | 2020-07-26 | 1 | -3/+3 |
* | Have GATT[Service,Characteristic,Descriptor] derived from DBTObject for valid... | Sven Gothel | 2020-07-26 | 1 | -2/+2 |
* | Resolve circular references (p2): Java DBTDevice, GATTHandler, GATTService, p... | Sven Gothel | 2020-06-29 | 1 | -1/+1 |
* | Resolve circular references (p1): C++ GATTHandler, GATTService, pp are not ow... | Sven Gothel | 2020-06-29 | 1 | -5/+8 |
* | API doc: Properly mark the sub-namespace module -> BT spec sections | Sven Gothel | 2020-05-18 | 1 | -0/+4 |
* | Fix general Doxygen Documentation | Sven Gothel | 2020-05-18 | 1 | -5/+2 |
* | Working GATT Java Side; GATT Types made fully functional for user to avoid 't... | Sven Gothel | 2020-05-17 | 1 | -0/+185 |