add accessor for GattCharacteristic::_value
This commit is contained in:
parent
e41d5ce9cd
commit
a0bd121a73
1 changed files with 3 additions and 0 deletions
|
@ -348,6 +348,9 @@ public:
|
|||
uint16_t getMaxLength(void) const {
|
||||
return _lenMax;
|
||||
}
|
||||
uint8_t *getValuePtr(void) {
|
||||
return _value;
|
||||
}
|
||||
|
||||
private:
|
||||
UUID _uuid; /* Characteristic UUID */
|
||||
|
|
Loading…
Reference in a new issue