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

Commit 01f0bfc2 authored by Chris Manton's avatar Chris Manton
Browse files

mock: [54/63] Remove BTM_SetLocalDeviceName

Use get_btm_client_interface() instead

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

Change-Id: I53c300330e4085d6805076443ae555b1d9781a04
parent e5e951e5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -45,10 +45,6 @@ tBTM_STATUS BTM_EnableTestMode(void) {
  inc_func_call_count(__func__);
  return BTM_SUCCESS;
}
tBTM_STATUS BTM_SetLocalDeviceName(const char* /* p_name */) {
  inc_func_call_count(__func__);
  return BTM_SUCCESS;
}
DEV_CLASS BTM_ReadDeviceClass(void) {
  inc_func_call_count(__func__);
  return kDevClassEmpty;