Searched refs:maxInterval (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1599 int maxInterval = 40; // 40 * 1.25ms = 50ms in connectionParameterUpdate() local 1611 maxInterval = getResources().getInteger(R.integer.gatt_high_priority_max_interval); in connectionParameterUpdate() 1616 maxInterval = getResources().getInteger(R.integer.gatt_low_power_max_interval); in connectionParameterUpdate() 1622 + "params=" + connectionPriority + " interval=" + minInterval + "/" + maxInterval); in connectionParameterUpdate() 1623 gattConnectionParameterUpdateNative(clientIf, address, minInterval, maxInterval, in connectionParameterUpdate() 2359 int minInterval, int maxInterval, int latency, int timeout); in gattConnectionParameterUpdateNative() argument
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1154 jint maxInterval, jint appearance, jbyteArray manufacturerData, jbyteArray serviceData, in gattSetAdvDataNative() argument 1168 minInterval, maxInterval, appearance, arr_len, (char*)arr_data, in gattSetAdvDataNative()
|