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

Commit d58e7d78 authored by Bidhya Sharma's avatar Bidhya Sharma Committed by Gerrit Code Review
Browse files

Merge "GD Rust: Instantiate Controller for HCI Cert tests"

parents 0619adec d6792a30
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);
            }