summaryrefslogtreecommitdiffstats
path: root/api/direct_bt/BTGattChar.hpp
Commit message (Expand)AuthorAgeFilesLines
* JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat...Sven Gothel2022-05-101-118/+32
* Use typedef of shared_pre<T> 'TRef' and pass `const shared_pre<T>&` where pos...Sven Gothel2022-05-091-0/+1
* noexcept: BTGattChar + BTGattDescSven Gothel2022-04-231-31/+13
* Align C++ -> Java BTGattChar::get[ClientCharConfig,UserDescription]() and add...Sven Gothel2022-04-111-0/+12
* Cleanup Gatt numbers: Merge GattTypes.hpp into GattNumbers.hpp, remove redund...Sven Gothel2022-04-111-1/+1
* BTAdapter/BTGattChar: API doc typo fix and removal of unused/unimpl declarationSven Gothel2022-02-021-1/+0
* Move BTGattChar::PropertyBitVal to_string() out of class and add free standin...Sven Gothel2021-10-141-8/+18
* [BT|DB]GattChar::getUserDescription() and userDescriptionIndex added (from de...Sven Gothel2021-10-131-0/+11
* BTGattDesc: Have TYPE_* static const be of versatile std::shared_ptr<jau::uui...Sven Gothel2021-10-131-1/+1
* Refine API doc of BTGatt[Service|Char|Desc]; BTDevice: Use typedef'ed BTGatt*RefSven Gothel2021-10-101-6/+6
* BTGattChar: Remove redundant service_handle (reference to service is held), c...Sven Gothel2021-10-021-10/+2
* API-Doc: Fix link to jau::getCurrentMilliseconds() for notification/indicatio...Sven Gothel2021-09-301-4/+4
* Notification/Indication timestamp clarification: 'monotonic timestamp at rece...Sven Gothel2021-09-301-4/+4
* Fix BTGattChar::removeCharListener(..): Polymorph BTGattCharListener derivati...Sven Gothel2021-09-291-0/+16
* Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI...Sven Gothel2021-09-241-41/+83
* Add BTGattChar::findGattDesc() (C++ and Java) - Aligned find* methods across ...Sven Gothel2021-09-181-0/+8
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for gene...Sven Gothel2021-09-181-11/+11
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-311-8/+9
* API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13Sven Gothel2021-08-281-63/+96
* API String Conversion Simplification: get.*String() -> direct_bt::to_string()...Sven Gothel2021-02-101-5/+0
* C++: Replace {@code lala} with `lala` as it confuses Doxygen preprocessor par...Sven Gothel2021-02-051-6/+6
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-251-0/+482