Added function to retrieve the amount of data received from an BLECharacteristic (#5339)

This commit is contained in:
xBiohazardx
2021-07-17 01:03:44 +02:00
committed by GitHub
parent 16f4b0f5ba
commit 0aafa05e8f
2 changed files with 8 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public:
BLEUUID getUUID();
std::string getValue();
uint8_t* getData();
uint8_t getLength();
void indicate();
void notify(bool is_notification = true);