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

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDialog.java289 mDevice.setPairingConfirmation(true);
325 mDevice.setPairingConfirmation(true);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java835 public boolean setPairingConfirmation(BluetoothDevice device, boolean accept) { method in class:AdapterService.AdapterServiceBinder
837 Log.w(TAG,"setPairingConfirmation(): not allowed for non-active user");
843 return service.setPairingConfirmation(device, accept);
1298 boolean setPairingConfirmation(BluetoothDevice device, boolean accept) { method in class:AdapterService

Completed in 116 milliseconds