Skip to content

Commit c61eb26

Browse files
Swaminatha BalajiMatthew Xie
authored andcommitted
Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled
Change-Id: I82d05eacb6c7fae6eb1ebf246d2fce7314ff0a75
1 parent 305f240 commit c61eb26

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)