Loading system/btif/include/btif_common.h +0 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,6 @@ void btif_remote_properties_evt(bt_status_t status, RawAddress* remote_addr, void bte_load_did_conf(const char* p_path); void bte_main_init(void); void bte_main_cleanup(void); bt_status_t btif_transfer_context(tBTIF_CBACK* p_cback, uint16_t event, char* p_params, int param_len, Loading system/btif/src/stack_manager.cc +4 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,10 @@ static void event_clean_up_stack(void* context) { stack_is_initialized = false; btif_cleanup_bluetooth(); bte_main_cleanup(); module_clean_up(get_module(STACK_CONFIG_MODULE)); module_clean_up(get_module(INTEROP_MODULE)); module_clean_up(get_module(BTIF_CONFIG_MODULE)); module_clean_up(get_module(BT_UTILS_MODULE)); module_clean_up(get_module(OSI_MODULE)); Loading system/main/bte_main.cc +0 −15 Original line number Diff line number Diff line Loading @@ -102,21 +102,6 @@ void bte_main_init(void) { hci->set_data_cb(base::Bind(&post_to_main_message_loop)); } /****************************************************************************** * * Function bte_main_cleanup * * Description BTE MAIN API - Cleanup code for BTE chip/stack * * Returns None * *****************************************************************************/ void bte_main_cleanup() { module_clean_up(get_module(STACK_CONFIG_MODULE)); module_clean_up(get_module(INTEROP_MODULE)); } /****************************************************************************** * * Function bte_main_hci_send Loading Loading
system/btif/include/btif_common.h +0 −1 Original line number Diff line number Diff line Loading @@ -211,7 +211,6 @@ void btif_remote_properties_evt(bt_status_t status, RawAddress* remote_addr, void bte_load_did_conf(const char* p_path); void bte_main_init(void); void bte_main_cleanup(void); bt_status_t btif_transfer_context(tBTIF_CBACK* p_cback, uint16_t event, char* p_params, int param_len, Loading
system/btif/src/stack_manager.cc +4 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,10 @@ static void event_clean_up_stack(void* context) { stack_is_initialized = false; btif_cleanup_bluetooth(); bte_main_cleanup(); module_clean_up(get_module(STACK_CONFIG_MODULE)); module_clean_up(get_module(INTEROP_MODULE)); module_clean_up(get_module(BTIF_CONFIG_MODULE)); module_clean_up(get_module(BT_UTILS_MODULE)); module_clean_up(get_module(OSI_MODULE)); Loading
system/main/bte_main.cc +0 −15 Original line number Diff line number Diff line Loading @@ -102,21 +102,6 @@ void bte_main_init(void) { hci->set_data_cb(base::Bind(&post_to_main_message_loop)); } /****************************************************************************** * * Function bte_main_cleanup * * Description BTE MAIN API - Cleanup code for BTE chip/stack * * Returns None * *****************************************************************************/ void bte_main_cleanup() { module_clean_up(get_module(STACK_CONFIG_MODULE)); module_clean_up(get_module(INTEROP_MODULE)); } /****************************************************************************** * * Function bte_main_hci_send Loading