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;
65 mBondStateMachine.bondStateChangeCallback(status, address, newState);
AdapterService.java 132 private BondStateMachine mBondStateMachine;
293 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices);
295 mJniCallbacks.init(mBondStateMachine,mRemoteDevices);
354 if (mBondStateMachine != null) {
355 mBondStateMachine.doQuit();
356 mBondStateMachine.cleanup();
    [all...]

Completed in 690 milliseconds