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

Commit eedb049c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 4fc9d997 b983e01c
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);
}