aboutsummaryrefslogtreecommitdiffstats
path: root/src/direct_bt/BTGattChar.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy fixes part-3 / 4, adding Check `performance-*`Sven Gothel2022-11-281-1/+1
* clang-tidy fixes part-1Sven Gothel2022-11-271-4/+3
* JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat...Sven Gothel2022-05-101-76/+18
* noexcept: BTGattChar + BTGattDescSven Gothel2022-04-231-38/+52
* Cleanup Gatt numbers: Merge GattTypes.hpp into GattNumbers.hpp, remove redund...Sven Gothel2022-04-111-0/+1
* BTGattChar::toString(): Place 'value' at the end, descriptor string is not pa...Sven Gothel2021-11-091-2/+3
* Move BTGattChar::PropertyBitVal to_string() out of class and add free standin...Sven Gothel2021-10-141-19/+6
* [BT|DB]GattChar::toString(): Add UTF8 user-description if availableSven Gothel2021-10-131-3/+16
* BTGattChar::getPropertyBitValStr(): Shorten WriteNoAck; WriteWithAck: Add '-ack'Sven Gothel2021-10-131-2/+2
* BTGattService: Clarify fields; BTGatt*::toString(): Add type prefixSven Gothel2021-10-031-4/+4
* BTGattChar: Remove redundant service_handle (reference to service is held), c...Sven Gothel2021-10-021-25/+24
* Fix BTGattChar::removeCharListener(..): Polymorph BTGattCharListener derivati...Sven Gothel2021-09-291-2/+44
* Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI...Sven Gothel2021-09-241-5/+13
* Add BTGattChar::findGattDesc() (C++ and Java) - Aligned find* methods across ...Sven Gothel2021-09-181-0/+11
* API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...v2.2.13Sven Gothel2021-08-281-13/+39
* Fix warning (=error) clang 11.0.1: Different comparison types: Must explicitl...Sven Gothel2021-07-281-10/+10
* API String Conversion Simplification: get.*String() -> direct_bt::to_string()...Sven Gothel2021-02-101-9/+9
* C++ direct_bt files: Cleanup includes, order and type mixed-up during refacto...Sven Gothel2021-02-021-3/+3
* Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...Sven Gothel2021-01-251-0/+308