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

Commit 88490114 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

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


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


  btif_dm_cleanup();
  btif_dm_cleanup();
  btif_jni_disassociate();
  btif_jni_disassociate();