Searched refs:ControllerFacadeService (Results 1 – 2 of 2) sorted by relevance
28 class ControllerFacadeService; variable40 ControllerFacadeService* service_;
42 class ControllerFacadeService : public ControllerFacade::Service { class44 …ControllerFacadeService(Controller* controller, ::bluetooth::os::Handler*) : controller_(controlle… in ControllerFacadeService() function in bluetooth::hci::facade::ControllerFacadeService177 service_ = new ControllerFacadeService(GetDependency<Controller>(), GetHandler()); in Start()