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

Commit 69cabf55 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "MCE: Set message read status or deleted status"

parents 2d5df164 a96650ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -38,4 +38,6 @@ interface IBluetoothMapClient {
        in PendingIntent sentIntent, in PendingIntent deliveryIntent);
        in PendingIntent sentIntent, in PendingIntent deliveryIntent);
    boolean getUnreadMessages(in BluetoothDevice device);
    boolean getUnreadMessages(in BluetoothDevice device);
    int getSupportedFeatures(in BluetoothDevice device);
    int getSupportedFeatures(in BluetoothDevice device);
    boolean setMessageStatus(in BluetoothDevice device, in String handle,
        in int status);
}
}