Home
last modified time | relevance | path

Searched defs:minInterval (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DCompanionManagerTest.java147 final int minInterval = 6; // 0x0006 in checkReasonableConnParameterHelper() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java605 int minInterval = 3; in leConnectionUpdate() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java629 int minInterval = MinWakeupIntervals[mHalLogLevel]; in startLoggingRingBuffer() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java341 int minInterval, int maxInterval, int latency, int timeout, int minConnectionEventLen, in gattConnectionParameterUpdateNative()
546 int minInterval, int maxInterval, int latency, int timeout, int minConnectionEventLen, in gattConnectionParameterUpdate()
DGattService.java4074 int minInterval; in connectionParameterUpdate() local
4103 void leConnectionUpdate(int clientIf, String address, int minInterval, in leConnectionUpdate()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl148 void leConnectionUpdate(int clientIf, String address, int minInterval, in leConnectionUpdate()