Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DCompanionManagerTest.java146 final int minInterval = 6; // 0x0006 in checkReasonableConnParameterHelper() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java552 int minInterval = 3; in leConnectionUpdate() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java648 int minInterval = MinWakeupIntervals[mHalLogLevel]; in startLoggingRingBuffer() local
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl146 void leConnectionUpdate(int clientIf, String address, int minInterval, in leConnectionUpdate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java3860 int minInterval; in connectionParameterUpdate() local
3889 void leConnectionUpdate(int clientIf, String address, int minInterval, in leConnectionUpdate()
4816 int minInterval, int maxInterval, int latency, int timeout, int minConnectionEventLen, in gattConnectionParameterUpdateNative()