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

Commit 82b6d29d authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

floss: Enable DBus logging for UnregisterScanner

UI used to call UnregisterScanner rather than StopScan. Enabling this
one shall be more helpful.

Bug: 298149797
Tag: #floss
Test: mmm packages/modules/Bluetooth
Test: Toggle FP switch on the UI
Flag: EXEMPT, Floss-only changes
Change-Id: I770a98b1c9267942fe28a7f34d1bd2ea3171586b
parent bc8d7d3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -617,7 +617,7 @@ impl IBluetoothGatt for IBluetoothGattDBus {
        dbus_generated!()
    }

    #[dbus_method("UnregisterScanner", DBusLog::Disable)]
    #[dbus_method("UnregisterScanner")]
    fn unregister_scanner(&mut self, scanner_id: u8) -> bool {
        dbus_generated!()
    }