Diff between f821ae9d947e6515740f8a03b25291f36b925e86 and a343faff429a7aed93fe42c934c9137ab89d84ed
Changed Files
| File | Additions | Deletions | Status |
| android/hal-msg.h | +1 | -1 | modified |
Full Patch
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 5e69a50..f7dc613 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -781,7 +781,7 @@ struct hal_cmd_gatt_server_send_response {
int32_t conn_id;
int32_t trans_id;
int32_t status;
- uint8_t len;
+ uint16_t len;
uint8_t data[0];
} __attribute__((packed));