8000 update BLECharacteristic.h to include `getData` call · CLPopescu-1999-02/esp32-snippets@5ce0c50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ce0c50

Browse files
authored
update BLECharacteristic.h to include getData call
1 parent 2b7d590 commit 5ce0c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp_utils/BLECharacteristic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class BLECharacteristic {
6565
//size_t getLength();
6666
BLEUUID getUUID();
6767
std::string getValue();
68+
uint8_t* getData();
6869

6970
void indicate();
7071
void notify();

0 commit comments

Comments
 (0)
0