Diff between 477d9c540b45be9f75293ff6f812c0cc18762e18 and 5a8fd0395a2e2ef33f885eeee385853708169226
Changed Files
| File | Additions | Deletions | Status |
| android/gatt.c | +1 | -1 | modified |
Full Patch
diff --git a/android/gatt.c b/android/gatt.c
index 8726b0f..5169468 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -5451,7 +5451,7 @@ static void handle_server_send_indication(const void *buf, uint16_t len)
status = HAL_STATUS_FAILED;
} else {
g_attrib_send(conn->device->attrib, 0, pdu, length,
- confirmation_cb, NULL, NULL);
+ confirmation_cb, NULL, NULL);
status = HAL_STATUS_SUCCESS;
}