aboutsummaryrefslogtreecommitdiffstats
path: root/api/direct_bt/GATTDescriptor.hpp
Commit message (Expand)AuthorAgeFilesLines
* Replace std::vector w/ jau::darray and jau::cow_vector with jau::cow_darray (...Sven Gothel2021-01-111-1/+0
* smart_ptr-1: Handle AttPDUMsg instances via std::unique_ptr instead of std::s...Sven Gothel2020-12-131-6/+3
* Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...Sven Gothel2020-10-201-3/+3
* GATT[Service,...] used a 'toSafeString()' due to unknown SIGSEGV at this time...Sven Gothel2020-09-201-9/+1
* POctets: Add default ctor POctets() with intentional zero sized data and use ...Sven Gothel2020-09-191-1/+2
* Fix GATT* Object relationship incl weak back-reference (GATTHandler was skipp...Sven Gothel2020-09-191-0/+1
* C++ noexcept: GATT* Data TypesSven Gothel2020-09-151-11/+11
* GATT[Service,Characteristic,Descriptor]: Use new 'toSafeString()' for constru...Sven Gothel2020-07-261-3/+11
* Robustness: Distinguish between get<Type>Checked() and get<Type>Unchecked(): ...Sven Gothel2020-07-261-3/+3
* Have GATT[Service,Characteristic,Descriptor] derived from DBTObject for valid...Sven Gothel2020-07-261-2/+2
* Resolve circular references (p2): Java DBTDevice, GATTHandler, GATTService, p...Sven Gothel2020-06-291-1/+1
* Resolve circular references (p1): C++ GATTHandler, GATTService, pp are not ow...Sven Gothel2020-06-291-5/+8
* API doc: Properly mark the sub-namespace module -> BT spec sectionsSven Gothel2020-05-181-0/+4
* Fix general Doxygen DocumentationSven Gothel2020-05-181-5/+2
* Working GATT Java Side; GATT Types made fully functional for user to avoid 't...Sven Gothel2020-05-171-0/+185