Home
last modified time | relevance | path

Searched refs:onConfigureMTU (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCallbackWrapper.java119 public void onConfigureMTU(String address, int mtu, int status) throws RemoteException { in onConfigureMTU() method in BluetoothGattCallbackWrapper
DIBluetoothGattCallback.aidl71 void onConfigureMTU(in String address, in int mtu, in int status); in onConfigureMTU() method
DBluetoothGatt.java597 public void onConfigureMTU(String address, int mtu, int status) {