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

Commit 53cc22db authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Automerger Merge Worker
Browse files

Merge "Floss: Fix test in stack" am: d8f1c7aa

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

Change-Id: I6d3f6701ae9ce148479fd9d65f2bda49e3b428aa
parents 57c4989a d8f1c7aa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -237,8 +237,6 @@ impl BluetoothDBus {
    }
}

trait DBusExportable {}

#[generate_dbus_interface_client]
impl IBluetooth for BluetoothDBus {
    #[dbus_method("RegisterCallback")]
+2 −0
Original line number Diff line number Diff line
@@ -1458,6 +1458,8 @@ mod tests {
        fn unregister(&mut self, _id: u32) -> bool {
            false
        }

        fn export_for_rpc(self: Box<Self>) {}
    }

    use super::*;