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

Commit 027a9244 authored by hughchen's avatar hughchen Committed by android-build-merger
Browse files

Merge "Update Bluetooth api"

am: ff44a781

Change-Id: Id8301ae1027dfcd5512d2a1ad8c59fd2886abc81
parents 93df3c5a ff44a781
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