Searched refs:onConnectionUpdated (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 198 public void onConnectionUpdated(BluetoothDevice device, int interval, int latency, int timeout, in onConnectionUpdated() method in BluetoothGattServerCallback
|
D | BluetoothGattCallback.java | 196 public void onConnectionUpdated(BluetoothGatt gatt, int interval, int latency, int timeout, in onConnectionUpdated() method in BluetoothGattCallback
|
D | BluetoothGattServer.java | 365 public void onConnectionUpdated(String address, int interval, int latency, 376 mCallback.onConnectionUpdated(device, interval, latency,
|
D | BluetoothGatt.java | 684 public void onConnectionUpdated(String address, int interval, int latency, 700 callback.onConnectionUpdated(BluetoothGatt.this, interval, latency,
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 10173 Landroid/bluetooth/BluetoothGattCallback;->onConnectionUpdated(Landroid/bluetooth/BluetoothGatt;III… 10232 Landroid/bluetooth/BluetoothGattServerCallback;->onConnectionUpdated(Landroid/bluetooth/BluetoothDe… 11401 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onConnectionUpdated(Ljava/lang/String;IIII)V 11430 Landroid/bluetooth/IBluetoothGattCallback;->onConnectionUpdated(Ljava/lang/String;IIII)V 11444 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onConnectionUpdated(Ljava/lang/String;… 11473 Landroid/bluetooth/IBluetoothGattServerCallback;->onConnectionUpdated(Ljava/lang/String;IIII)V
|