Loading framework/tests/bumble/src/android/bluetooth/GattServerConnectWithScanTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,7 @@ public class GattServerConnectWithScanTest { @Test @RequiresFlagsEnabled(Flags.FLAG_BLE_GATT_SERVER_USE_ADDRESS_TYPE_IN_CONNECTION) @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToPublicAddress_withTransportAuto() throws Exception { String publicAddress = mBumble.getRemoteDevice().getAddress(); advertiseWithBumble(OwnAddressType.PUBLIC); Loading framework/tests/bumble/src/android/bluetooth/GattServerConnectWithoutScanTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ public class GattServerConnectWithoutScanTest { @Test @RequiresFlagsEnabled(Flags.FLAG_BLE_GATT_SERVER_USE_ADDRESS_TYPE_IN_CONNECTION) @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToRandomAddress_withTransportAuto() throws Exception { advertiseWithBumble(OwnAddressType.RANDOM); Loading @@ -90,6 +91,7 @@ public class GattServerConnectWithoutScanTest { @Test @RequiresFlagsEnabled(Flags.FLAG_BLE_GATT_SERVER_USE_ADDRESS_TYPE_IN_CONNECTION) @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToRandomAddress_withTransportLE() throws Exception { advertiseWithBumble(OwnAddressType.RANDOM); Loading Loading
framework/tests/bumble/src/android/bluetooth/GattServerConnectWithScanTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,7 @@ public class GattServerConnectWithScanTest { @Test @RequiresFlagsEnabled(Flags.FLAG_BLE_GATT_SERVER_USE_ADDRESS_TYPE_IN_CONNECTION) @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToPublicAddress_withTransportAuto() throws Exception { String publicAddress = mBumble.getRemoteDevice().getAddress(); advertiseWithBumble(OwnAddressType.PUBLIC); Loading
framework/tests/bumble/src/android/bluetooth/GattServerConnectWithoutScanTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,7 @@ public class GattServerConnectWithoutScanTest { @Test @RequiresFlagsEnabled(Flags.FLAG_BLE_GATT_SERVER_USE_ADDRESS_TYPE_IN_CONNECTION) @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToRandomAddress_withTransportAuto() throws Exception { advertiseWithBumble(OwnAddressType.RANDOM); Loading @@ -90,6 +91,7 @@ public class GattServerConnectWithoutScanTest { @Test @RequiresFlagsEnabled(Flags.FLAG_BLE_GATT_SERVER_USE_ADDRESS_TYPE_IN_CONNECTION) @Ignore("b/343749428: Remove hidden api's dependencies to enable the test.") public void serverConnectToRandomAddress_withTransportLE() throws Exception { advertiseWithBumble(OwnAddressType.RANDOM); Loading