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

Commit ef624b54 authored by Chris Manton's avatar Chris Manton
Browse files

Add stack/btm/btm_sec::NotifyBondingCanceled

Towards encapsulated code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I5a582d71c9637caf4985790aef32aafd71c21e3e
parent 302e48b3
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