We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab455da + c61eb26 commit 1103d00Copy full SHA for 1103d00
1 file changed
core/java/android/bluetooth/BluetoothProfile.java
100644
100755
@@ -114,6 +114,13 @@ public interface BluetoothProfile {
114
* */
115
public static final int PRIORITY_UNDEFINED = -1;
116
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
+
124
/**
125
* Get connected devices for this specific profile.
126
*
0 commit comments