Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java671 public void configureMTU(int clientIf, String address, int mtu) { in configureMTU() method in GattService.BluetoothGattBinder
676 service.configureMTU(clientIf, address, mtu); in configureMTU()
2492 void configureMTU(int clientIf, String address, int mtu) { in configureMTU() method in GattService