Searched defs: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;
65 mBondStateMachine.bondStateChangeCallback(status, address, newState);
H A DAdapterService.java132 private BondStateMachine mBondStateMachine; field in class:AdapterService
293 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices);
295 mJniCallbacks.init(mBondStateMachine,mRemoteDevices);
354 if (mBondStateMachine != null) {
355 mBondStateMachine.doQuit();
356 mBondStateMachine.cleanup();
1062 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND);
1064 mBondStateMachine.sendMessage(msg);
1209 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND);
1211 mBondStateMachine
[all...]

Completed in 315 milliseconds