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/
BluetoothEventLoop.java 107 mBluetoothService.getBondState().setBondState(address,
213 mBluetoothService.getBondState().setBondState(address, BluetoothDevice.BOND_BONDED);
225 mBluetoothService.getBondState().setBondState(address,
245 mBluetoothService.getBondState().setBondState(address,
256 mBluetoothService.getBondState().setBondState(address,
278 mBluetoothService.getBondState().setBondState(address.toUpperCase(),
407 mBluetoothService.getBondState().setBondState(address, BluetoothDevice.BOND_BONDED);
409 mBluetoothService.getBondState().setBondState(address,
441 mBluetoothService.getBondState().setBondState(address, BluetoothDevice.BOND_BONDING);
BluetoothService.java 335 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
632 public synchronized void setBondState(String address, int state) {
633 setBondState(address, state, 0);
637 public synchronized void setBondState(String address, int state, int reason) {
659 Log.w(TAG, "setBondState() called to unbond device, but reason code is " +
    [all...]

Completed in 16 milliseconds