Searched defs:maxInterval (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2054 int maxInterval;
2066 maxInterval = getResources().getInteger(R.integer.gatt_high_priority_max_interval);
2072 maxInterval = getResources().getInteger(R.integer.gatt_low_power_max_interval);
2080 maxInterval =
2087 + "params=" + connectionPriority + " interval=" + minInterval + "/" + maxInterval);
2088 gattConnectionParameterUpdateNative(clientIf, address, minInterval, maxInterval,
2734 int minInterval, int maxInterval, int latency, int timeout);
2733 gattConnectionParameterUpdateNative(int client_if, String address, int minInterval, int maxInterval, int latency, int timeout) argument

Completed in 85 milliseconds