Searched defs:ControllerFacadeService (Results 1 – 3 of 3) sorted by relevance
22 async fn provide_facade(exports: Arc<ControllerExports>, hci: Hci) -> ControllerFacadeService { in provide_facade()29 pub struct ControllerFacadeService { struct34 impl GrpcFacade for ControllerFacadeService { argument40 impl ControllerFacade for ControllerFacadeService { implementation
28 class ControllerFacadeService; variable
39 class ControllerFacadeService : public ControllerFacade::Service { class41 …ControllerFacadeService(Controller* controller, ::bluetooth::os::Handler*) : controller_(controlle… in ControllerFacadeService() function in bluetooth::hci::facade::ControllerFacadeService