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

Commit 77fc1b1c authored by Chris Manton's avatar Chris Manton
Browse files

mock: [16/63] Remove btm_free

Use get_btm_client_interface() instead

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

Change-Id: I0f475dc6b3e69c8e2d3ccc6ebef5a3f879a62e1b
parent 78664fda
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,5 +41,4 @@ void BTM_LogHistory(const std::string& /* tag */, const tBLE_BD_ADDR& /* ble_bd_
                    const std::string& /* msg */, const std::string& /* extra */) {
  inc_func_call_count(__func__);
}
void btm_free(void) { inc_func_call_count(__func__); }
void btm_init(void) { inc_func_call_count(__func__); }