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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java37 * BluetoothHeadset is a proxy object for controlling the Bluetooth Headset
40 * Creating a BluetoothHeadset object will create a binding with the
41 * BluetoothHeadset service. Users of this object should call close() when they
42 * are finished with the BluetoothHeadset, so that this proxy object can unbind
45 * This BluetoothHeadset object is not immediately bound to the
46 * BluetoothHeadset service. Use the ServiceListener interface to obtain a
48 * immediately call methods on BluetoothHeadset after construction.
54 public final class BluetoothHeadset { class
56 private static final String TAG = "BluetoothHeadset";
132 * An interface for notifying BluetoothHeadset IP
157 public BluetoothHeadset(Context context, ServiceListener l) { method in class:BluetoothHeadset
[all...]

Completed in 5 milliseconds