Loading framework/tests/bumble/src/android/bluetooth/SdpClientTest.java +0 −7 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
framework/tests/bumble/src/android/bluetooth/SdpClientTest.java +0 −7 Original line number Diff line number Diff line Loading @@ -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(); Loading