Searched defs:BluetoothProfileState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfileState.java42 public class BluetoothProfileState extends HierarchicalStateMachine { class in inherits:HierarchicalStateMachine
44 private static final String TAG = "BluetoothProfileState";
81 public BluetoothProfileState(Context context, int profile) { method in class:BluetoothProfileState
82 super("BluetoothProfileState:" + profile);

Completed in 230 milliseconds