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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfileState.java 47 public static final int A2DP = 1;
69 if (mProfile == A2DP && (newState == BluetoothA2dp.STATE_CONNECTED ||
  /packages/apps/Settings/src/com/android/settings/bluetooth/
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),

Completed in 14 milliseconds