HomeSort by relevance Sort by last modified time
    Searched defs:setPairingConfirmation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 833 public boolean setPairingConfirmation(BluetoothDevice device, boolean accept) {
835 Log.w(TAG,"setPairingConfirmation(): not allowed for non-active user");
841 return service.setPairingConfirmation(device, accept);
    [all...]

Completed in 120 milliseconds