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

Commit e00bf178 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Call BTA_VendorCleanup on proper thread" am: 34530bb3 am: da65e868

am: 88490114

Change-Id: Ia8fd705c19c01302cfca190371bc966f2380fc85
parents dae6ad05 88490114
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -527,7 +527,7 @@ void btif_disable_bluetooth_evt(void) {
bt_status_t btif_cleanup_bluetooth(void) {
  LOG_INFO(LOG_TAG, "%s entered", __func__);

  BTA_VendorCleanup();
  do_in_bta_thread(FROM_HERE, base::Bind(&BTA_VendorCleanup));

  btif_dm_cleanup();
  btif_jni_disassociate();