Searched refs:startPairing (Results 1 – 3 of 3) sorted by relevance
399 public void startPairing(BluetoothDevice device) { in startPairing() method in BluetoothDevicePairer400 startPairing(device, true); in startPairing()441 private void startPairing(BluetoothDevice device, boolean isManual) { in startPairing() method in BluetoothDevicePairer506 startPairing(mTarget, false); in updatePairingState()
562 mBluetoothPairer.startPairing(target); in btDeviceClicked()
240 if (!mCachedDevice.startPairing()) { in pair()