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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java36 * <p>BluetoothHeadset is a proxy object for controlling the Bluetooth Headset
40 * the BluetoothHeadset proxy object. Use
46 public final class BluetoothHeadset implements BluetoothProfile { class in inherits:BluetoothProfile
47 private static final String TAG = "BluetoothHeadset";
257 * Create a BluetoothHeadset proxy object.
259 /*package*/ BluetoothHeadset(Context context, ServiceListener l) { method in class:BluetoothHeadset
280 * Other public functions of BluetoothHeadset will return default error
674 return BluetoothHeadset.STATE_AUDIO_DISCONNECTED;
797 * This is a backdoor for phone app to call BluetoothHeadset since
819 * This is a backdoor for phone app to call BluetoothHeadset sinc
[all...]

Completed in 540 milliseconds