Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6792a30 authored by Bidhya's avatar Bidhya
Browse files

GD Rust: Instantiate Controller for HCI Cert tests

Bug: 223643015
Test: gd/cert/run --rhost
Tag: #refactor

Change-Id: I0a48b0aa78a79db02d3650beb06db3dd08fa36d7
parent 90e2ddcd
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -80,10 +80,7 @@ impl FacadeServer {
            BluetoothModule::HAL => {
                services.push(stack.get_grpc::<HciHalFacadeService>().await);
            }
            BluetoothModule::HCI => {
                services.push(stack.get_grpc::<HciFacadeService>().await);
            }
            BluetoothModule::HCI_INTERFACES => {
            BluetoothModule::HCI | BluetoothModule::HCI_INTERFACES => {
                services.push(stack.get_grpc::<HciFacadeService>().await);
                services.push(stack.get_grpc::<ControllerFacadeService>().await);
            }