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

Commit 48772aca authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: I10ccc0cd52195feb73f866db25248b844dc3dae3
parents 8333a0a1 53cc22db
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::*;