HomeSort by relevance Sort by last modified time
    Searched refs:mBondStateMachine (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 24 private BondStateMachine mBondStateMachine;
33 mBondStateMachine = bondStateMachine;
40 mBondStateMachine = null;
50 mBondStateMachine.sspRequestCallback(address, name, cod, pairingVariant,
62 mBondStateMachine.pinRequestCallback(address, name, cod, min16Digits);
66 mBondStateMachine.bondStateChangeCallback(status, address, newState);
AdapterService.java 186 private BondStateMachine mBondStateMachine;
574 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices);
576 mJniCallbacks.init(mBondStateMachine,mRemoteDevices);
673 if (mBondStateMachine != null) {
674 mBondStateMachine.doQuit();
675 mBondStateMachine.cleanup();
    [all...]

Completed in 381 milliseconds