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

Commit 7aeb46d3 authored by David Duarte's avatar David Duarte Committed by Charlie Boutier
Browse files

PandoraServer: Close HFP Profile Proxy

Test: atest pts-bot
Ignore-AOSP-First: Cherry-picked from AOSP
Bug: 237447510
Merged-In: I2122e8321d61f6a0f066efcfc81287800cdc66a7
Change-Id: I2122e8321d61f6a0f066efcfc81287800cdc66a7
parent dbda6fb9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ class Hfp(val context: Context) : HFPImplBase() {
  }

  fun deinit() {
    bluetoothAdapter.closeProfileProxy(BluetoothProfile.HEADSET, bluetoothHfp)
    scope.cancel()
  }