Diff between 05050e76d4126744a2b55be1daaa5044ca3f79e9 and b6931ace33dc89101b3a1ffc168361d574dddfbf
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 3bc2462..66d6224 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -3487,6 +3487,8 @@ static uint8_t test_read_write(bdaddr_t *bdaddr, bt_uuid_t *uuid, uint16_t op,
pdu, mtu);
break;
case ATT_OP_EXEC_WRITE_REQ:
+ length = enc_exec_write_req(u2, pdu, mtu);
+ break;
default:
error("gatt: Unknown operation type");