Searched defs:mBondState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothService.java102 private final BluetoothBondState mBondState; // local cache of bondings field in class:BluetoothService
221 mBondState = new BluetoothBondState(context, this);
406 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDING)) {
407 mBondState.setBondState(address, BluetoothDevice.BOND_NONE,
412 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDED)) {
524 int attempt = mBondState.getAttempt(address);
531 mBondState.attempt(address);
535 if (attempt > 0) mBondState.clearPinAttempts(address);
611 mBondState.initBondState();
636 if (!mBondState
[all...]

Completed in 42 milliseconds