From 2b8e4a4b4b86c34049c1dcdbb63a52165725f138 Mon Sep 17 00:00:00 2001 From: thegecko Date: Tue, 18 Feb 2025 13:24:27 +0000 Subject: [PATCH 1/7] v0.7.3 --- .gitmodules | 2 +- SimpleBLE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0c8ae299..dcab7984 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "SimpleBLE"] path = SimpleBLE - url = https://github.com/thegecko/SimpleBLE + url = https://github.com/SimpleBLE/SimpleBLE diff --git a/SimpleBLE b/SimpleBLE index 91fa5b08..b42d6ee9 160000 --- a/SimpleBLE +++ b/SimpleBLE @@ -1 +1 @@ -Subproject commit 91fa5b08ebb9f909e3c2bc5e66471868fded2a8b +Subproject commit b42d6ee9516ba8dc97f4de8dde2390e74aa697a2 From 9efd83f3c635766a5e2445e32b030777a9601cc7 Mon Sep 17 00:00:00 2001 From: thegecko Date: Tue, 18 Feb 2025 16:02:59 +0000 Subject: [PATCH 2/7] v0.8.1 --- lib/peripheral.cpp | 6 ++++-- lib/peripheral.h | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/peripheral.cpp b/lib/peripheral.cpp index 7ef1d69b..75842d7f 100644 --- a/lib/peripheral.cpp +++ b/lib/peripheral.cpp @@ -724,7 +724,8 @@ void Peripheral::onDisconnected(simpleble_peripheral_t, void *userdata) { peripheral->onDisconnectedFn.NonBlockingCall(callback); } -void Peripheral::onNotify(simpleble_uuid_t service, +void Peripheral::onNotify(simpleble_peripheral_t, + simpleble_uuid_t service, simpleble_uuid_t characteristic, const uint8_t *data, size_t data_length, void *userdata) { auto peripheral = reinterpret_cast(userdata); @@ -742,7 +743,8 @@ void Peripheral::onNotify(simpleble_uuid_t service, it->second.NonBlockingCall(callback); } -void Peripheral::onIndicate(simpleble_uuid_t service, +void Peripheral::onIndicate(simpleble_peripheral_t, + simpleble_uuid_t service, simpleble_uuid_t characteristic, const uint8_t *data, size_t data_length, void *userdata) { diff --git a/lib/peripheral.h b/lib/peripheral.h index 027730ba..213ac0a0 100644 --- a/lib/peripheral.h +++ b/lib/peripheral.h @@ -48,6 +48,6 @@ class Peripheral : public Napi::ObjectWrap { static void onConnected(simpleble_peripheral_t peripheral, void *userdata); static void onDisconnected(simpleble_peripheral_t peripheral, void *userdata); - static void onNotify(simpleble_uuid_t service, simpleble_uuid_t characteristic, const uint8_t* data, size_t data_length, void* userdata); - static void onIndicate(simpleble_uuid_t service, simpleble_uuid_t characteristic, const uint8_t* data, size_t data_length, void* userdata); + static void onNotify(simpleble_peripheral_t peripheral, simpleble_uuid_t service, simpleble_uuid_t characteristic, const uint8_t* data, size_t data_length, void* userdata); + static void onIndicate(simpleble_peripheral_t peripheral, simpleble_uuid_t service, simpleble_uuid_t characteristic, const uint8_t* data, size_t data_length, void* userdata); }; From 1877efe35fea1182362a0bc9c9bd99d892f67594 Mon Sep 17 00:00:00 2001 From: thegecko Date: Sat, 17 Jan 2026 12:05:16 +0000 Subject: [PATCH 3/7] v0.9.1 --- SimpleBLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleBLE b/SimpleBLE index b42d6ee9..c96ac8cf 160000 --- a/SimpleBLE +++ b/SimpleBLE @@ -1 +1 @@ -Subproject commit b42d6ee9516ba8dc97f4de8dde2390e74aa697a2 +Subproject commit c96ac8cf0e182a5f72819717167e94ffa26c6a72 From 85b2dd687f6d1fcefe1b963a6c0c4cc8df8cd238 Mon Sep 17 00:00:00 2001 From: thegecko Date: Sat, 17 Jan 2026 12:07:03 +0000 Subject: [PATCH 4/7] v0.10.1 --- SimpleBLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleBLE b/SimpleBLE index c96ac8cf..dae3f5ff 160000 --- a/SimpleBLE +++ b/SimpleBLE @@ -1 +1 @@ -Subproject commit c96ac8cf0e182a5f72819717167e94ffa26c6a72 +Subproject commit dae3f5ff54b75b4e7f63ed8cbe65929f699d772f From 50f2a044e4ef6a3a84ce8256cda17ddd59a26d86 Mon Sep 17 00:00:00 2001 From: thegecko Date: Sat, 17 Jan 2026 12:10:48 +0000 Subject: [PATCH 5/7] v0.10.2 --- SimpleBLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleBLE b/SimpleBLE index dae3f5ff..8c474bf5 160000 --- a/SimpleBLE +++ b/SimpleBLE @@ -1 +1 @@ -Subproject commit dae3f5ff54b75b4e7f63ed8cbe65929f699d772f +Subproject commit 8c474bf5357f053cf9dd5cc520ecb031b10c79b0 From 20c9bf87c5d6ceacd46142e749e9bf0ba41a30c2 Mon Sep 17 00:00:00 2001 From: thegecko Date: Sat, 17 Jan 2026 12:13:23 +0000 Subject: [PATCH 6/7] v0.10.3 --- SimpleBLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleBLE b/SimpleBLE index 8c474bf5..324c42a7 160000 --- a/SimpleBLE +++ b/SimpleBLE @@ -1 +1 @@ -Subproject commit 8c474bf5357f053cf9dd5cc520ecb031b10c79b0 +Subproject commit 324c42a77f8234ea46cbd5a5b418679de514ad7f From 67982ebd5c00b1835a9467411b82491e7fc88ab7 Mon Sep 17 00:00:00 2001 From: thegecko Date: Sat, 17 Jan 2026 12:17:18 +0000 Subject: [PATCH 7/7] v0.10.4 --- SimpleBLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleBLE b/SimpleBLE index 324c42a7..1cfd7ef7 160000 --- a/SimpleBLE +++ b/SimpleBLE @@ -1 +1 @@ -Subproject commit 324c42a77f8234ea46cbd5a5b418679de514ad7f +Subproject commit 1cfd7ef7304d7345d3d3486a820ec49a5f931178