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

Commit a96650ef authored by Fei Zheng's avatar Fei Zheng
Browse files

MCE: Set message read status or deleted status

Bug: 146314855
Test: Manual test to set message status with phone

Change-Id: I4fdf4e8d1a5ebf253582b52761338d2e51c30f97
parent 0083002b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,4 +38,6 @@ interface IBluetoothMapClient {
        in PendingIntent sentIntent, in PendingIntent deliveryIntent);
    boolean getUnreadMessages(in BluetoothDevice device);
    int getSupportedFeatures(in BluetoothDevice device);
    boolean setMessageStatus(in BluetoothDevice device, in String handle,
        in int status);
}