Searched refs:setPairingConfirmation (Results 1 – 5 of 5) sorted by relevance
855 public boolean setPairingConfirmation(boolean confirm) { in setPairingConfirmation() method in BluetoothDevice857 return sService.setPairingConfirmation(mAddress, confirm); in setPairingConfirmation()
80 boolean setPairingConfirmation(in String address, boolean confirm); in setPairingConfirmation() method
81 mBluetoothService.setPairingConfirmation(address, true);
1422 public synchronized boolean setPairingConfirmation(String address, boolean confirm) { in setPairingConfirmation() method in BluetoothService
179 mDevice.setPairingConfirmation(true); in onReceive()