Home
last modified time | relevance | path

Searched defs:onMtuChanged (Results 1 – 3 of 3) 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