Diff between c2cbfe92abe1a27229aadda1598b9c86e7fe4565 and 721d0c8349d2d762914ddea150d2fb7f24228cee
Changed Files
| File | Additions | Deletions | Status |
| android/gatt.c | +2 | -0 | modified |
Full Patch
diff --git a/android/gatt.c b/android/gatt.c
index b8264d5..e425d61 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -3467,6 +3467,8 @@ static uint8_t handle_test_command_read(bdaddr_t *bdaddr, bt_uuid_t *uuid,
length = enc_read_by_type_req(u2, u3, uuid, pdu, mtu);
break;
case ATT_OP_READ_BLOB_REQ:
+ length = enc_read_blob_req(u2, u3, pdu, mtu);
+ break;
case ATT_OP_READ_BY_GROUP_REQ:
case ATT_OP_READ_MULTI_REQ:
default: