HomeSort by relevance Sort by last modified time
    Searched refs:A2DP (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/bluez/audio/
audio.conf 20 # Automatically connect both A2DP and HFP/HSP profiles for incoming
38 [A2DP]
Android.mk 3 # A2DP plugin
8 a2dp.c \
  /system/bluetooth/data/
audio.conf 18 # Automatically connect both A2DP and HFP/HSP profiles for incoming
36 [A2DP]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 47 public static final int A2DP = 1;
69 if (mProfile == A2DP && (newState == BluetoothA2dp.STATE_CONNECTED ||
BluetoothDeviceProfileState.java 36 * A2DP. When the device is unbonded, the instance is removed.
48 * {@link IncomingA2dp}: A2dp profile connection is in a transition
51 * {@link OutgoingA2dp}: A2dp profile connection is in a transition
138 // For example, if incoming A2DP fails, we are not informed by Bluez
281 Log.i(TAG, "A2dp:Auto Connect Profiles");
293 Log.i(TAG, "A2dp:Connect Other Profiles");
361 // accept incoming A2DP, retry HFP_OUTGOING
466 // Bluez handles incoming A2DP disconnect.
501 mService.sendProfileStateMessage(BluetoothProfileState.A2DP,
514 // Don't cancel A2DP outgoing as there is no guarantee i
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 484 if (mProfiles.contains(Profile.A2DP)) {
528 mProfiles.contains(Profile.A2DP)) {
529 Log.v(TAG, "a2dp classbits != uuid");
639 if (mProfiles.contains(Profile.A2DP)) {
641 .getProfileManager(mLocalManager, Profile.A2DP);
681 return profile.equals(Profile.HEADSET) || profile.equals(Profile.A2DP);
LocalBluetoothProfileManager.java 93 sProfileMap.put(Profile.A2DP, profileManager);
115 // Getting just the headset profile is fine for now. Will need to deal with A2DP
158 profiles.add(Profile.A2DP);
197 A2DP(R.string.bluetooth_profile_a2dp),
DockService.java 198 handleUnexpectedDisconnect(disconnectedDevice, Profile.A2DP, startId);
519 mProfiles[1] = Profile.A2DP;
528 Profile.A2DP).isPreferred(device);
534 mProfiles[0] = Profile.A2DP;
540 Profile.A2DP).isPreferred(device);
657 if (Profile.A2DP == profiles.get(i)) {
    [all...]
BluetoothEventRedirector.java 116 Log.i(TAG, "Failed to connect BT A2DP");
120 Profile.A2DP, newState);
ConnectSpecificProfilesActivity.java 298 case A2DP:
  /frameworks/base/core/java/android/server/
BluetoothService.java 202 mA2dpProfileState = new BluetoothProfileState(mContext, BluetoothProfileState.A2DP);
    [all...]

Completed in 520 milliseconds