Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DBondStateMachineTest.java62 private BondStateMachine mBondStateMachine;
83 mBondStateMachine = BondStateMachine.make(mAdapterService, mAdapterProperties, in setUp()
110 Message removeBondMsg1 = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in testCreateBondAfterRemoveBond()
114 Message removeBondMsg2 = mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in testCreateBondAfterRemoveBond()
130 Message createBondMsg1 = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND); in testCreateBondAfterRemoveBond()
133 Message createBondMsg2 = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND); in testCreateBondAfterRemoveBond()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DJniCallbacks.java26 private BondStateMachine mBondStateMachine;
33 void init(BondStateMachine bondStateMachine, RemoteDevices remoteDevices) { in init()
H A DBondStateMachine.java67 final class BondStateMachine extends StateMachine { class
95 private BondStateMachine(AdapterService service, AdapterProperties prop, in BondStateMachine() method in BondStateMachine
107 public static BondStateMachine make(AdapterService service, AdapterProperties prop, in make()
110 BondStateMachine bsm = new BondStateMachine(service, prop, remoteDevices); in make()
H A DAdapterService.java247 private BondStateMachine mBondStateMachine;
661 mBondStateMachine = BondStateMachine.make(this, mAdapterProperties, mRemoteDevices); in bringUpBle()
1650 Message msg = service.mBondStateMachine.obtainMessage(BondStateMachine.REMOVE_BOND); in removeBond()
2677 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.CREATE_BOND); in createBond()
2684 remoteOobDatasBundle.putParcelable(BondStateMachine.OOBDATAP192, remoteP192Data); in createBond()
2688 remoteOobDatasBundle.putParcelable(BondStateMachine.OOBDATAP256, remoteP256Data); in createBond()
2772 Message msg = mBondStateMachine.obtainMessage(BondStateMachine.UUID_UPDATE); in deviceUuidUpdated()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto2989 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/BondStateMachine.java
3154 * packages/apps/Bluetooth/src/com/android/bluetooth/btservice/BondStateMachine.java