Searched defs:onConnectionUpdated (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattCallback.java | 196 public void onConnectionUpdated(BluetoothGatt gatt, int interval, int latency, int timeout, in onConnectionUpdated() method in BluetoothGattCallback
|
H A D | BluetoothGattServerCallback.java | 198 public void onConnectionUpdated(BluetoothDevice device, int interval, int latency, int timeout, in onConnectionUpdated() method in BluetoothGattServerCallback
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattCallback.aidl | 40 void onConnectionUpdated(in String address, in int interval, in int latency, in onConnectionUpdated() method
|
H A D | IBluetoothGattServerCallback.aidl | 45 void onConnectionUpdated(in String address, in int interval, in int latency, in onConnectionUpdated() method
|