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

Commit 656de6db 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:...

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

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

Change-Id: Ifee836c08f4760fda41d48c28bcc39e8b85a3fff
parents 2e5792d9 cb2ad7f2
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);
            }