Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c27e1380 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am fb442580: am 1103d005: Merge "Fix for When Hf is rejected the device should...

am fb442580: am 1103d005: Merge "Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled" into jb-mr1-dev

* commit 'fb442580':
  Fix for When Hf is rejected the device should initiate A2dp if a2dp is enabled
parents 7eb7c3e4 fb442580
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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.
     *