Merge "[LE unicast] Using the pairDeviceByCsip API" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3767112332
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user