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

Commit 657de27f authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "AudioService: fix regression on hearing aid profile" into tm-dev am: 99483fa8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16976064

Change-Id: Iabc042f7f1b78413baaa9d277120a00cb5a6912d
parents e0ee2216 99483fa8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -479,6 +479,8 @@ public class BtHelper {
        }
        if (profile == BluetoothProfile.A2DP) {
            mA2dp = (BluetoothA2dp) proxy;
        } else if (profile == BluetoothProfile.HEARING_AID) {
            mHearingAid = (BluetoothHearingAid) proxy;
        } else if (profile == BluetoothProfile.LE_AUDIO) {
            mLeAudio = (BluetoothLeAudio) proxy;
        }