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

Commit b5de8f6e authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Merge "Make BluetoothPbap implement BluetoothProfile (3/3)"

am: eedb049c

Change-Id: I3e129b74d7cb224754d35e0be01c1f73be361ea4
parents 5aaa8a53 eedb049c
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -24,9 +24,8 @@ import android.bluetooth.BluetoothDevice;
 * {@hide}
 */
interface IBluetoothPbap {
    int getState();
    BluetoothDevice getClient();
    boolean connect(in BluetoothDevice device);
    void disconnect();
    boolean isConnected(in BluetoothDevice device);
    List<BluetoothDevice> getConnectedDevices();
    List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
    int getConnectionState(in BluetoothDevice device);
    void disconnect(in BluetoothDevice device);
}