Diff between 35e77c1c5fd9a124477a9b820ef37b9ea9244a63 and b03d59f8c600437c0e27221827e97e78e073b355

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 d97eb80..9234b46 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -5103,7 +5103,7 @@ static void att_handler(const uint8_t *ipdu, uint16_t len, gpointer user_data)
 		 * registered for this indication, event will be send in
 		 * handle_notification
 		 */
-		length = enc_confirmation(opdu, sizeof(opdu));
+		resp_length = enc_confirmation(opdu, sizeof(opdu));
 		status = 0;
 		break;
 	case ATT_OP_HANDLE_NOTIFY: