Searched refs:onMtuChanged (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 182 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in BluetoothGattCallback
|
D | BluetoothGattServerCallback.java | 158 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in BluetoothGattServerCallback
|
D | IBluetoothGattServerCallback.aidl | 42 void onMtuChanged(in String address, in int mtu); in onMtuChanged() method
|
D | BluetoothGattServer.java | 283 public void onMtuChanged(String address, int mtu) { 291 mCallback.onMtuChanged(device, mtu);
|
D | BluetoothGatt.java | 598 mCallback.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/api/ |
D | current.txt | 7684 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 7794 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|
D | system-current.txt | 8163 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 8273 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|