Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java87 private PendingCommandState mPendingCommandState = new PendingCommandState(); field in BondStateMachine
99 addState(mPendingCommandState); in BondStateMachine()
160 transitionTo(mPendingCommandState); in processMessage()
318 transitionTo(mPendingCommandState); in removeBond()
357 transitionTo(mPendingCommandState); in createBond()