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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java38 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
40 * the BluetoothA2dp proxy object.
45 public final class BluetoothA2dp implements BluetoothProfile { class in inherits:BluetoothProfile
46 private static final String TAG = "BluetoothA2dp";
143 * Create a BluetoothA2dp proxy object for interacting with the local
147 /*package*/ BluetoothA2dp(Context context, ServiceListener l) { method in class:BluetoothA2dp
455 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this);

Completed in 205 milliseconds