Home
last modified time | relevance | path

Searched defs:ControllerFacadeService (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/rust/hci/src/
Dcontroller_facade.rs22 async fn provide_facade(exports: Arc<ControllerExports>, hci: Hci) -> ControllerFacadeService { in provide_facade()
29 pub struct ControllerFacadeService { struct
34 impl GrpcFacade for ControllerFacadeService { argument
40 impl ControllerFacade for ControllerFacadeService { implementation
/system/bt/gd/hci/facade/
Dcontroller_facade.h28 class ControllerFacadeService; variable
Dcontroller_facade.cc39 class ControllerFacadeService : public ControllerFacade::Service { class
41ControllerFacadeService(Controller* controller, ::bluetooth::os::Handler*) : controller_(controlle… in ControllerFacadeService() function in bluetooth::hci::facade::ControllerFacadeService