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

Commit 4c51ce3d authored by Chris Manton's avatar Chris Manton
Browse files

mock: [56/63] Remove BTM_SetSsrParams

Use get_btm_client_interface() instead

Bug: 352129816
Test: m .
Flag: EXEMPT, Test infrastructure

Change-Id: I6fe9008617acf7072157b93d29c75a67052e11ec
parent 6fcc6a0f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -54,11 +54,6 @@ uint32_t BTM_PM_ReadBleScanDutyCycle(void) {
  inc_func_call_count(__func__);
  return 0;
}
tBTM_STATUS BTM_SetSsrParams(const RawAddress& /* remote_bda */, uint16_t /* max_lat */,
                             uint16_t /* min_rmt_to */, uint16_t /* min_loc_to */) {
  inc_func_call_count(__func__);
  return BTM_SUCCESS;
}
void BTM_PM_OnConnected(uint16_t /* handle */, const RawAddress& /* remote_bda */) {
  inc_func_call_count(__func__);
}