Home
last modified time | relevance | path

Searched defs:onMtuChanged (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java189 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in GattServer.MyGattServerCallback
DGattClientListener.java263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in GattClientListener.GattCallback
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2817 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattService