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
165 * {@link #A2DP}
175 * {@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
132 Log.e(TAG, "Could not bind to Bluetooth A2DP Service");
144 * Bluetooth A2DP service.
161 Log.e(TAG, "Could not bind to Bluetooth A2DP Service");
195 * A2DP profil
[all...]
H A DBluetoothAdapter.java878 * {@link BluetoothProfile#A2DP}.
1140 * {@link BluetoothProfile#A2DP}. Clients must implements
1147 * {@link BluetoothProfile#HEADSET} or {@link BluetoothProfile#A2DP}.
1157 } else if (profile == BluetoothProfile.A2DP) {
1180 * {@link BluetoothProfile#A2DP}
1193 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.java416 // Request to override default use of A2DP for media.
2171 case BluetoothProfile.A2DP:
2239 case BluetoothProfile.A2DP:
2592 // - one A2DP device + another device: happens with duplicated output. In this case
2593 // retain the device on the A2DP output as the other must not correspond to an active
3526 // enable A2DP before notifying A2DP connection to avoid unecessary processing in
3532 // Reset A2DP suspend state each time a new sink is connected
3552 // prevent any activity on the A2DP audio output to avoid unwanted
3612 // this could be a connection of another A2DP devic
[all...]

Completed in 4516 milliseconds