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

Commit 5f8fb997 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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iadf690d601a76ebdec5edf220517e4f2617c4d50
parents 168fb63a 89577981
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