Searched refs:A2DP (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java63 * A2DP profile.
65 public static final int A2DP = 2; field in interface:BluetoothProfile
181 * {@link #A2DP}
191 * {@link #A2DP}
H A DBluetoothA2dp.java35 * This class provides the public APIs to control the Bluetooth A2DP
38 *<p>BluetoothA2dp is a proxy object for controlling the Bluetooth A2DP
51 * Intent used to broadcast the change in connection state of the A2DP
73 * Intent used to broadcast the change in the Playing state of the A2DP
94 * A2DP sink device is streaming music. This state can be one of
101 * A2DP sink device is NOT streaming music. This state can be one of
142 * Bluetooth A2DP service.
166 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
202 * A2DP profile. The API will automatically disconnect connected
451 * Check if A2DP profil
[all...]
H A DBluetoothAdapter.java903 * {@link BluetoothProfile#A2DP}.
1165 * {@link BluetoothProfile#A2DP}, {@link BluetoothProfile#GATT}, or
1173 * {@link BluetoothProfile#HEADSET} or {@link BluetoothProfile#A2DP}.
1183 } else if (profile == BluetoothProfile.A2DP) {
1209 * {@link BluetoothProfile#A2DP}
1222 case BluetoothProfile.A2DP:
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothStressTest.java26 * starting/stopping scans, connecting/disconnecting to HFP, A2DP, HID, PAN profiles, and verifying
197 * Stress test for connecting and disconnecting with an A2DP source.
199 * In this test, the local device plays the role of an A2DP sink, and initiates connections and
200 * disconnections with an A2DP source.
215 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.A2DP, null);
219 mTestUtils.connectProfile(adapter, device, BluetoothProfile.A2DP,
221 mTestUtils.disconnectProfile(adapter, device, BluetoothProfile.A2DP,
H A DBluetoothTestUtils.java220 case BluetoothProfile.A2DP:
315 case BluetoothProfile.A2DP:
335 case BluetoothProfile.A2DP:
901 * @param profile The profile to connect. One of {@link BluetoothProfile#A2DP},
939 if (profile == BluetoothProfile.A2DP) {
982 * @param profile The profile to disconnect. One of {@link BluetoothProfile#A2DP},
1014 if (profile == BluetoothProfile.A2DP) {
1441 case BluetoothProfile.A2DP:
1467 case BluetoothProfile.A2DP:
/frameworks/base/media/java/android/media/
H A DAudioService.java414 // Request to override default use of A2DP for media.
2310 case BluetoothProfile.A2DP:
2388 case BluetoothProfile.A2DP:
2783 // - one A2DP device + another device: happens with duplicated output. In this case
2784 // retain the device on the A2DP output as the other must not correspond to an active
3219 // Make sure volume is also maxed out on A2DP device for aliased stream
3736 // enable A2DP before notifying A2DP connection to avoid unecessary processing in
3745 // Reset A2DP suspend state each time a new sink is connected
3768 // prevent any activity on the A2DP audi
[all...]

Completed in 615 milliseconds