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

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

mock: [61/63] Remove BTM_VendorSpecificCommand

Use get_btm_client_interface() instead

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

Change-Id: I905780a6079e7f8004507b4e705eca9380a7352e
parent f9223399
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -49,10 +49,6 @@ DEV_CLASS BTM_ReadDeviceClass(void) {
  inc_func_call_count(__func__);
  return kDevClassEmpty;
}
void BTM_VendorSpecificCommand(uint16_t /* opcode */, uint8_t /* param_len */,
                               uint8_t* /* p_param_buf */, tBTM_VSC_CMPL_CB* /* p_cb */) {
  inc_func_call_count(__func__);
}
void BTM_WritePageTimeout(uint16_t /* timeout */) { inc_func_call_count(__func__); }
void BTM_db_reset(void) { inc_func_call_count(__func__); }
void btm_delete_stored_link_key_complete(uint8_t* /* p */, uint16_t /* evt_len */) {