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

Commit 2cd9342f authored by Chris Manton's avatar Chris Manton
Browse files

mock: [4/63] Remove btm_ble_free

Use get_btm_client_interface() instead

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

Change-Id: Iaea65d0a9410d5b6511596662d8b4d4a8743d50c
parent 713d9b46
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ void BTM_BleSetScanParams(uint32_t /* scan_interval */, uint32_t /* scan_window
void btm_ble_decrement_link_topology_mask(uint8_t /* link_role */) {
  inc_func_call_count(__func__);
}
void btm_ble_free() { inc_func_call_count(__func__); }
void btm_ble_increment_link_topology_mask(uint8_t /* link_role */) {
  inc_func_call_count(__func__);
}