index
:
direct_bt.git
alt_sendevent
bredr_2
connector_b_1.5
cor_locking
cow_locking
issue_308
issue_318
le_secure_connections
master
os_and_arch
simple_mutex0
simple_mutex2
tinyb
tinyb-2-clean
tinyb-master
Direct Bluetooth LE and BREDR programming, high-performance & reliable.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
direct_bt
/
BTGattChar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat...
Sven Gothel
2022-05-10
1
-76
/
+18
*
noexcept: BTGattChar + BTGattDesc
Sven Gothel
2022-04-23
1
-38
/
+52
*
Cleanup Gatt numbers: Merge GattTypes.hpp into GattNumbers.hpp, remove redund...
Sven Gothel
2022-04-11
1
-0
/
+1
*
BTGattChar::toString(): Place 'value' at the end, descriptor string is not pa...
Sven Gothel
2021-11-09
1
-2
/
+3
*
Move BTGattChar::PropertyBitVal to_string() out of class and add free standin...
Sven Gothel
2021-10-14
1
-19
/
+6
*
[BT|DB]GattChar::toString(): Add UTF8 user-description if available
Sven Gothel
2021-10-13
1
-3
/
+16
*
BTGattChar::getPropertyBitValStr(): Shorten WriteNoAck; WriteWithAck: Add '-ack'
Sven Gothel
2021-10-13
1
-2
/
+2
*
BTGattService: Clarify fields; BTGatt*::toString(): Add type prefix
Sven Gothel
2021-10-03
1
-4
/
+4
*
BTGattChar: Remove redundant service_handle (reference to service is held), c...
Sven Gothel
2021-10-02
1
-25
/
+24
*
Fix BTGattChar::removeCharListener(..): Polymorph BTGattCharListener derivati...
Sven Gothel
2021-09-29
1
-2
/
+44
*
Add BTGattChar::removeCharListener() and add convenience BTGattChar::disableI...
Sven Gothel
2021-09-24
1
-5
/
+13
*
Add BTGattChar::findGattDesc() (C++ and Java) - Aligned find* methods across ...
Sven Gothel
2021-09-18
1
-0
/
+11
*
API Change C++/Java: BTGattChar::addCharListener(..): Use naive BTGattChar::L...
v2.2.13
Sven Gothel
2021-08-28
1
-13
/
+39
*
Fix warning (=error) clang 11.0.1: Different comparison types: Must explicitl...
Sven Gothel
2021-07-28
1
-10
/
+10
*
API String Conversion Simplification: get.*String() -> direct_bt::to_string()...
Sven Gothel
2021-02-10
1
-9
/
+9
*
C++ direct_bt files: Cleanup includes, order and type mixed-up during refacto...
Sven Gothel
2021-02-02
1
-3
/
+3
*
Java: New API Layout: Shorten named [Bluetooth -> BT], [Characteristic -> Cha...
Sven Gothel
2021-01-25
1
-0
/
+308