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

Commit aff4267c authored by SongFerng Wang's avatar SongFerng Wang Committed by Automerger Merge Worker
Browse files

Merge "[LE broadcase sink] The LE device's isGroupOp is true" into tm-dev am:...

Merge "[LE broadcase sink] The LE device's isGroupOp is true" into tm-dev am: 8492dbb0 am: 9f67e132

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/18349647



Change-Id: Ic4200d80dd4448d7447b1b80978b81b7f1ee0a8e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d984323d 9f67e132
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ public class BluetoothFindBroadcastsHeaderController extends BluetoothDetailsCon
    private void launchQrCodeScanner() {
        final Intent intent = new Intent(mContext, QrCodeScanModeActivity.class);
        intent.setAction(BluetoothBroadcastUtils.ACTION_BLUETOOTH_LE_AUDIO_QR_CODE_SCANNER)
                .putExtra(BluetoothBroadcastUtils.EXTRA_BLUETOOTH_SINK_IS_GROUP, false)
                .putExtra(BluetoothBroadcastUtils.EXTRA_BLUETOOTH_SINK_IS_GROUP, true)
                .putExtra(BluetoothBroadcastUtils.EXTRA_BLUETOOTH_DEVICE_SINK,
                        mCachedDevice.getDevice());
        mContext.startActivity(intent);