Loading system/stack/acl/btm_acl.cc +0 −15 Original line number Diff line number Diff line Loading @@ -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 Loading system/stack/btu/btu_hcif.cc +0 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading system/stack/include/acl_hci_link_interface.h +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
system/stack/acl/btm_acl.cc +0 −15 Original line number Diff line number Diff line Loading @@ -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 Loading
system/stack/btu/btu_hcif.cc +0 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading
system/stack/include/acl_hci_link_interface.h +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading