Searched refs:BondStateMachine (Results 1 – 3 of 3) sorted by relevance
47 final class BondStateMachine extends StateMachine { class69 private BondStateMachine(AdapterService service, in BondStateMachine() method in BondStateMachine81 public static BondStateMachine make(AdapterService service, in make()84 BondStateMachine bsm = new BondStateMachine(service, prop, remoteDevices); in make()
24 private BondStateMachine mBondStateMachine;31 void init(BondStateMachine bondStateMachine, RemoteDevices remoteDevices) { in init()
169 private BondStateMachine mBondStateMachine;493 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in BleOnProcessStart()1511 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND); in createBond()1661 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in removeBond()