Searched refs:onMtuChanged (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 177 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in BluetoothGattCallback
|
D | BluetoothGattServerCallback.java | 152 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in BluetoothGattServerCallback
|
D | BluetoothGattServer.java | 291 public void onMtuChanged(String address, int mtu) { 301 mCallback.onMtuChanged(device, mtu);
|
D | BluetoothGatt.java | 658 callback.onMtuChanged(BluetoothGatt.this, mtu, status);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6284 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 6384 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 8464 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 8574 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|
/frameworks/base/api/ |
D | current.txt | 8464 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 8574 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 11457 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onMtuChanged(Ljava/lang/String;I)V 11486 Landroid/bluetooth/IBluetoothGattServerCallback;->onMtuChanged(Ljava/lang/String;I)V
|