Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DJniCallbacks.java24 private BondStateMachine mBondStateMachine; field in JniCallbacks
33 mBondStateMachine = bondStateMachine; in init()
40 mBondStateMachine = null; in cleanup()
50 mBondStateMachine.sspRequestCallback(address, name, cod, pairingVariant, in sspRequestCallback()
62 mBondStateMachine.pinRequestCallback(address, name, cod, min16Digits); in pinRequestCallback()
66 mBondStateMachine.bondStateChangeCallback(status, address, newState); in bondStateChangeCallback()
DAdapterService.java184 private BondStateMachine mBondStateMachine; field in AdapterService
493 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in BleOnProcessStart()
495 mJniCallbacks.init(mBondStateMachine,mRemoteDevices); in BleOnProcessStart()
592 if (mBondStateMachine != null) { in cleanup()
593 mBondStateMachine.doQuit(); in cleanup()
594 mBondStateMachine.cleanup(); in cleanup()
1557 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND); in createBond()
1566 mBondStateMachine.sendMessage(msg); in createBond()
1605 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in removeBond()
1607 mBondStateMachine.sendMessage(msg); in removeBond()