Skip to content

Commit 1103d00

Browse files
Matthew XieAndroid (Google) Code Review
authored andcommitted
Merge "Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled" into jb-mr1-dev
2 parents ab455da + c61eb26 commit 1103d00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

core/java/android/bluetooth/BluetoothProfile.java

100644100755
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ public interface BluetoothProfile {
114114
* */
115115
public static final int PRIORITY_UNDEFINED = -1;
116116

117+
/**
118+
* This Intent is sent to initiate the other profile connections which are enabled
119+
* @hide
120+
**/
121+
public static final String ACTION_CONNECT_OTHER_PROFILES =
122+
"android.bluetooth.profile.CONNECT_OTHER_PROFILES";
123+
117124
/**
118125
* Get connected devices for this specific profile.
119126
*

0 commit comments

Comments
 (0)