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.java54 final class BondStateMachine extends StateMachine { class
80 private BondStateMachine(AdapterService service, in BondStateMachine() method in BondStateMachine
92 public static BondStateMachine make(AdapterService service, in make()
95 BondStateMachine bsm = new BondStateMachine(service, prop, remoteDevices); in make()
DJniCallbacks.java24 private BondStateMachine mBondStateMachine;
31 void init(BondStateMachine bondStateMachine, RemoteDevices remoteDevices) { in init()
DAdapterService.java185 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()