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

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

mock: [53/63] Remove BTM_SetEScoMode

Use get_btm_client_interface() instead

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

Change-Id: I057ed2025250a2c5409bc0a711ef074074707e15
parent bab06f83
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -44,10 +44,6 @@ tBTM_STATUS BTM_CreateSco(const RawAddress* /* remote_bda */, bool /* is_orig */
  inc_func_call_count(__func__);
  return BTM_SUCCESS;
}
tBTM_STATUS BTM_SetEScoMode(enh_esco_params_t* /* p_parms */) {
  inc_func_call_count(__func__);
  return BTM_SUCCESS;
}
uint8_t BTM_GetNumScoLinks(void) {
  inc_func_call_count(__func__);
  return 0;