Searched refs:onMtuChanged (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 153 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 | 62 void onMtuChanged(in String address, in int mtu); in onMtuChanged() method
|
D | BluetoothGattServer.java | 292 public void onMtuChanged(String address, int mtu) { 300 mCallback.onMtuChanged(device, mtu);
|
D | BluetoothGatt.java | 492 mCallback.onMtuChanged(BluetoothGatt.this, mtu, status);
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 731 NO DOC BLOCK: android.bluetooth.BluetoothGattCallback Method onMtuChanged(android.bluetooth.Bluetoo…
|
/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 | 7146 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 7252 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|
D | test-current.txt | 7152 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 7258 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|
D | system-current.txt | 7438 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 7544 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|