Searched refs:maxConnectionEventLen (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGatt.java | 1633 int minConnectionEventLen, int maxConnectionEventLen) { in requestLeConnectionUpdate() argument 1640 + minConnectionEventLen + ", max_ce=" + maxConnectionEventLen); in requestLeConnectionUpdate() 1648 minConnectionEventLen, maxConnectionEventLen, in requestLeConnectionUpdate()
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGatt.aidl | 144 … int minConnectionEventLen, int maxConnectionEventLen, in AttributionSource attributionSource); in leConnectionUpdate() argument
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 827 int minConnectionEventLen, int maxConnectionEventLen, in leConnectionUpdate() argument 836 maxConnectionEventLen, attributionSource); in leConnectionUpdate() 3148 int maxConnectionEventLen, AttributionSource attributionSource) { in leConnectionUpdate() argument 3158 + minConnectionEventLen + ", max_ce=" + maxConnectionEventLen); in leConnectionUpdate() 3164 minConnectionEventLen, maxConnectionEventLen); in leConnectionUpdate() 4019 int maxConnectionEventLen); in gattConnectionParameterUpdateNative() argument
|