Searched refs:onConnectionUpdated (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 191 public void onConnectionUpdated( in onConnectionUpdated() method in BluetoothGattServerCallback
|
D | BluetoothGattCallback.java | 243 public void onConnectionUpdated( in onConnectionUpdated() method in BluetoothGattCallback
|
D | BluetoothGattServer.java | 435 public void onConnectionUpdated( 455 mCallback.onConnectionUpdated(device, interval, latency, timeout, status);
|
D | BluetoothGatt.java | 850 public void onConnectionUpdated( 872 callback.onConnectionUpdated(
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 45 void onConnectionUpdated(in String address, in int interval, in int latency, in onConnectionUpdated() method
|
D | IBluetoothGattCallback.aidl | 40 void onConnectionUpdated(in String address, in int interval, in int latency, in onConnectionUpdated() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1431 app.callback.onConnectionUpdated(address, interval, latency, timeout, status); in onClientConnUpdate() 1516 app.callback.onConnectionUpdated(address, interval, latency, timeout, status); in onServerConnUpdate()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 366 Landroid/bluetooth/BluetoothGattCallback;->onConnectionUpdated(Landroid/bluetooth/BluetoothGatt;III… 425 Landroid/bluetooth/BluetoothGattServerCallback;->onConnectionUpdated(Landroid/bluetooth/BluetoothDe… 1594 Landroid/bluetooth/IBluetoothGattCallback$Stub$Proxy;->onConnectionUpdated(Ljava/lang/String;IIII)V 1623 Landroid/bluetooth/IBluetoothGattCallback;->onConnectionUpdated(Ljava/lang/String;IIII)V 1637 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onConnectionUpdated(Ljava/lang/String;… 1666 Landroid/bluetooth/IBluetoothGattServerCallback;->onConnectionUpdated(Ljava/lang/String;IIII)V
|