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

Commit 15446e89 authored by Bryce Lee's avatar Bryce Lee Committed by android-build-merger
Browse files

Map Bluetooth profiles correctly in isProfileDisabled helper function. am: 0a9659da

am: c88e96d9

* commit 'c88e96d9':
  Map Bluetooth profiles correctly in isProfileDisabled helper function.
parents 7504ddee c88e96d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,9 +117,9 @@ public class Config {
        } else if (profile == A2dpSinkService.class) {
            profileIndex = BluetoothProfile.A2DP_SINK;
        } else if (profile == HidService.class) {
            profileIndex = BluetoothProfile.HID;
            profileIndex = BluetoothProfile.INPUT_DEVICE;
        } else if (profile == HealthService.class) {
            profileIndex = BluetoothProfile.HDP;
            profileIndex = BluetoothProfile.HEALTH;
        } else if (profile == PanService.class) {
            profileIndex = BluetoothProfile.PAN;
        } else if (profile == GattService.class) {