We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8b9ee commit d638210Copy full SHA for d638210
src/local/BLELocalCharacteristic.h
@@ -76,7 +76,7 @@ class BLELocalCharacteristic : public BLEAttribute {
76
uint8_t _properties;
77
int _valueSize;
78
uint8_t* _value;
79
- uint8_t _valueLength;
+ uint16_t _valueLength;
80
bool _fixedLength;
81
82
uint16_t _handle;
0 commit comments