Searched refs:setPairingConfirmation (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl62 boolean setPairingConfirmation(in String address, boolean confirm);
H A DBluetoothDevice.java612 public boolean setPairingConfirmation(boolean confirm) { method in class:BluetoothDevice
614 return sService.setPairingConfirmation(mAddress, confirm);
/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java92 mBluetoothService.setPairingConfirmation(address, true);
H A DBluetoothService.java1508 public synchronized boolean setPairingConfirmation(String address, boolean confirm) { method in class:BluetoothService

Completed in 2407 milliseconds