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

Commit 70bcf81f authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

floss: client: Fix SocketManagerCallback typo.

Bug: 245036096
Tag: #floss
Test: build.py --target test
Change-Id: I8943f933eb7dae7d7f3997b3d2e2d25a0a779bff
parent 7cf31e6f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1397,7 +1397,10 @@ struct IBluetoothSocketManagerCallbacksDBus {}

impl RPCProxy for IBluetoothSocketManagerCallbacksDBus {}

#[generate_dbus_exporter(export_socket_callback_dbus_intf, "org.chromium.bluetooth.SocketCallback")]
#[generate_dbus_exporter(
    export_socket_callback_dbus_intf,
    "org.chromium.bluetooth.SocketManagerCallback"
)]
impl IBluetoothSocketManagerCallbacks for IBluetoothSocketManagerCallbacksDBus {
    #[dbus_method("OnIncomingSocketReady")]
    fn on_incoming_socket_ready(&mut self, socket: BluetoothServerSocket, status: BtStatus) {