Merge "Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled" into jb-mr1-dev
This commit is contained in:
7
core/java/android/bluetooth/BluetoothProfile.java
Normal file → Executable file
7
core/java/android/bluetooth/BluetoothProfile.java
Normal file → Executable file
@@ -114,6 +114,13 @@ public interface BluetoothProfile {
|
|||||||
* */
|
* */
|
||||||
public static final int PRIORITY_UNDEFINED = -1;
|
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.
|
* Get connected devices for this specific profile.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user