Searched defs:onMtuChanged (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ | ||
D | GattServer.java | 189 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in GattServer.MyGattServerCallback |
D | GattClientListener.java | 263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in GattClientListener.GattCallback |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ | ||
D | GattService.java | 2817 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattService |