Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl64 void configureMTU(in int clientIf, in String address, in int mtu); in configureMTU() method
DBluetoothGatt.java1152 mService.configureMTU(mClientIf, mDevice.getAddress(), mtu); in requestMtu()