forked from espressif/arduino-esp32
Added function to retrieve the amount of data received from an BLECharacteristic (#5339)
This commit is contained in:
@ -62,6 +62,7 @@ public:
|
||||
BLEUUID getUUID();
|
||||
std::string getValue();
|
||||
uint8_t* getData();
|
||||
uint8_t getLength();
|
||||
|
||||
void indicate();
|
||||
void notify(bool is_notification = true);
|
||||
|
Reference in New Issue
Block a user