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

Commit 05c6206c authored by Rahul Sabnis's avatar Rahul Sabnis Committed by Android (Google) Code Review
Browse files

Merge "Update binder call for BluetoothDevice#setAlias to include the calling...

Merge "Update binder call for BluetoothDevice#setAlias to include the calling package name" into sc-dev
parents bac5c37d f625a512
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ interface IBluetooth
    int getRemoteType(in BluetoothDevice device);
    @UnsupportedAppUsage
    String getRemoteAlias(in BluetoothDevice device);
    boolean setRemoteAlias(in BluetoothDevice device, in String name);
    boolean setRemoteAlias(in BluetoothDevice device, in String name, in String callingPackage);
    int getRemoteClass(in BluetoothDevice device);
    ParcelUuid[] getRemoteUuids(in BluetoothDevice device);
    @UnsupportedAppUsage