Loading src/com/android/settings/bluetooth/BluetoothPairingRequest.java +1 −3 Original line number Diff line number Diff line Loading @@ -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); } } } Loading
src/com/android/settings/bluetooth/BluetoothPairingRequest.java +1 −3 Original line number Diff line number Diff line Loading @@ -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); } } }