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

Commit cd744dfb authored by David Duarte's avatar David Duarte
Browse files

PandoraServer: Close HFP Profile Proxy

Test: atest pts-bot
Change-Id: I2122e8321d61f6a0f066efcfc81287800cdc66a7
parent 4a3b6f56
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()
  }