Searched refs:mBondStateMachine (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DJniCallbacks.java24 private BondStateMachine mBondStateMachine; field in class:JniCallbacks
33 mBondStateMachine = bondStateMachine;
40 mBondStateMachine = null;
49 mBondStateMachine.sspRequestCallback(address, name, cod, pairingVariant, passkey);
61 mBondStateMachine.pinRequestCallback(address, name, cod, min16Digits);
65 mBondStateMachine.bondStateChangeCallback(status, address, newState);
H A DAdapterService.java159 private BondStateMachine mBondStateMachine; field in class:AdapterService
502 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices);
504 mJniCallbacks.init(mBondStateMachine, mRemoteDevices);
655 if (mBondStateMachine != null) {
656 mBondStateMachine.doQuit();
1790 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND);
1799 mBondStateMachine.sendMessage(msg);
1840 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND);
1842 mBondStateMachine.sendMessage(msg);

Completed in 676 milliseconds