aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binder/android/bluetooth/IBluetoothMapClient.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/binder/android/bluetooth/IBluetoothMapClient.aidl b/binder/android/bluetooth/IBluetoothMapClient.aidl
index 3da40d3e2..dec2d4285 100644
--- a/binder/android/bluetooth/IBluetoothMapClient.aidl
+++ b/binder/android/bluetooth/IBluetoothMapClient.aidl
@@ -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);
}