Searched defs:startPairing (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothDevicePairer.java76 * that you want to connect to, call {@link #startPairing(BluetoothDevice)}
129 * Time between when the call to {@link #startPairing(BluetoothDevice)} is
262 * {@link #startPairing(BluetoothDevice)}. This instance
399 public void startPairing(BluetoothDevice device) { method in class:BluetoothDevicePairer
400 startPairing(device, true);
441 private void startPairing(BluetoothDevice device, boolean isManual) { method in class:BluetoothDevicePairer
506 startPairing(mTarget, false);

Completed in 6400 milliseconds