Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java47 final class BondStateMachine extends StateMachine { class
69 private BondStateMachine(AdapterService service, in BondStateMachine() method in BondStateMachine
81 public static BondStateMachine make(AdapterService service, in make()
84 BondStateMachine bsm = new BondStateMachine(service, prop, remoteDevices); in make()
DJniCallbacks.java24 private BondStateMachine mBondStateMachine;
31 void init(BondStateMachine bondStateMachine, RemoteDevices remoteDevices) { in init()
DAdapterService.java169 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()