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

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

mock: [6/63] Remove BTM_BleObserve

Use get_btm_client_interface() instead

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

Change-Id: I08aadd6f0bf345fe1f05c48e97b986c8077cedff
parent a49e07d6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -68,12 +68,6 @@ bool btm_ble_topology_check(tBTM_BLE_STATE_MASK /* request_state_mask */) {
  inc_func_call_count(__func__);
  return false;
}
tBTM_STATUS BTM_BleObserve(bool /* start */, uint8_t /* duration */,
                           tBTM_INQ_RESULTS_CB* /* p_results_cb */, tBTM_CMPL_CB* /* p_cmpl_cb */,
                           bool /* low_latency_scan */) {
  inc_func_call_count(__func__);
  return BTM_SUCCESS;
}
void BTM_BleOpportunisticObserve(bool /* enable */, tBTM_INQ_RESULTS_CB* /* p_results_cb */) {
  inc_func_call_count(__func__);
}