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

Commit 36bfda5e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "SdpClientTest: Remove unused `waitConnection` call" into main

parents fab656ea 23731f8e
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -84,13 +84,6 @@ public class SdpClientTest {
                                .setAddress(ByteString.copyFrom(local_bytes_addr))
                                .build());

        // Wait until connection is stable
        mBumble.hostBlocking()
                .waitConnection(
                        WaitConnectionRequest.newBuilder()
                                .setAddress(ByteString.copyFrom(local_bytes_addr))
                                .build());

        // Get the remote device
        BluetoothDevice device = mBumble.getRemoteDevice();