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