Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1821 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { in onConfigureMTU() method in GattService
1831 app.callback.onConfigureMTU(address, mtu, status); in onConfigureMTU()