update NimBLE to version 1.4.1

This commit is contained in:
technyon
2022-12-11 16:26:05 +01:00
parent 8bb673878d
commit 82bbd0b4cd
14 changed files with 51 additions and 16 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)