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

Commit 1b098168 authored by Hui Peng's avatar Hui Peng Committed by Gerrit Code Review
Browse files

Merge "make btm_consolidate_cb static" into main

parents 7c87a653 fc2a1b24
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;