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

/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl72 boolean setPairingConfirmation(in BluetoothDevice device, boolean accept);
H A DBluetoothDevice.java928 public boolean setPairingConfirmation(boolean confirm) { method in class:BluetoothDevice
934 return sService.setPairingConfirmation(this, confirm);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java179 mDevice.setPairingConfirmation(true);

Completed in 120 milliseconds