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

Commit f0bcac52 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update Bluetooth api" am: ff44a781 am: 027a9244

Change-Id: I20311badde6c4335d407be7724d35bb7a6a95591
parents 72ad6275 027a9244
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -143,7 +143,8 @@ public class BluetoothDetailsProfilesControllerTest extends BluetoothDetailsCont
        @Override
        public int getPreferred(BluetoothDevice device) {
            return isPreferred(device) ?
                    BluetoothProfile.PRIORITY_ON : BluetoothProfile.PRIORITY_OFF;
                    BluetoothProfile.CONNECTION_POLICY_ALLOWED
                    : BluetoothProfile.CONNECTION_POLICY_FORBIDDEN;
        }

        @Override