Searched refs:BondStateMachine (Results 1 – 3 of 3) sorted by relevance
54 final class BondStateMachine extends StateMachine { class80 private BondStateMachine(AdapterService service, in BondStateMachine() method in BondStateMachine92 public static BondStateMachine make(AdapterService service, in make()95 BondStateMachine bsm = new BondStateMachine(service, prop, remoteDevices); in make()
24 private BondStateMachine mBondStateMachine;31 void init(BondStateMachine bondStateMachine, RemoteDevices remoteDevices) { in init()
185 private BondStateMachine mBondStateMachine;490 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in BleOnProcessStart()1568 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND); in createBond()1574 oobDataBundle.putParcelable(BondStateMachine.OOBDATA, oobData); in createBond()1603 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.UUID_UPDATE); in deviceUuidUpdated()1628 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in removeBond()