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

Commit 0874e115 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add stack/btm/btm_sec::NotifyBondingCanceled am: ef624b54 am: 89577981 am: 5f8fb997

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1545111

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia588987271cb090aab205cee0e36ce147f3b55a0
parents 24ba4dec 5f8fb997
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -127,6 +127,12 @@ static void NotifyBondingChange(tBTM_SEC_DEV_REC& p_dev_rec,
  }
}

void NotifyBondingCanceled(tBTM_STATUS btm_status) {
  if (btm_cb.api.p_bond_cancel_cmpl_callback) {
    btm_cb.api.p_bond_cancel_cmpl_callback(BTM_SUCCESS);
  }
}

/*******************************************************************************
 *
 * Function         btm_dev_authenticated