Loading framework/tests/bumble/src/android/bluetooth/GattServerConnectWithScanTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ public class GattServerConnectWithScanTest { } @Test @Ignore("b/343525982: Remove hidden api's dependencies to enable the test.") @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToPublicAddress_withTransportLE() throws Exception { String publicAddress = mBumble.getRemoteDevice().getAddress(); advertiseWithBumble(OwnAddressType.PUBLIC); Loading framework/tests/bumble/src/android/bluetooth/GattServerConnectWithoutScanTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ public class GattServerConnectWithoutScanTest { } @Test @Ignore("b/343525982: Remove hidden api's dependencies to enable the test.") @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToPublicAddress_withTransportLE() throws Exception { advertiseWithBumble(OwnAddressType.PUBLIC); Loading Loading
framework/tests/bumble/src/android/bluetooth/GattServerConnectWithScanTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ public class GattServerConnectWithScanTest { } @Test @Ignore("b/343525982: Remove hidden api's dependencies to enable the test.") @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToPublicAddress_withTransportLE() throws Exception { String publicAddress = mBumble.getRemoteDevice().getAddress(); advertiseWithBumble(OwnAddressType.PUBLIC); Loading
framework/tests/bumble/src/android/bluetooth/GattServerConnectWithoutScanTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ public class GattServerConnectWithoutScanTest { } @Test @Ignore("b/343525982: Remove hidden api's dependencies to enable the test.") @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToPublicAddress_withTransportLE() throws Exception { advertiseWithBumble(OwnAddressType.PUBLIC); Loading