Loading system/main/shim/btm.cc +0 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,6 @@ void bluetooth::shim::Btm::StartUp(bluetooth::shim::Btm* btm) { btm->observing_timer_ = new bluetooth::shim::Timer("observing_timer"); btm->scanning_timer_ = new bluetooth::shim::Timer("scanning_timer"); btm->RegisterInquiryCallbacks(); } void bluetooth::shim::Btm::ShutDown(bluetooth::shim::Btm* btm) { Loading system/main/shim/btm_api.cc +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ #include "types/class_of_device.h" #include "types/raw_address.h" static bluetooth::shim::Btm shim_btm; bluetooth::shim::Btm shim_btm; /** * Legacy bluetooth module global control block state Loading system/main/shim/entry.cc +5 −0 Original line number Diff line number Diff line Loading @@ -16,11 +16,13 @@ #include "main/shim/entry.h" #include "osi/include/future.h" #include "osi/include/log.h" #include "hci/controller.h" #include "hci/hci_layer.h" #include "hci/le_advertising_manager.h" #include "hci/le_scanning_manager.h" #include "main/shim/btm.h" #include "neighbor/connectability.h" #include "neighbor/discoverability.h" #include "neighbor/inquiry.h" Loading @@ -36,8 +38,11 @@ using bluetooth::shim::GetGabeldorscheStack; extern bluetooth::shim::Btm shim_btm; future_t* bluetooth::shim::StartGabeldorscheStack() { GetGabeldorscheStack()->Start(); shim_btm.RegisterInquiryCallbacks(); return (future_t*)nullptr; } Loading Loading
system/main/shim/btm.cc +0 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,6 @@ void bluetooth::shim::Btm::StartUp(bluetooth::shim::Btm* btm) { btm->observing_timer_ = new bluetooth::shim::Timer("observing_timer"); btm->scanning_timer_ = new bluetooth::shim::Timer("scanning_timer"); btm->RegisterInquiryCallbacks(); } void bluetooth::shim::Btm::ShutDown(bluetooth::shim::Btm* btm) { Loading
system/main/shim/btm_api.cc +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ #include "types/class_of_device.h" #include "types/raw_address.h" static bluetooth::shim::Btm shim_btm; bluetooth::shim::Btm shim_btm; /** * Legacy bluetooth module global control block state Loading
system/main/shim/entry.cc +5 −0 Original line number Diff line number Diff line Loading @@ -16,11 +16,13 @@ #include "main/shim/entry.h" #include "osi/include/future.h" #include "osi/include/log.h" #include "hci/controller.h" #include "hci/hci_layer.h" #include "hci/le_advertising_manager.h" #include "hci/le_scanning_manager.h" #include "main/shim/btm.h" #include "neighbor/connectability.h" #include "neighbor/discoverability.h" #include "neighbor/inquiry.h" Loading @@ -36,8 +38,11 @@ using bluetooth::shim::GetGabeldorscheStack; extern bluetooth::shim::Btm shim_btm; future_t* bluetooth::shim::StartGabeldorscheStack() { GetGabeldorscheStack()->Start(); shim_btm.RegisterInquiryCallbacks(); return (future_t*)nullptr; } Loading