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

Commit cb2ad7f2 authored by Bidhya Sharma's avatar Bidhya Sharma Committed by Automerger Merge Worker
Browse files

Merge "GD Rust: Instantiate Controller for HCI Cert tests" am: d58e7d78 am: 13ffe86f

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2018601

Change-Id: I46b5e3da154507fb0d57a8df376b855d62d5c133
parents 4cc26bef 13ffe86f
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);
            }