Diff between 374d7a37da3bf2e7c90f432bbd0f1de0c4ec8656 and 054f3bcf0579da0037c3cedb53c89a484049f823
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 bc254c9..287746d 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -5708,7 +5708,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
*/
- resp_length = enc_confirmation(opdu, sizeof(opdu));
+ resp_length = enc_confirmation(opdu, length);
status = 0;
break;
case ATT_OP_HANDLE_NOTIFY: