update nuk ble lib

This commit is contained in:
technyon
2023-01-10 17:32:08 +01:00
parent 2954f800de
commit 7b3e15832a
13 changed files with 49 additions and 14 deletions

View File

@@ -73,8 +73,8 @@ public:
bool subscribe(bool notifications = true,
notify_callback notifyCallback = nullptr,
bool response = true);
bool unsubscribe(bool response = true);
bool response = false);
bool unsubscribe(bool response = false);
bool registerForNotify(notify_callback notifyCallback,
bool notifications = true,
bool response = true)