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

Commit 7be85b5f authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Automerger Merge Worker
Browse files

Merge "Floss: Fix warnings in todo functions" am: 5dd6b36a

parents 436b2d55 5dd6b36a
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -736,17 +736,17 @@ impl IBluetoothSocketManagerCallbacks for BtSocketManagerCallback {

    fn on_handle_incoming_connection(
        &mut self,
        listener_id: SocketId,
        connection: BluetoothSocket,
        _listener_id: SocketId,
        _connection: BluetoothSocket,
    ) {
        todo!();
    }

    fn on_outgoing_connection_result(
        &mut self,
        connecting_id: SocketId,
        result: BtStatus,
        socket: Option<BluetoothSocket>,
        _connecting_id: SocketId,
        _result: BtStatus,
        _socket: Option<BluetoothSocket>,
    ) {
        todo!();
    }