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

Commit a7a6569f authored by Bryce Lee's avatar Bryce Lee
Browse files

Add setting for declaring disabled bluetooth profiles.

Bug: 25900899
Change-Id: I420a7c590d72ba10f3e466d15dccfdbb520e810a
parent 7f8ae923
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -130,6 +130,18 @@ public interface BluetoothProfile {
     */
     */
    public static final int HEADSET_CLIENT = 16;
    public static final int HEADSET_CLIENT = 16;


    /**
     * HID Profile
     * @hide
     */
    public static final int HID = 17;

    /**
     * HDP Profile
     * @hide
     */
    public static final int HDP = 18;

    /**
    /**
     * Default priority for devices that we try to auto-connect to and
     * Default priority for devices that we try to auto-connect to and
     * and allow incoming connections for the profile
     * and allow incoming connections for the profile