30 void NotifyCallback(NimBLERemoteCharacteristic *pBLERemoteCharacteristic, uint8_t *pData,
size_t length,
bool isNotify);
36 void parseErrorMessage(uint8_t *pData,
size_t length);
37 void parsePortAction(uint8_t *pData,
size_t length);
38 void parsePortMessage(uint8_t *pData);
40 void setLedHSVColor(
int hue,
double saturation,
double value);
41 void setLedRGBColor(
char red,
char green,
char blue);
42 void writeValue(
byte command[],
int size);
void NotifyCallback(NimBLERemoteCharacteristic *pBLERemoteCharacteristic, uint8_t *pData, size_t length, bool isNotify)
Callback function for notifications of a specific characteristic.
Definition PUHub.cpp:123