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

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

Merge "Make BluetoothPbap implement BluetoothProfile (3/3)" am: eedb049c

am: b5de8f6e

Change-Id: I4dbc0ed7c1a6fc97eedafa5a637c53dac8f6d878
parents a3fa5809 b5de8f6e
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);
}