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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java36 * BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
39 * Creating a BluetoothA2dp object will initiate a binding with the
43 * Currently the BluetoothA2dp service runs in the system server and this
50 public final class BluetoothA2dp { class
51 private static final String TAG = "BluetoothA2dp";
93 * Create a BluetoothA2dp proxy object for interacting with the local
97 public BluetoothA2dp(Context c) { method in class:BluetoothA2dp
231 return BluetoothA2dp.STATE_DISCONNECTED;

Completed in 3 milliseconds