OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bondstatemachine
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java
24
private
BondStateMachine
mBondStateMachine;
31
void init(
BondStateMachine
bondStateMachine
, RemoteDevices remoteDevices) {
33
mBondStateMachine =
bondStateMachine
;
BondStateMachine.java
46
final class
BondStateMachine
extends StateMachine {
67
private
BondStateMachine
(AdapterService service,
69
super("
BondStateMachine
:");
79
public static
BondStateMachine
make(AdapterService service,
82
BondStateMachine
bsm = new
BondStateMachine
(service, prop, remoteDevices);
AdapterService.java
130
private
BondStateMachine
mBondStateMachine;
291
mBondStateMachine =
BondStateMachine
.make(this, mAdapterProperties, mRemoteDevices);
[
all
...]
AdapterProperties.java
231
// This function shall be invoked from
BondStateMachine
whenever the bond
Completed in 250 milliseconds