Home
last modified time | relevance | path

Searched refs:capturedConnectionIntervals (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java204 List<Integer> capturedConnectionIntervals = connectionIntervalCaptor.getAllValues(); in onConnectionUpdatedIsCalledOnlyOnceForRelaxingConnectionParameters_noGattCache() local
205 assertThat(capturedConnectionIntervals).hasSize(1); in onConnectionUpdatedIsCalledOnlyOnceForRelaxingConnectionParameters_noGattCache()
209 int relaxedConnIntervalAfterServiceDiscovery = capturedConnectionIntervals.get(0); in onConnectionUpdatedIsCalledOnlyOnceForRelaxingConnectionParameters_noGattCache()