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;
50 mBondStateMachine.sspRequestCallback(address, name, cod, pairingVariant,
62 mBondStateMachine.pinRequestCallback(address, name, cod);
66 mBondStateMachine.bondStateChangeCallback(status, address, newState);
H A DAdapterService.java165 private BondStateMachine mBondStateMachine; field in class:AdapterService
391 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices);
393 mJniCallbacks.init(mBondStateMachine,mRemoteDevices);
467 if (mBondStateMachine != null) {
468 mBondStateMachine.doQuit();
469 mBondStateMachine.cleanup();
1311 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND);
1314 mBondStateMachine.sendMessage(msg);
1461 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND);
1463 mBondStateMachine
[all...]

Completed in 113 milliseconds