Loading services/core/java/com/android/server/audio/BtHelper.java +2 −0 Original line number Diff line number Diff line Loading @@ -482,6 +482,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; } Loading Loading
services/core/java/com/android/server/audio/BtHelper.java +2 −0 Original line number Diff line number Diff line Loading @@ -482,6 +482,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; } Loading