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

Commit 37a58dc6 authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

btm_process_clk_off_comp_evt is no-op am: 1c653ae7

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1546465

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9de706a02529e5252c68e5a51cfc41ea11ac75b6
parents 5cfafc99 1c653ae7
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
@@ -1319,21 +1319,6 @@ uint8_t BTM_GetPeerSCA(const RawAddress& remote_bda, tBT_TRANSPORT transport) {
  return (0xFF);
}

/*******************************************************************************
 *
 * Function         btm_process_clk_off_comp_evt
 *
 * Description      This function is called when clock offset command completes.
 *
 * Input Parms      hci_handle - connection handle associated with the change
 *                  clock offset
 *
 * Returns          void
 *
 ******************************************************************************/
void btm_process_clk_off_comp_evt(uint16_t hci_handle, uint16_t clock_offset) {
}

/*******************************************************************************
 *
 * Function         btm_blacklist_role_change_device
+0 −1
Original line number Diff line number Diff line
@@ -1632,7 +1632,6 @@ static void btu_hcif_read_clock_off_comp_evt(uint8_t* p) {

  handle = HCID_GET_HANDLE(handle);

  btm_process_clk_off_comp_evt(handle, clock_offset);
  btm_sec_update_clock_offset(handle, clock_offset);
}

+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ void btm_pm_proc_cmd_status(tHCI_STATUS status);
void btm_pm_proc_mode_change(tHCI_STATUS hci_status, uint16_t hci_handle,
                             tHCI_MODE mode, uint16_t interval);
void btm_pm_proc_ssr_evt(uint8_t* p, uint16_t evt_len);
void btm_process_clk_off_comp_evt(uint16_t hci_handle, uint16_t clock_offset);
void btm_read_automatic_flush_timeout_complete(uint8_t* p);
void btm_read_failed_contact_counter_complete(uint8_t* p);
void btm_read_link_quality_complete(uint8_t* p);