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

  /frameworks/base/core/java/android/server/
BluetoothService.java 360 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
621 setBondState(address, BluetoothDevice.BOND_BONDED);
633 setBondState(address, BluetoothDevice.BOND_NONE, result);
656 setBondState(address, BluetoothDevice.BOND_NONE, result);
666 setBondState(address,
725 public synchronized void setBondState(String address, int state) {
726 setBondState(address, state, 0);
730 public synchronized void setBondState(String address, int state, int reason) {
758 Log.w(TAG, "setBondState() called to unbond device, but reason code is " +
    [all...]
BluetoothEventLoop.java 91 mBluetoothService.setBondState(address,
214 mBluetoothService.setBondState(address.toUpperCase(), BluetoothDevice.BOND_NONE,
347 mBluetoothService.setBondState(address, BluetoothDevice.BOND_BONDED);
350 mBluetoothService.setBondState(address, BluetoothDevice.BOND_NONE);
381 mBluetoothService.setBondState(address, BluetoothDevice.BOND_BONDING);

Completed in 15 milliseconds