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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1244 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { method in class:GattService
1247 if (DBG) Log.d(TAG, "onConfigureMTU() address=" + address + ", status="
1252 app.callback.onConfigureMTU(address, mtu, status);

Completed in 31 milliseconds