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

  /frameworks/base/core/java/android/server/
BluetoothBondState.java 130 public synchronized void setBondState(String address, int state) {
131 setBondState(address, state, 0);
135 public synchronized void setBondState(String address, int state, int reason) {
136 if (DBG) Log.d(TAG, "setBondState " + "address" + " " + state + "reason: " + reason);
178 Log.w(TAG, "setBondState() called to unbond device, but reason code is " +
BluetoothService.java 410 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
697 setBondState(address, BluetoothDevice.BOND_BONDED);
709 setBondState(address, BluetoothDevice.BOND_NONE, result);
732 setBondState(address, BluetoothDevice.BOND_NONE, result);
742 setBondState(address,
    [all...]
BluetoothEventLoop.java 95 mBluetoothService.setBondState(address,
293 mBluetoothService.setBondState(address.toUpperCase(), BluetoothDevice.BOND_NONE,
463 mBluetoothService.setBondState(address, BluetoothDevice.BOND_BONDED);
466 mBluetoothService.setBondState(address, BluetoothDevice.BOND_NONE);
555 mBluetoothService.setBondState(address, BluetoothDevice.BOND_BONDING);
    [all...]

Completed in 177 milliseconds