Home
last modified time | relevance | path

Searched refs:onMtuChanged (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallback.java153 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in BluetoothGattCallback
DBluetoothGattServerCallback.java158 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in BluetoothGattServerCallback
DIBluetoothGattServerCallback.aidl62 void onMtuChanged(in String address, in int mtu); in onMtuChanged() method
DBluetoothGattServer.java292 public void onMtuChanged(String address, int mtu) {
300 mCallback.onMtuChanged(device, mtu);
DBluetoothGatt.java604 mCallback.onMtuChanged(BluetoothGatt.this, mtu, status);
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt459 NO DOC BLOCK: android.bluetooth.BluetoothGattCallback Method onMtuChanged(android.bluetooth.Bluetoo…
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt731 NO DOC BLOCK: android.bluetooth.BluetoothGattCallback Method onMtuChanged(android.bluetooth.Bluetoo…
/frameworks/base/api/
Dsystem-current.txt6500 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int);
6600 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
Dcurrent.txt6286 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int);
6386 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);