/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattServerCallback.java | 152 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in BluetoothGattServerCallback
|
H A D | BluetoothGattCallback.java | 179 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in BluetoothGattCallback
|
H A D | BluetoothGattServer.java | 300 public void onMtuChanged(String address, int mtu) { 310 mCallback.onMtuChanged(device, mtu);
|
H A D | BluetoothGatt.java | 673 callback.onMtuChanged(BluetoothGatt.this, mtu, status);
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattServerCallback.aidl | 42 void onMtuChanged(in String address, in int mtu); in onMtuChanged() method
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | GattServer.java | 189 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in GattServer.MyGattServerCallback
|
H A D | GattClientListener.java | 263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in GattClientListener.GattCallback
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 3432 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattService 3447 app.callback.onMtuChanged(address, mtu); in onMtuChanged()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9147 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 9258 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6284 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 6384 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11448 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onMtuChanged(Ljava/lang/String;I)V 11477 Landroid/bluetooth/IBluetoothGattServerCallback;->onMtuChanged(Ljava/lang/String;I)V
|