Diff between fa9a8efb9e167e1372c24b8dab9ed461e5f5fe5d and c66ab18cd30285ce9b86a81a4bd1eb1d57ba8b6e
Changed Files
| File | Additions | Deletions | Status |
| android/client/if-gatt.c | +2 | -0 | modified |
Full Patch
diff --git a/android/client/if-gatt.c b/android/client/if-gatt.c
index 6a09012..5f0eb1c 100644
--- a/android/client/if-gatt.c
+++ b/android/client/if-gatt.c
@@ -928,7 +928,9 @@ static void unregister_client_p(int argc, const char **argv)
static void scan_p(int argc, const char **argv)
{
+#if ANDROID_VERSION < PLATFORM_VER(5, 0, 0)
int client_if;
+#endif
int start = 1;
RETURN_IF_NULL(if_gatt);