Loading system/bta/sys/bta_sys.h +0 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,6 @@ void bta_set_forward_hw_failures(bool value); void BTA_sys_signal_hw_error(); extern void bta_sys_init(void); extern void bta_sys_free(void); extern void bta_sys_event(BT_HDR* p_msg); extern void bta_sys_set_trace_level(uint8_t level); extern void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg); Loading system/bta/sys/bta_sys_main.cc +0 −3 Original line number Diff line number Diff line Loading @@ -64,9 +64,6 @@ void bta_sys_init(void) { memset(&bta_sys_cb, 0, sizeof(tBTA_SYS_CB)); } void bta_sys_free(void) { } void bta_set_forward_hw_failures(bool value) { bta_sys_cb.forward_hw_failures = value; } Loading system/stack/btu/btu_task.cc +0 −1 Original line number Diff line number Diff line Loading @@ -124,6 +124,5 @@ void btu_task_shut_down() { module_clean_up(get_module(BTE_LOGMSG_MODULE)); bta_sys_free(); btu_free_core(); } Loading
system/bta/sys/bta_sys.h +0 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,6 @@ void bta_set_forward_hw_failures(bool value); void BTA_sys_signal_hw_error(); extern void bta_sys_init(void); extern void bta_sys_free(void); extern void bta_sys_event(BT_HDR* p_msg); extern void bta_sys_set_trace_level(uint8_t level); extern void bta_sys_register(uint8_t id, const tBTA_SYS_REG* p_reg); Loading
system/bta/sys/bta_sys_main.cc +0 −3 Original line number Diff line number Diff line Loading @@ -64,9 +64,6 @@ void bta_sys_init(void) { memset(&bta_sys_cb, 0, sizeof(tBTA_SYS_CB)); } void bta_sys_free(void) { } void bta_set_forward_hw_failures(bool value) { bta_sys_cb.forward_hw_failures = value; } Loading
system/stack/btu/btu_task.cc +0 −1 Original line number Diff line number Diff line Loading @@ -124,6 +124,5 @@ void btu_task_shut_down() { module_clean_up(get_module(BTE_LOGMSG_MODULE)); bta_sys_free(); btu_free_core(); }