From c61eb2617df72f1e58d23e4c27897efedcfc0a09 Mon Sep 17 00:00:00 2001 From: Swaminatha Balaji Date: Mon, 25 Jun 2012 04:03:31 -0700 Subject: [PATCH] Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled Change-Id: I82d05eacb6c7fae6eb1ebf246d2fce7314ff0a75 --- core/java/android/bluetooth/BluetoothProfile.java | 7 +++++++ 1 file changed, 7 insertions(+) mode change 100644 => 100755 core/java/android/bluetooth/BluetoothProfile.java diff --git a/core/java/android/bluetooth/BluetoothProfile.java b/core/java/android/bluetooth/BluetoothProfile.java old mode 100644 new mode 100755 index 1920efa52f876..eada27c7b0d47 --- a/core/java/android/bluetooth/BluetoothProfile.java +++ b/core/java/android/bluetooth/BluetoothProfile.java @@ -114,6 +114,13 @@ public interface BluetoothProfile { * */ public static final int PRIORITY_UNDEFINED = -1; + /** + * This Intent is sent to initiate the other profile connections which are enabled + * @hide + **/ + public static final String ACTION_CONNECT_OTHER_PROFILES = + "android.bluetooth.profile.CONNECT_OTHER_PROFILES"; + /** * Get connected devices for this specific profile. *