Merge "AudioService: fix regression on hearing aid profile"
This commit is contained in:
@@ -482,6 +482,8 @@ public class BtHelper {
|
|||||||
}
|
}
|
||||||
if (profile == BluetoothProfile.A2DP) {
|
if (profile == BluetoothProfile.A2DP) {
|
||||||
mA2dp = (BluetoothA2dp) proxy;
|
mA2dp = (BluetoothA2dp) proxy;
|
||||||
|
} else if (profile == BluetoothProfile.HEARING_AID) {
|
||||||
|
mHearingAid = (BluetoothHearingAid) proxy;
|
||||||
} else if (profile == BluetoothProfile.LE_AUDIO) {
|
} else if (profile == BluetoothProfile.LE_AUDIO) {
|
||||||
mLeAudio = (BluetoothLeAudio) proxy;
|
mLeAudio = (BluetoothLeAudio) proxy;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user