Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32593d74 authored by Johanna Ye's avatar Johanna Ye
Browse files

Fix long characteristic write concurrency bug.

Tag: #stability
Bug: 169559728
Test: manual on flame

Merged-In: Ib5a182ac28ebf8d7e2abe4a7e0e98b29f6fed290
Change-Id: I45c450d2de3251da1a595cc134e7e1e4bfd2a66a
parent 1a8d83df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ interface IBluetoothGatt {
    void readCharacteristic(in int clientIf, in String address, in int handle, in int authReq);
    void readUsingCharacteristicUuid(in int clientIf, in String address, in ParcelUuid uuid,
                           in int startHandle, in int endHandle, in int authReq);
    void writeCharacteristic(in int clientIf, in String address, in int handle,
    int writeCharacteristic(in int clientIf, in String address, in int handle,
                            in int writeType, in int authReq, in byte[] value);
    void readDescriptor(in int clientIf, in String address, in int handle, in int authReq);
    void writeDescriptor(in int clientIf, in String address, in int handle,