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

Commit fc2a1b24 authored by Hui Peng's avatar Hui Peng
Browse files

make btm_consolidate_cb static

Bug: 301661850
Test: m com.android.btservices
Flag: EXEMPT, no-op
Change-Id: I19f7b77526ee31290f95c743d3b33769c5dab20b
parent 201159dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ void btm_consolidate_dev(tBTM_SEC_DEV_REC* p_target_rec) {
  }
}

BTM_CONSOLIDATION_CB* btm_consolidate_cb = nullptr;
static BTM_CONSOLIDATION_CB* btm_consolidate_cb = nullptr;

void BTM_SetConsolidationCallback(BTM_CONSOLIDATION_CB* cb) {
  btm_consolidate_cb = cb;