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

Commit 37671123 authored by SongFerng Wang's avatar SongFerng Wang Committed by Android (Google) Code Review
Browse files

Merge "[LE unicast] Using the pairDeviceByCsip API" into tm-qpr-dev

parents 6a8e193f 7087388a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -87,9 +87,7 @@ public final class BluetoothPairingRequest extends BroadcastReceiver {
                return;
            }

            if (mBluetoothManager.getCachedDeviceManager().shouldPairByCsip(device, groupId)) {
                device.createBond(BluetoothDevice.TRANSPORT_LE);
            }
            mBluetoothManager.getCachedDeviceManager().pairDeviceByCsip(device, groupId);
        }
    }
}