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

Commit 99483fa8 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

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

parents 913b220e f61f1745
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;
        }